diff --git a/archivers/par2cmdline-turbo/Makefile b/archivers/par2cmdline-turbo/Makefile index 9571bf391955..4c7d333cd858 100644 --- a/archivers/par2cmdline-turbo/Makefile +++ b/archivers/par2cmdline-turbo/Makefile @@ -1,7 +1,6 @@ PORTNAME= par2cmdline-turbo -PORTVERSION= 0.9.0 +PORTVERSION= 1.0.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= archivers MAINTAINER= martymac@FreeBSD.org @@ -10,7 +9,7 @@ WWW= https://github.com/animetosho/par2cmdline-turbo LICENSE= GPLv2 -ONLY_FOR_ARCHS= amd64 aarch64 +ONLY_FOR_ARCHS= aarch64 amd64 i386 ONLY_FOR_ARCHS_REASON= untested on other archs USES= autoreconf compiler:c++11-lang diff --git a/archivers/par2cmdline-turbo/distinfo b/archivers/par2cmdline-turbo/distinfo index 5280f3b3133a..8d1c47a7b4f5 100644 --- a/archivers/par2cmdline-turbo/distinfo +++ b/archivers/par2cmdline-turbo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680203173 -SHA256 (animetosho-par2cmdline-turbo-v0.9.0_GH0.tar.gz) = 95817b4d944e2ae01d045c5b569d04ff591fc7992e97ca9a13657d094642917a -SIZE (animetosho-par2cmdline-turbo-v0.9.0_GH0.tar.gz) = 3838037 +TIMESTAMP = 1685131250 +SHA256 (animetosho-par2cmdline-turbo-v1.0.1_GH0.tar.gz) = 7d9e3c62e578486088347adb5772de07fc549a25575afa2182b21c97eea228f3 +SIZE (animetosho-par2cmdline-turbo-v1.0.1_GH0.tar.gz) = 3847772 diff --git a/archivers/par2cmdline-turbo/files/patch-parpar-gf16-threadqueue.h b/archivers/par2cmdline-turbo/files/patch-parpar-gf16-threadqueue.h deleted file mode 100644 index f1aeb3c40018..000000000000 --- a/archivers/par2cmdline-turbo/files/patch-parpar-gf16-threadqueue.h +++ /dev/null @@ -1,11 +0,0 @@ ---- parpar/gf16/threadqueue.h.orig 2023-03-22 08:33:16 UTC -+++ parpar/gf16/threadqueue.h -@@ -252,7 +252,7 @@ class MessageThread { - pthread_t self = pthread_self(); - if(!pthread_getschedparam(self, &policy, ¶m)) { - if(policy == SCHED_OTHER) { -- #ifdef __MACH__ -+ #if defined(__MACH__) || defined(__FreeBSD__) - // MacOS doesn't support SCHED_BATCH, but does seem to permit priorities on SCHED_OTHER - int min = sched_get_priority_min(policy); - if(min < param.sched_priority) { diff --git a/archivers/par2cmdline-turbo/files/patch-parpar_src_cpuid.h b/archivers/par2cmdline-turbo/files/patch-parpar_src_cpuid.h deleted file mode 100644 index 97f34e23f73e..000000000000 --- a/archivers/par2cmdline-turbo/files/patch-parpar_src_cpuid.h +++ /dev/null @@ -1,18 +0,0 @@ ---- parpar/src/cpuid.h.orig 2023-03-22 08:33:16 UTC -+++ parpar/src/cpuid.h -@@ -42,12 +42,13 @@ - # ifdef __ANDROID__ - // TODO: may be better to prefer auxv as it's supported - # include --# elif defined(__linux__) || (defined(__FreeBSD__) && __FreeBSD__ >= 12) -+# elif defined(__linux__) - # include - # include -+# elif (defined(__FreeBSD__) && __FreeBSD__ >= 12) -+# include - # elif (defined(__FreeBSD__) && __FreeBSD__ < 12) - # include --# include - # elif defined(_WIN32) - # define WIN32_LEAN_AND_MEAN - # define NOMINMAX diff --git a/archivers/py-zipstream-ng/Makefile b/archivers/py-zipstream-ng/Makefile index 51e4dddb1b6e..c623b326c845 100644 --- a/archivers/py-zipstream-ng/Makefile +++ b/archivers/py-zipstream-ng/Makefile @@ -1,5 +1,5 @@ PORTNAME= zipstream-ng -DISTVERSION= 1.5.0 +DISTVERSION= 1.6.0 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/archivers/py-zipstream-ng/distinfo b/archivers/py-zipstream-ng/distinfo index d8566f790f37..ca3a4deadc6d 100644 --- a/archivers/py-zipstream-ng/distinfo +++ b/archivers/py-zipstream-ng/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680566521 -SHA256 (zipstream-ng-1.5.0.tar.gz) = ff02b1dac4ef8b4acba70a2c986991e9acd4cfab9c6fa966da9133f0a7015863 -SIZE (zipstream-ng-1.5.0.tar.gz) = 32399 +TIMESTAMP = 1685544245 +SHA256 (zipstream-ng-1.6.0.tar.gz) = 149dc502c0fcfb62718e89cb7e46380bd1c3409bb8479ed64ae779388b5321ac +SIZE (zipstream-ng-1.6.0.tar.gz) = 34585 diff --git a/astro/kosmorro/Makefile b/astro/kosmorro/Makefile index e1cd6261dfeb..a2bbc829712e 100644 --- a/astro/kosmorro/Makefile +++ b/astro/kosmorro/Makefile @@ -1,6 +1,5 @@ PORTNAME= kosmorro -PORTVERSION= 0.10.11 -PORTREVISION= 1 +PORTVERSION= 0.10.12 CATEGORIES= astro python MASTER_SITES= PYPI @@ -26,9 +25,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR}\ #USE_GITHUB= yes USES= gettext-runtime:run python:3.8+ shebangfix -USE_PYTHON= distutils noflavors +USE_PYTHON= noflavors pep517 SHEBANG_FILES= ${PORTNAME} +PLIST_SUB= VE=${PORTVERSION} + OPTIONS_DEFINE= PDF OPTIONS_DEFAULT=PDF PDF_DESC= Exporting to PDF diff --git a/astro/kosmorro/distinfo b/astro/kosmorro/distinfo index ef73ebc160fb..4ee85ed7b64b 100644 --- a/astro/kosmorro/distinfo +++ b/astro/kosmorro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668168672 -SHA256 (kosmorro-0.10.11.tar.gz) = 116574cc3058ea86985145f4a8fbc2b1d231a87b78b4da9a4d92559b491f93a4 -SIZE (kosmorro-0.10.11.tar.gz) = 514419 +TIMESTAMP = 1685470963 +SHA256 (kosmorro-0.10.12.tar.gz) = 1c18919c759ad7cee2a511c9ac02be8263e5f0c3fac73ee3565cea374d723ce5 +SIZE (kosmorro-0.10.12.tar.gz) = 513383 diff --git a/astro/kosmorro/pkg-plist b/astro/kosmorro/pkg-plist index 2d576512aab5..5649c7ba334d 100644 --- a/astro/kosmorro/pkg-plist +++ b/astro/kosmorro/pkg-plist @@ -1,4 +1,10 @@ bin/kosmorro +%%PYTHON_SITELIBDIR%%/CHANGELOG.md +%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/entry_points.txt +%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/LICENSE.md +%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/METADATA +%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/RECORD +%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/WHEEL %%PYTHON_SITELIBDIR%%/kosmorro/__init__.py %%PYTHON_SITELIBDIR%%/kosmorro/__main__.py %%PYTHON_SITELIBDIR%%/kosmorro/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc diff --git a/audio/flacon/Makefile b/audio/flacon/Makefile index 28db1fe88e7a..f0bb110e2cc1 100644 --- a/audio/flacon/Makefile +++ b/audio/flacon/Makefile @@ -1,5 +1,5 @@ PORTNAME= flacon -PORTVERSION= 9.5.1 +PORTVERSION= 11.1.0 DISTVERSIONPREFIX= v CATEGORIES= audio diff --git a/audio/flacon/distinfo b/audio/flacon/distinfo index 2707ee6a87c7..f2a77097b9e6 100644 --- a/audio/flacon/distinfo +++ b/audio/flacon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668952192 -SHA256 (flacon-flacon-v9.5.1_GH0.tar.gz) = d0d1547c65e80c396d9f60abdc548a10591c489d27c935620afc8f5f868759a8 -SIZE (flacon-flacon-v9.5.1_GH0.tar.gz) = 3774267 +TIMESTAMP = 1685276604 +SHA256 (flacon-flacon-v11.1.0_GH0.tar.gz) = 43c0cc9a4ef0765cd92cc642c7690c3574430db2b962d497178002866ceeb612 +SIZE (flacon-flacon-v11.1.0_GH0.tar.gz) = 4015382 diff --git a/audio/flacon/pkg-message b/audio/flacon/pkg-message index 433f9c0780fd..c36aa320689a 100644 --- a/audio/flacon/pkg-message +++ b/audio/flacon/pkg-message @@ -7,8 +7,7 @@ audio/faac audio/flac audio/lame audio/mac - audio/mp3gain audio/opus-tools - audio/tta audio/vorbisgain + audio/opus-tools audio/tta audio/vorbis-tools audio/wavpack EOM } diff --git a/audio/flacon/pkg-plist b/audio/flacon/pkg-plist index ea8f20124b6a..d26273e9ad2f 100644 --- a/audio/flacon/pkg-plist +++ b/audio/flacon/pkg-plist @@ -10,6 +10,7 @@ share/icons/hicolor/256x256/apps/flacon.png share/icons/hicolor/512x512/apps/flacon.png share/icons/hicolor/scalable/apps/flacon.svg share/metainfo/com.github.Flacon.metainfo.xml +%%DATADIR%%/translations/flacon_ca.qm %%DATADIR%%/translations/flacon_cs.qm %%DATADIR%%/translations/flacon_cs_CZ.qm %%DATADIR%%/translations/flacon_de.qm @@ -39,6 +40,5 @@ share/metainfo/com.github.Flacon.metainfo.xml %%DATADIR%%/translations/flacon_sr@latin.qm %%DATADIR%%/translations/flacon_tr.qm %%DATADIR%%/translations/flacon_uk.qm -%%DATADIR%%/translations/flacon_uz@Latn.qm %%DATADIR%%/translations/flacon_zh_CN.qm %%DATADIR%%/translations/flacon_zh_TW.qm diff --git a/audio/gtultra/Makefile b/audio/gtultra/Makefile index 064726b88fa9..85ee4c2f77b1 100644 --- a/audio/gtultra/Makefile +++ b/audio/gtultra/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtultra DISTVERSIONPREFIX= v -DISTVERSION= 1.5.2 +DISTVERSION= 1.5.4 CATEGORIES= audio MAINTAINER= zirias@FreeBSD.org diff --git a/audio/gtultra/distinfo b/audio/gtultra/distinfo index 62181df0d4e4..f1a3b082c916 100644 --- a/audio/gtultra/distinfo +++ b/audio/gtultra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684870805 -SHA256 (jpage8580-GTUltra-v1.5.2_GH0.tar.gz) = 065a177a3f9cc9be679d87452bca0edce98633b2f793be6f96573ba8b3995249 -SIZE (jpage8580-GTUltra-v1.5.2_GH0.tar.gz) = 3807053 +TIMESTAMP = 1685609592 +SHA256 (jpage8580-GTUltra-v1.5.4_GH0.tar.gz) = 6c7fc8b4207cda29fbc5082f71514d9a5797c708a8e31482b3c1ff72cb66220c +SIZE (jpage8580-GTUltra-v1.5.4_GH0.tar.gz) = 3814368 diff --git a/audio/qjackctl/Makefile b/audio/qjackctl/Makefile index 96ab80890eac..87d40dae4dc9 100644 --- a/audio/qjackctl/Makefile +++ b/audio/qjackctl/Makefile @@ -1,7 +1,6 @@ PORTNAME= qjackctl DISTVERSIONPREFIX= qjackctl_ -DISTVERSION= 0_9_10 -PORTREVISION= 1 +DISTVERSION= 0_9_11 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -13,10 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libjack.so:audio/jack -USES= cmake compiler:c++11-lib desktop-file-utils gl localbase:ldflags pkgconfig qt:6 +USES= cmake compiler:c++17-lang desktop-file-utils gl localbase:ldflags pkgconfig qt:6 USE_QT= base svg tools:build USE_GL= gl -USE_CXXSTD= c++11 USE_GITHUB= yes GH_ACCOUNT= rncbc @@ -44,4 +42,6 @@ XUNIQUE_CMAKE_BOOL= CONFIG_XUNIQUE XUNIQUE_USES= xorg XUNIQUE_USE= XORG=x11 +BINARY_ALIAS= git=false + .include diff --git a/audio/qjackctl/distinfo b/audio/qjackctl/distinfo index a2119542f57c..4d0fc2ae6ed4 100644 --- a/audio/qjackctl/distinfo +++ b/audio/qjackctl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679513653 -SHA256 (rncbc-qjackctl-qjackctl_0_9_10_GH0.tar.gz) = 4fdb5c4ab7aaa2c5ed4e9d3c762a01ccb05c486e2ee6244efbba1ea82a8b2039 -SIZE (rncbc-qjackctl-qjackctl_0_9_10_GH0.tar.gz) = 1264103 +TIMESTAMP = 1685688496 +SHA256 (rncbc-qjackctl-qjackctl_0_9_11_GH0.tar.gz) = 7ae3f5d405ccde2965c6d6fe4d68c4bfbc767c0c8c2fe08480eb4fcc601bd321 +SIZE (rncbc-qjackctl-qjackctl_0_9_11_GH0.tar.gz) = 1264424 diff --git a/audio/qmidictl/Makefile b/audio/qmidictl/Makefile index 8bdc22785851..bd3acba0f48a 100644 --- a/audio/qmidictl/Makefile +++ b/audio/qmidictl/Makefile @@ -1,5 +1,5 @@ PORTNAME= qmidictl -DISTVERSION= 0.9.9 +DISTVERSION= 0.9.10 CATEGORIES= audio MASTER_SITES= SF @@ -10,11 +10,12 @@ WWW= https://qmidictl.sourceforge.io/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++11-lang gl localbase pkgconfig qt:6 +USES= cmake compiler:c++17-lang gl localbase pkgconfig qt:6 GNU_CONFIGURE= yes USE_QT= base svg tools:build USE_GL= gl -BINARY_ALIAS= qmake=${QMAKE} +BINARY_ALIAS= qmake=${QMAKE} \ + git=false .include diff --git a/audio/qmidictl/distinfo b/audio/qmidictl/distinfo index 48d8a3d85e99..7f5370495645 100644 --- a/audio/qmidictl/distinfo +++ b/audio/qmidictl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679618525 -SHA256 (qmidictl-0.9.9.tar.gz) = 5d651860f0800a7d678f2626987bcd1a5a98611027374eace34c9e60c5262ba0 -SIZE (qmidictl-0.9.9.tar.gz) = 342048 +TIMESTAMP = 1685689223 +SHA256 (qmidictl-0.9.10.tar.gz) = 570fb5d4e82d6ff00a525398de15fbde5e373d1097edb443298d3bcfafc88e04 +SIZE (qmidictl-0.9.10.tar.gz) = 340771 diff --git a/audio/qmidinet/Makefile b/audio/qmidinet/Makefile index b6eb33b460b1..7aacc91e3456 100644 --- a/audio/qmidinet/Makefile +++ b/audio/qmidinet/Makefile @@ -1,6 +1,5 @@ PORTNAME= qmidinet -DISTVERSION= 0.9.9 -PORTREVISION= 1 +DISTVERSION= 0.9.10 CATEGORIES= audio MASTER_SITES= SF @@ -19,4 +18,6 @@ USE_GL= gl opengl CMAKE_OFF= CONFIG_ALSA_MIDI # libalsa doesn't have MIDI functionality on FreeBSD +BINARY_ALIAS= git=false + .include diff --git a/audio/qmidinet/distinfo b/audio/qmidinet/distinfo index 495331b6e6d9..7b876c289a90 100644 --- a/audio/qmidinet/distinfo +++ b/audio/qmidinet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679619608 -SHA256 (qmidinet-0.9.9.tar.gz) = c2f6818ef587580e6acda481001d5589df76c04e05a5fe4f87c94661f95f346d -SIZE (qmidinet-0.9.9.tar.gz) = 106749 +TIMESTAMP = 1685690663 +SHA256 (qmidinet-0.9.10.tar.gz) = 8670dfa99e1a0c0444b1f9bd34ede9a719e581eccdea8e13062c1764206e7c9f +SIZE (qmidinet-0.9.10.tar.gz) = 106446 diff --git a/audio/qsampler/Makefile b/audio/qsampler/Makefile index 0eee401bde0f..c75289b4fefa 100644 --- a/audio/qsampler/Makefile +++ b/audio/qsampler/Makefile @@ -1,7 +1,6 @@ PORTNAME= qsampler DISTVERSIONPREFIX= qsampler_ -DISTVERSION= 0_9_9 -PORTREVISION= 1 +DISTVERSION= 0_9_10 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/qsampler/distinfo b/audio/qsampler/distinfo index 69840606d5a7..a4cfdc9dc33d 100644 --- a/audio/qsampler/distinfo +++ b/audio/qsampler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679523307 -SHA256 (rncbc-qsampler-qsampler_0_9_9_GH0.tar.gz) = 363e5d44cb78d4a34f6714a80609b6c72a630d877eb6a0ef5e6feac56f30cf2e -SIZE (rncbc-qsampler-qsampler_0_9_9_GH0.tar.gz) = 237853 +TIMESTAMP = 1685548390 +SHA256 (rncbc-qsampler-qsampler_0_9_10_GH0.tar.gz) = 4781eae3bda4ba71a2f342e117ab3188593b1d046f0da9fbb6f9693471871c77 +SIZE (rncbc-qsampler-qsampler_0_9_10_GH0.tar.gz) = 237938 diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile index a180cba5525c..50c3903f97af 100644 --- a/audio/qsynth/Makefile +++ b/audio/qsynth/Makefile @@ -1,6 +1,5 @@ PORTNAME= qsynth -DISTVERSION= 0.9.10 -PORTREVISION= 1 +DISTVERSION= 0.9.11 CATEGORIES= audio MASTER_SITES= SF @@ -13,8 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth -USES= cmake compiler:c++11-lang pkgconfig qt:6 -USE_CXXSTD= c++11 +USES= cmake compiler:c++17-lang pkgconfig qt:6 USE_QT= base svg tools:build # cf. PR 224488 @@ -33,6 +31,8 @@ XUNIQUE_USES= xorg XUNIQUE_USE= XORG=x11 XUNIQUE_CMAKE_BOOL= CONFIG_XUNIQUE +BINARY_ALIAS= git=false + post-patch: @${REINPLACE_CMD} -e ' \ s|oss,alsa,alsa_seq,|jack,sndio,oss,|; \ diff --git a/audio/qsynth/distinfo b/audio/qsynth/distinfo index 85ae8e2c5e0e..8535cc55db04 100644 --- a/audio/qsynth/distinfo +++ b/audio/qsynth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679604298 -SHA256 (qsynth-0.9.10.tar.gz) = 9da642a4aabdd080a56b4bec8af5a0cf6e9434bbeeec81790cb90ec9ae930750 -SIZE (qsynth-0.9.10.tar.gz) = 333389 +TIMESTAMP = 1685689842 +SHA256 (qsynth-0.9.11.tar.gz) = 29330dd9ef52b2c6fe578f24f1bd9be88144eaa3bac97c4676d6309142d7ec1b +SIZE (qsynth-0.9.11.tar.gz) = 333402 diff --git a/audio/qxgedit/Makefile b/audio/qxgedit/Makefile index ce9156f168b6..f7921ec447b1 100644 --- a/audio/qxgedit/Makefile +++ b/audio/qxgedit/Makefile @@ -1,5 +1,5 @@ PORTNAME= qxgedit -DISTVERSION= 0.9.9 +DISTVERSION= 0.9.10 CATEGORIES= audio MASTER_SITES= SF @@ -12,8 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libasound.so:audio/alsa-lib -USES= cmake compiler:c++17-lang gl pkgconfig qt:6 +USES= cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:6 USE_QT= base svg tools:build USE_GL= gl opengl +BINARY_ALIAS= git=false + .include diff --git a/audio/qxgedit/distinfo b/audio/qxgedit/distinfo index 5c9fbbee7acb..cc99a7711c56 100644 --- a/audio/qxgedit/distinfo +++ b/audio/qxgedit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679607524 -SHA256 (qxgedit-0.9.9.tar.gz) = 2f37cc282e1afa63c2ef607da525080e82b55e9150a6629527c33ddc015f4803 -SIZE (qxgedit-0.9.9.tar.gz) = 239563 +TIMESTAMP = 1685690316 +SHA256 (qxgedit-0.9.10.tar.gz) = a39aa7f6aff986405c3210c37fd3a7136faf7bd948527ff06e3d70684d296001 +SIZE (qxgedit-0.9.10.tar.gz) = 239184 diff --git a/audio/xfce4-pulseaudio-plugin/Makefile b/audio/xfce4-pulseaudio-plugin/Makefile index c93a3aa723c0..54cc2030ef76 100644 --- a/audio/xfce4-pulseaudio-plugin/Makefile +++ b/audio/xfce4-pulseaudio-plugin/Makefile @@ -1,6 +1,5 @@ PORTNAME= xfce4-pulseaudio-plugin -PORTVERSION= 0.4.6 -PORTREVISION= 1 +PORTVERSION= 0.4.7 CATEGORIES= audio xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 diff --git a/audio/xfce4-pulseaudio-plugin/distinfo b/audio/xfce4-pulseaudio-plugin/distinfo index 5140287ca53c..8d3cd97ae650 100644 --- a/audio/xfce4-pulseaudio-plugin/distinfo +++ b/audio/xfce4-pulseaudio-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680032399 -SHA256 (xfce4/xfce4-pulseaudio-plugin-0.4.6.tar.bz2) = 6e11c0e82444ad0f9390d526c07b67f46ff3b6bc3cd968ee7aad39b769146016 -SIZE (xfce4/xfce4-pulseaudio-plugin-0.4.6.tar.bz2) = 422590 +TIMESTAMP = 1685623837 +SHA256 (xfce4/xfce4-pulseaudio-plugin-0.4.7.tar.bz2) = 50dd090771441cd7e300e764a1bc48435ace4c3ebaa1bdd8490b4095f3968e2c +SIZE (xfce4/xfce4-pulseaudio-plugin-0.4.7.tar.bz2) = 432495 diff --git a/audio/xfce4-pulseaudio-plugin/pkg-plist b/audio/xfce4-pulseaudio-plugin/pkg-plist index 5d6b1508c1e8..1ebacd464ba5 100644 --- a/audio/xfce4-pulseaudio-plugin/pkg-plist +++ b/audio/xfce4-pulseaudio-plugin/pkg-plist @@ -19,6 +19,7 @@ share/icons/hicolor/scalable/status/microphone-sensitivity-muted-symbolic.svg %%NLS%%share/locale/el/LC_MESSAGES/xfce4-pulseaudio-plugin.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-pulseaudio-plugin.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-pulseaudio-plugin.mo %%NLS%%share/locale/es/LC_MESSAGES/xfce4-pulseaudio-plugin.mo %%NLS%%share/locale/eu/LC_MESSAGES/xfce4-pulseaudio-plugin.mo %%NLS%%share/locale/fi/LC_MESSAGES/xfce4-pulseaudio-plugin.mo diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index 8f4ff738349c..51b652d2907d 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -1,6 +1,5 @@ PORTNAME= fio -DISTVERSION= 3.34 -POTREVISION= 1 +DISTVERSION= 3.35 CATEGORIES= benchmarks MASTER_SITES= https://brick.kernel.dk/snaps/ @@ -14,7 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c11 gmake pkgconfig tar:bzip2 HAS_CONFIGURE= yes -CONFIGURE_ARGS= --disable-native \ +TEST_TARGET= test +CONFIGURE_ARGS= --disable-http \ + --disable-native \ --disable-optimizations MAKE_ARGS= DEBUGFLAGS= \ OPTFLAGS= \ diff --git a/benchmarks/fio/distinfo b/benchmarks/fio/distinfo index ba5892a0cc8b..f03f6ce9d7f9 100644 --- a/benchmarks/fio/distinfo +++ b/benchmarks/fio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680095929 -SHA256 (fio-3.34.tar.bz2) = a5a28f19c701d4c8e04924bec1b85f6ac8c67fc8fe75968a5d6990e0b656a7a7 -SIZE (fio-3.34.tar.bz2) = 7049859 +TIMESTAMP = 1685260765 +SHA256 (fio-3.35.tar.bz2) = 63356abbd6670b0e623aadd9f9dd46dbe719e2c09a9794f417677d18ced97d37 +SIZE (fio-3.35.tar.bz2) = 7052951 diff --git a/biology/fastp/Makefile b/biology/fastp/Makefile index 42720400d7f0..ddd4d84876b1 100644 --- a/biology/fastp/Makefile +++ b/biology/fastp/Makefile @@ -1,6 +1,6 @@ PORTNAME= fastp DISTVERSIONPREFIX= v -DISTVERSION= 0.23.3 +DISTVERSION= 0.23.4 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org @@ -15,9 +15,6 @@ LIB_DEPENDS= libdeflate.so:archivers/libdeflate \ USES= gmake localbase:ldflags USE_GITHUB= yes -# FIXME: Neglected to document what gcc is needed. -# Investigate and remove if possible. -USE_GCC= yes GH_ACCOUNT= OpenGene diff --git a/biology/fastp/distinfo b/biology/fastp/distinfo index bbad3e93cd45..1c215d4d8906 100644 --- a/biology/fastp/distinfo +++ b/biology/fastp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684079755 -SHA256 (OpenGene-fastp-v0.23.3_GH0.tar.gz) = a37ee4b5dcf836a5a19baec645657b71d9dcd69ee843998f41f921e9b67350e3 -SIZE (OpenGene-fastp-v0.23.3_GH0.tar.gz) = 164057 +TIMESTAMP = 1685547158 +SHA256 (OpenGene-fastp-v0.23.4_GH0.tar.gz) = 4fad6db156e769d46071add8a778a13a5cb5186bc1e1a5f9b1ffd499d84d72b5 +SIZE (OpenGene-fastp-v0.23.4_GH0.tar.gz) = 164071 diff --git a/cad/librnd/Makefile b/cad/librnd/Makefile index 211b4f4879c2..c6ecf98cb550 100644 --- a/cad/librnd/Makefile +++ b/cad/librnd/Makefile @@ -1,10 +1,9 @@ PORTNAME= librnd -DISTVERSION= 3.2.2 -PORTREVISION= 1 +DISTVERSION= 4.0.1 CATEGORIES= cad MASTER_SITES= http://repo.hu/projects/${PORTNAME}/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= hasdalcodes@gmail.com COMMENT= Flexible, modular two-dimensional CAD engine WWW= http://www.repo.hu/projects/librnd/ diff --git a/cad/librnd/distinfo b/cad/librnd/distinfo index ea9e1527fcbe..46965c0c2dee 100644 --- a/cad/librnd/distinfo +++ b/cad/librnd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668593742 -SHA256 (librnd-3.2.2.tar.bz2) = c7723c9bfb23ebc07329a5a9a95a4854682ba23c31a7811bc631b98414fb892c -SIZE (librnd-3.2.2.tar.bz2) = 1340095 +TIMESTAMP = 1684923216 +SHA256 (librnd-4.0.1.tar.bz2) = 3b20dfd91543e83b86d131f135610b4d40ff3902ab7af01545394087bb073e30 +SIZE (librnd-4.0.1.tar.bz2) = 1451866 diff --git a/cad/librnd/files/patch-src_librnd_plugins_hid__remote_remote.c b/cad/librnd/files/patch-src_librnd_plugins_hid__remote_remote.c new file mode 100644 index 000000000000..6490bc42a3ab --- /dev/null +++ b/cad/librnd/files/patch-src_librnd_plugins_hid__remote_remote.c @@ -0,0 +1,11 @@ +--- src/librnd/plugins/hid_remote/remote.c.orig 2022-12-04 07:06:55 UTC ++++ src/librnd/plugins/hid_remote/remote.c +@@ -392,7 +392,7 @@ int pplg_init_hid_remote(void) + + rnd_hid_register_hid(&remote_hid); + +- rnd_event_bind(RND_EVENT_SET_CURRENT, ev_board_changed, NULL, remote_cookie); ++ rnd_event_bind(RND_EVENT_DESIGN_SET_CURRENT, ev_board_changed, NULL, remote_cookie); + + return 0; + } diff --git a/cad/librnd/pkg-plist b/cad/librnd/pkg-plist index 1015d96d1b40..473b88bd0497 100644 --- a/cad/librnd/pkg-plist +++ b/cad/librnd/pkg-plist @@ -1,280 +1,302 @@ -include/librnd/config.h -include/librnd/core/actions.h -include/librnd/core/anyload.h -include/librnd/core/base64.h -include/librnd/core/box.h -include/librnd/core/box_isc.h -include/librnd/core/buildin.hidlib.h -include/librnd/core/color.h -include/librnd/core/color_cache.h -include/librnd/core/compat_fs.h -include/librnd/core/compat_inc.h -include/librnd/core/compat_lrealpath.h -include/librnd/core/compat_misc.h -include/librnd/core/conf.h -include/librnd/core/conf_hid.h -include/librnd/core/conf_multi_temp.h -include/librnd/core/config.h -include/librnd/core/error.h -include/librnd/core/event.h -include/librnd/core/file_loaded.h -include/librnd/core/fptr_cast.h -include/librnd/core/funchash.h -include/librnd/core/funchash_core.h -include/librnd/core/funchash_core_list.h -include/librnd/core/global_typedefs.h -include/librnd/core/globalconst.h -include/librnd/core/grid.h -include/librnd/core/heap.h -include/librnd/core/hid.h -include/librnd/core/hid_attrib.h -include/librnd/core/hid_cfg.h -include/librnd/core/hid_cfg_action.h -include/librnd/core/hid_cfg_input.h -include/librnd/core/hid_dad.h -include/librnd/core/hid_dad_spin.h -include/librnd/core/hid_dad_tree.h -include/librnd/core/hid_dad_unit.h -include/librnd/core/hid_init.h -include/librnd/core/hid_inlines.h -include/librnd/core/hid_menu.h -include/librnd/core/hid_nogui.h -include/librnd/core/hidlib.h -include/librnd/core/hidlib_conf.h -include/librnd/core/list_conf.h -include/librnd/core/math_helper.h -include/librnd/core/misc_util.h -include/librnd/core/paths.h -include/librnd/core/pixmap.h -include/librnd/core/plugins.h -include/librnd/core/rnd_bool.h -include/librnd/core/rnd_printf.h -include/librnd/core/rotate.h -include/librnd/core/safe_fs.h -include/librnd/core/safe_fs_dir.h -include/librnd/core/tool.h -include/librnd/core/unit.h -include/librnd/core/vtc0.h -include/librnd/plugins/lib_exp_pixmap/draw_pixmap.h -include/librnd/plugins/lib_exp_text/draw_eps.h -include/librnd/plugins/lib_exp_text/draw_ps.h -include/librnd/plugins/lib_exp_text/draw_svg.h -include/librnd/plugins/lib_exp_text/lpr_hid.h -include/librnd/plugins/lib_exp_text/media.h -include/librnd/plugins/lib_hid_common/dialogs_conf.h -include/librnd/plugins/lib_hid_common/dlg_comm_m.h -include/librnd/plugins/lib_hid_common/dlg_export.h -include/librnd/plugins/lib_hid_common/dlg_pref.h -include/librnd/plugins/lib_hid_common/place.h -include/librnd/plugins/lib_hid_common/toolbar.h -include/librnd/plugins/lib_hid_common/xpm.h -include/librnd/plugins/lib_hid_common/zoompan.h -include/librnd/plugins/lib_wget/lib_wget.h -include/librnd/poly/offset.h -include/librnd/poly/polyarea.h -include/librnd/poly/polygon1_gen.h -include/librnd/poly/rtree.h -include/librnd/poly/rtree2_compat.h -include/librnd/poly/self_isc.h -include/librnd/scconfig/hooks_common.h -include/librnd/scconfig/plugin_3state.h -include/librnd/scconfig/rnd_hook_detect.h -include/librnd/src_3rd/genht/hash.h -include/librnd/src_3rd/genht/ht.c -include/librnd/src_3rd/genht/ht.h -include/librnd/src_3rd/genht/ht_inlines.h -include/librnd/src_3rd/genht/ht_utils.h -include/librnd/src_3rd/genht/htip.h -include/librnd/src_3rd/genht/htpi.h -include/librnd/src_3rd/genht/htpp.h -include/librnd/src_3rd/genht/htsi.h -include/librnd/src_3rd/genht/htsp.h -include/librnd/src_3rd/genht/htss.h -include/librnd/src_3rd/genht/siphash24.h -include/librnd/src_3rd/genht/version.h -include/librnd/src_3rd/genlist/genadlist.h -include/librnd/src_3rd/genlist/gendlist.h -include/librnd/src_3rd/genlist/genlistalloc.h -include/librnd/src_3rd/genlist/gentdlist_impl.c -include/librnd/src_3rd/genlist/gentdlist_impl.h -include/librnd/src_3rd/genlist/gentdlist_undef.h -include/librnd/src_3rd/genregex/regex.h -include/librnd/src_3rd/genregex/regex_se.h -include/librnd/src_3rd/genregex/regex_sei.h -include/librnd/src_3rd/genregex/regex_templ.h -include/librnd/src_3rd/genrtree/genrtree_api.h -include/librnd/src_3rd/genrtree/genrtree_debug.h -include/librnd/src_3rd/genrtree/genrtree_delete.h -include/librnd/src_3rd/genrtree/genrtree_impl.h -include/librnd/src_3rd/genrtree/genrtree_search.h -include/librnd/src_3rd/gensexpr/gensexpr_impl.h -include/librnd/src_3rd/gensexpr/gsx_parse.h -include/librnd/src_3rd/gensexpr/gsxl.h -include/librnd/src_3rd/gensexpr/gsxnl.h -include/librnd/src_3rd/genvector/gds_char.h -include/librnd/src_3rd/genvector/genvector_impl.c -include/librnd/src_3rd/genvector/genvector_impl.h -include/librnd/src_3rd/genvector/genvector_undef.h -include/librnd/src_3rd/genvector/vtd0.h -include/librnd/src_3rd/genvector/vti0.h -include/librnd/src_3rd/genvector/vtl0.h -include/librnd/src_3rd/genvector/vtp0.h -include/librnd/src_3rd/genvector/vts0.h -include/librnd/src_3rd/libfungw/scconfig_hooks.h -include/librnd/src_3rd/liblhtpers/lhtpers.h -include/librnd/src_3rd/liblihata/dom.h -include/librnd/src_3rd/liblihata/hash_str.h -include/librnd/src_3rd/liblihata/lihata.h -include/librnd/src_3rd/liblihata/parser.h -include/librnd/src_3rd/liblihata/tree.h -include/librnd/src_3rd/libualloc/acache_impl.h -include/librnd/src_3rd/libualloc/buddy_debug.h -include/librnd/src_3rd/libualloc/buddy_impl.h -include/librnd/src_3rd/libualloc/libualloc.h -include/librnd/src_3rd/libualloc/mcache_impl.h -include/librnd/src_3rd/libualloc/slab_impl.h -include/librnd/src_3rd/libualloc/slabap_impl.h -include/librnd/src_3rd/libualloc/stackd_impl.h -include/librnd/src_3rd/libualloc/stackdnp_impl.h -include/librnd/src_3rd/libualloc/stacks_impl.h -include/librnd/src_3rd/libulzw/libulzw.h -include/librnd/src_3rd/puplug/config.h -include/librnd/src_3rd/puplug/error.h -include/librnd/src_3rd/puplug/libs.h -include/librnd/src_3rd/puplug/libs_dep_parse.h -include/librnd/src_3rd/puplug/os_dep.h -include/librnd/src_3rd/puplug/os_dep_fs.h -include/librnd/src_3rd/puplug/puplug.h -include/librnd/src_3rd/puplug/scconfig_hooks.h -include/librnd/src_3rd/puplug/util.h -include/librnd/src_3rd/ureglex/exec.h +include/librnd4/librnd/config.h +include/librnd4/librnd/core/actions.h +include/librnd4/librnd/core/anyload.h +include/librnd4/librnd/core/base64.h +include/librnd4/librnd/core/box.h +include/librnd4/librnd/core/box_isc.h +include/librnd4/librnd/core/color.h +include/librnd4/librnd/core/color_cache.h +include/librnd4/librnd/core/compat_fs.h +include/librnd4/librnd/core/compat_inc.h +include/librnd4/librnd/core/compat_lrealpath.h +include/librnd4/librnd/core/compat_misc.h +include/librnd4/librnd/core/conf.h +include/librnd4/librnd/core/conf_hid.h +include/librnd4/librnd/core/conf_multi.h +include/librnd4/librnd/core/config.h +include/librnd4/librnd/core/error.h +include/librnd4/librnd/core/event.h +include/librnd4/librnd/core/file_loaded.h +include/librnd4/librnd/core/fptr_cast.h +include/librnd4/librnd/core/funchash.h +include/librnd4/librnd/core/funchash_core.h +include/librnd4/librnd/core/funchash_core_list.h +include/librnd4/librnd/core/global_typedefs.h +include/librnd4/librnd/core/globalconst.h +include/librnd4/librnd/core/heap.h +include/librnd4/librnd/core/hid_cfg.h +include/librnd4/librnd/core/hid_cfg_action.h +include/librnd4/librnd/core/hidlib.h +include/librnd4/librnd/core/list_conf.h +include/librnd4/librnd/core/math_helper.h +include/librnd4/librnd/core/misc_util.h +include/librnd4/librnd/core/paths.h +include/librnd4/librnd/core/plugins.h +include/librnd4/librnd/core/project.h +include/librnd4/librnd/core/rnd_bool.h +include/librnd4/librnd/core/rnd_conf.h +include/librnd4/librnd/core/rnd_printf.h +include/librnd4/librnd/core/rotate.h +include/librnd4/librnd/core/safe_fs.h +include/librnd4/librnd/core/safe_fs_dir.h +include/librnd4/librnd/core/unit.h +include/librnd4/librnd/core/vtc0.h +include/librnd4/librnd/font/font.h +include/librnd4/librnd/font/font_lht.h +include/librnd4/librnd/font/glyph.h +include/librnd4/librnd/font/vtgla.h +include/librnd4/librnd/font/xform_mx.h +include/librnd4/librnd/hid/buildin.hidlib.h +include/librnd4/librnd/hid/grid.h +include/librnd4/librnd/hid/hid.h +include/librnd4/librnd/hid/hid_attrib.h +include/librnd4/librnd/hid/hid_cfg_input.h +include/librnd4/librnd/hid/hid_dad.h +include/librnd4/librnd/hid/hid_dad_spin.h +include/librnd4/librnd/hid/hid_dad_tree.h +include/librnd4/librnd/hid/hid_dad_unit.h +include/librnd4/librnd/hid/hid_init.h +include/librnd4/librnd/hid/hid_inlines.h +include/librnd4/librnd/hid/hid_menu.h +include/librnd4/librnd/hid/hid_nogui.h +include/librnd4/librnd/hid/pixmap.h +include/librnd4/librnd/hid/tool.h +include/librnd4/librnd/plugins/lib_exp_pixmap/draw_pixmap.h +include/librnd4/librnd/plugins/lib_exp_text/draw_eps.h +include/librnd4/librnd/plugins/lib_exp_text/draw_ps.h +include/librnd4/librnd/plugins/lib_exp_text/draw_svg.h +include/librnd4/librnd/plugins/lib_exp_text/lpr_hid.h +include/librnd4/librnd/plugins/lib_exp_text/media.h +include/librnd4/librnd/plugins/lib_hid_common/dialogs_conf.h +include/librnd4/librnd/plugins/lib_hid_common/dlg_comm_m.h +include/librnd4/librnd/plugins/lib_hid_common/dlg_export.h +include/librnd4/librnd/plugins/lib_hid_common/dlg_pref.h +include/librnd4/librnd/plugins/lib_hid_common/place.h +include/librnd4/librnd/plugins/lib_hid_common/toolbar.h +include/librnd4/librnd/plugins/lib_hid_common/xpm.h +include/librnd4/librnd/plugins/lib_hid_common/zoompan.h +include/librnd4/librnd/plugins/lib_wget/lib_wget.h +include/librnd4/librnd/poly/offset.h +include/librnd4/librnd/poly/polyarea.h +include/librnd4/librnd/poly/polygon1_gen.h +include/librnd4/librnd/poly/rtree.h +include/librnd4/librnd/poly/rtree2_compat.h +include/librnd4/librnd/poly/self_isc.h +include/librnd4/librnd/scconfig/hooks_common.h +include/librnd4/librnd/scconfig/plugin_3state.h +include/librnd4/librnd/scconfig/rnd_hook_detect.h +include/librnd4/librnd/src_3rd/genht/hash.h +include/librnd4/librnd/src_3rd/genht/ht.c +include/librnd4/librnd/src_3rd/genht/ht.h +include/librnd4/librnd/src_3rd/genht/ht_inlines.h +include/librnd4/librnd/src_3rd/genht/ht_utils.h +include/librnd4/librnd/src_3rd/genht/htip.h +include/librnd4/librnd/src_3rd/genht/htpi.h +include/librnd4/librnd/src_3rd/genht/htpp.h +include/librnd4/librnd/src_3rd/genht/htsi.h +include/librnd4/librnd/src_3rd/genht/htsp.h +include/librnd4/librnd/src_3rd/genht/htss.h +include/librnd4/librnd/src_3rd/genht/siphash24.h +include/librnd4/librnd/src_3rd/genht/version.h +include/librnd4/librnd/src_3rd/genlist/genadlist.h +include/librnd4/librnd/src_3rd/genlist/gendlist.h +include/librnd4/librnd/src_3rd/genlist/genlistalloc.h +include/librnd4/librnd/src_3rd/genlist/gentdlist_impl.c +include/librnd4/librnd/src_3rd/genlist/gentdlist_impl.h +include/librnd4/librnd/src_3rd/genlist/gentdlist_undef.h +include/librnd4/librnd/src_3rd/genregex/regex.h +include/librnd4/librnd/src_3rd/genregex/regex_se.h +include/librnd4/librnd/src_3rd/genregex/regex_sei.h +include/librnd4/librnd/src_3rd/genregex/regex_templ.h +include/librnd4/librnd/src_3rd/genrtree/genrtree_api.h +include/librnd4/librnd/src_3rd/genrtree/genrtree_debug.h +include/librnd4/librnd/src_3rd/genrtree/genrtree_delete.h +include/librnd4/librnd/src_3rd/genrtree/genrtree_impl.h +include/librnd4/librnd/src_3rd/genrtree/genrtree_search.h +include/librnd4/librnd/src_3rd/gensexpr/gensexpr_impl.h +include/librnd4/librnd/src_3rd/gensexpr/gsx_parse.h +include/librnd4/librnd/src_3rd/gensexpr/gsxl.h +include/librnd4/librnd/src_3rd/gensexpr/gsxnl.h +include/librnd4/librnd/src_3rd/genvector/gds_char.h +include/librnd4/librnd/src_3rd/genvector/genvector_impl.c +include/librnd4/librnd/src_3rd/genvector/genvector_impl.h +include/librnd4/librnd/src_3rd/genvector/genvector_undef.h +include/librnd4/librnd/src_3rd/genvector/vtd0.h +include/librnd4/librnd/src_3rd/genvector/vti0.h +include/librnd4/librnd/src_3rd/genvector/vtl0.h +include/librnd4/librnd/src_3rd/genvector/vtp0.h +include/librnd4/librnd/src_3rd/genvector/vts0.h +include/librnd4/librnd/src_3rd/libfungw/scconfig_hooks.h +include/librnd4/librnd/src_3rd/liblhtpers/lhtpers.h +include/librnd4/librnd/src_3rd/liblihata/dom.h +include/librnd4/librnd/src_3rd/liblihata/hash_str.h +include/librnd4/librnd/src_3rd/liblihata/lihata.h +include/librnd4/librnd/src_3rd/liblihata/parser.h +include/librnd4/librnd/src_3rd/liblihata/tree.h +include/librnd4/librnd/src_3rd/libualloc/acache_api.h +include/librnd4/librnd/src_3rd/libualloc/acache_impl.h +include/librnd4/librnd/src_3rd/libualloc/buddy_api.h +include/librnd4/librnd/src_3rd/libualloc/buddy_debug.h +include/librnd4/librnd/src_3rd/libualloc/buddy_impl.h +include/librnd4/librnd/src_3rd/libualloc/libualloc.h +include/librnd4/librnd/src_3rd/libualloc/libualloc_impl.h +include/librnd4/librnd/src_3rd/libualloc/mcache_api.h +include/librnd4/librnd/src_3rd/libualloc/mcache_impl.h +include/librnd4/librnd/src_3rd/libualloc/slab_api.h +include/librnd4/librnd/src_3rd/libualloc/slab_impl.h +include/librnd4/librnd/src_3rd/libualloc/slabap_api.h +include/librnd4/librnd/src_3rd/libualloc/slabap_impl.h +include/librnd4/librnd/src_3rd/libualloc/stackd_api.h +include/librnd4/librnd/src_3rd/libualloc/stackd_impl.h +include/librnd4/librnd/src_3rd/libualloc/stackdnp_api.h +include/librnd4/librnd/src_3rd/libualloc/stackdnp_impl.h +include/librnd4/librnd/src_3rd/libualloc/stacks_api.h +include/librnd4/librnd/src_3rd/libualloc/stacks_impl.h +include/librnd4/librnd/src_3rd/libulzw/libulzw.h +include/librnd4/librnd/src_3rd/puplug/config.h +include/librnd4/librnd/src_3rd/puplug/error.h +include/librnd4/librnd/src_3rd/puplug/libs.h +include/librnd4/librnd/src_3rd/puplug/libs_dep_parse.h +include/librnd4/librnd/src_3rd/puplug/os_dep.h +include/librnd4/librnd/src_3rd/puplug/os_dep_fs.h +include/librnd4/librnd/src_3rd/puplug/puplug.h +include/librnd4/librnd/src_3rd/puplug/scconfig_hooks.h +include/librnd4/librnd/src_3rd/puplug/util.h +include/librnd4/librnd/src_3rd/ureglex/exec.h lib/librnd-3rd.a lib/librnd-3rd.so -lib/librnd-3rd.so.3 +lib/librnd-3rd.so.4 lib/librnd-3rd.so.%%DISTVERSION%% +lib/librnd-core.a +lib/librnd-core.so +lib/librnd-core.so.4 +lib/librnd-core.so.%%DISTVERSION%% +lib/librnd-font.a +lib/librnd-font.so +lib/librnd-font.so.4 +lib/librnd-font.so.%%DISTVERSION%% lib/librnd-hid.a lib/librnd-hid.so -lib/librnd-hid.so.3 +lib/librnd-hid.so.4 lib/librnd-hid.so.%%DISTVERSION%% lib/librnd-poly.a lib/librnd-poly.so -lib/librnd-poly.so.3 +lib/librnd-poly.so.4 lib/librnd-poly.so.%%DISTVERSION%% -lib/librnd3/plugins/diag_rnd.pup -lib/librnd3/plugins/diag_rnd.so -lib/librnd3/plugins/hid_batch.pup -lib/librnd3/plugins/hid_batch.so -%%GTK2%%lib/librnd3/plugins/hid_gtk2_gdk.pup -%%GTK2%%lib/librnd3/plugins/hid_gtk2_gdk.so -%%GTK2GL%%lib/librnd3/plugins/hid_gtk2_gl.pup -%%GTK2GL%%lib/librnd3/plugins/hid_gtk2_gl.so -%%GTK4%%lib/librnd3/plugins/hid_gtk4_gl.pup -%%GTK4%%lib/librnd3/plugins/hid_gtk4_gl.so -%%MOTIF%%lib/librnd3/plugins/hid_lesstif.pup -%%MOTIF%%lib/librnd3/plugins/hid_lesstif.so -lib/librnd3/plugins/hid_remote.pup -lib/librnd3/plugins/hid_remote.so -%%GD%%lib/librnd3/plugins/import_pixmap_gd.pup -%%GD%%lib/librnd3/plugins/import_pixmap_gd.so -lib/librnd3/plugins/import_pixmap_pnm.pup -lib/librnd3/plugins/import_pixmap_pnm.so -lib/librnd3/plugins/irc.pup -lib/librnd3/plugins/irc.so -%%GD%%lib/librnd3/plugins/lib_exp_pixmap.pup -%%GD%%lib/librnd3/plugins/lib_exp_pixmap.so -lib/librnd3/plugins/lib_exp_text.pup -lib/librnd3/plugins/lib_exp_text.so -lib/librnd3/plugins/lib_gensexpr.pup -lib/librnd3/plugins/lib_gensexpr.so -%%GTK2%%lib/librnd3/plugins/lib_gtk2_common.pup -%%GTK2%%lib/librnd3/plugins/lib_gtk2_common.so -%%GTK4%%lib/librnd3/plugins/lib_gtk4_common.pup -%%GTK4%%lib/librnd3/plugins/lib_gtk4_common.so -%%GUI%%lib/librnd3/plugins/lib_hid_common.pup -%%GUI%%lib/librnd3/plugins/lib_hid_common.so -%%GTK2GL%%lib/librnd3/plugins/lib_hid_gl.pup -%%GTK2GL%%lib/librnd3/plugins/lib_hid_gl.so -lib/librnd3/plugins/lib_portynet.pup -lib/librnd3/plugins/lib_portynet.so -%%WGET%%lib/librnd3/plugins/lib_wget.pup -%%WGET%%lib/librnd3/plugins/lib_wget.so -lib/librnd3/plugins/loghid.pup -lib/librnd3/plugins/loghid.so -lib/librnd3/plugins/map_plugins.sh -lib/librnd3/plugins/script.pup -lib/librnd3/plugins/script.so -%%STROKE%%lib/librnd3/plugins/stroke.pup -%%STROKE%%lib/librnd3/plugins/stroke.so -lib/librnd3/puplug -lib/librnd3/scconfig/cquote -lib/librnd3/scconfig/gen_conf.sh -lib/librnd3/scconfig/sccbox -lib/librnd3/scconfig/template/cdep.tmpasm -lib/librnd3/scconfig/template/comp_var.tmpasm -lib/librnd3/scconfig/template/compile.tmpasm -lib/librnd3/scconfig/template/debug.tmpasm -lib/librnd3/scconfig/template/plugin_conf.tmpasm -lib/librnd3/scconfig/template/plugin_intconf.tmpasm -lib/librnd3/scconfig/template/plugin_intmenu.tmpasm -lib/librnd3/scconfig/template/plugin_sphash.tmpasm -lib/librnd3/sphash -%%PORTDOCS%%%%DOCSDIR%%3/Autostyle.html -%%PORTDOCS%%%%DOCSDIR%%3/TODO -%%PORTDOCS%%%%DOCSDIR%%3/UNIX.txt -%%PORTDOCS%%%%DOCSDIR%%3/conf/groups.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/history.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/index.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/index_prog.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/index_user.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/lists.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/merging.png -%%PORTDOCS%%%%DOCSDIR%%3/conf/noextend.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/plugin_chk.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/prio.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/scalars.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/sources.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/syntax.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_BOOLEAN.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_COLOR.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_COORD.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_INCREMENTS.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_INTEGER.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_LIST.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_REAL.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_STRING.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_UNIT.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/appearance.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/appearance_color.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/appearance_loglevels.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/appearance_messages.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/appearance_misc.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/appearance_padstack.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/appearance_subc.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/design.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/design_drc.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/design_drc_disable.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/design_thermal.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/editor.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/editor_selection.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/editor_view.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/import_footprint_placement.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/import_footprint_removal.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/rc.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/rc_path.html -%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/temp.html -%%PORTDOCS%%%%DOCSDIR%%3/contact.html -%%PORTDOCS%%%%DOCSDIR%%3/contrib.html -%%PORTDOCS%%%%DOCSDIR%%3/developer/hid_remote/proto_high.html -%%PORTDOCS%%%%DOCSDIR%%3/developer/hid_remote/proto_low.html -%%PORTDOCS%%%%DOCSDIR%%3/developer/hid_remote/proto_parse.html -%%PORTDOCS%%%%DOCSDIR%%3/developer/hid_remote/proto_parse.svg -%%PORTDOCS%%%%DOCSDIR%%3/index.html -%%PORTDOCS%%%%DOCSDIR%%3/irc.html -%%PORTDOCS%%%%DOCSDIR%%3/license.html -%%PORTDOCS%%%%DOCSDIR%%3/mac.txt -%%PORTDOCS%%%%DOCSDIR%%3/news.html -%%PORTDOCS%%%%DOCSDIR%%3/windows.html -%%DATADIR%%3/librnd.mak -%%DATADIR%%3/librnd_packages.sh -%%DATADIR%%3/plugin.state -@dir include/librnd/src_3rd/libfungwbind/c +lib/librnd4/action_compiler.sh +lib/librnd4/build_ps.sh +lib/librnd4/devhelpers/awk_on_formats.sh +lib/librnd4/devhelpers/font2c.sh +lib/librnd4/devhelpers/list_dialogs.sh +lib/librnd4/dump_actions_to_html.sh +lib/librnd4/gen_formats.sh +lib/librnd4/keylist.sh +lib/librnd4/menu2svg.sh +lib/librnd4/plugins/diag_rnd.pup +lib/librnd4/plugins/diag_rnd.so +lib/librnd4/plugins/hid_batch.pup +lib/librnd4/plugins/hid_batch.so +%%GTK2%%lib/librnd4/plugins/hid_gtk2_gdk.pup +%%GTK2%%lib/librnd4/plugins/hid_gtk2_gdk.so +%%GTK2GL%%lib/librnd4/plugins/hid_gtk2_gl.pup +%%GTK2GL%%lib/librnd4/plugins/hid_gtk2_gl.so +%%GTK4%%lib/librnd4/plugins/hid_gtk4_gl.pup +%%GTK4%%lib/librnd4/plugins/hid_gtk4_gl.so +%%MOTIF%%lib/librnd4/plugins/hid_lesstif.pup +%%MOTIF%%lib/librnd4/plugins/hid_lesstif.so +lib/librnd4/plugins/hid_remote.pup +lib/librnd4/plugins/hid_remote.so +%%GD%%lib/librnd4/plugins/import_pixmap_gd.pup +%%GD%%lib/librnd4/plugins/import_pixmap_gd.so +lib/librnd4/plugins/import_pixmap_pnm.pup +lib/librnd4/plugins/import_pixmap_pnm.so +lib/librnd4/plugins/irc.pup +lib/librnd4/plugins/irc.so +%%GD%%lib/librnd4/plugins/lib_exp_pixmap.pup +%%GD%%lib/librnd4/plugins/lib_exp_pixmap.so +lib/librnd4/plugins/lib_exp_text.pup +lib/librnd4/plugins/lib_exp_text.so +lib/librnd4/plugins/lib_gensexpr.pup +lib/librnd4/plugins/lib_gensexpr.so +%%GTK2%%lib/librnd4/plugins/lib_gtk2_common.pup +%%GTK2%%lib/librnd4/plugins/lib_gtk2_common.so +%%GTK4%%lib/librnd4/plugins/lib_gtk4_common.pup +%%GTK4%%lib/librnd4/plugins/lib_gtk4_common.so +%%GUI%%lib/librnd4/plugins/lib_hid_common.pup +%%GUI%%lib/librnd4/plugins/lib_hid_common.so +%%GTK2GL%%lib/librnd4/plugins/lib_hid_gl.pup +%%GTK2GL%%lib/librnd4/plugins/lib_hid_gl.so +lib/librnd4/plugins/lib_portynet.pup +lib/librnd4/plugins/lib_portynet.so +%%WGET%%lib/librnd4/plugins/lib_wget.pup +%%WGET%%lib/librnd4/plugins/lib_wget.so +lib/librnd4/plugins/loghid.pup +lib/librnd4/plugins/loghid.so +lib/librnd4/plugins/map_plugins.sh +lib/librnd4/plugins/script.pup +lib/librnd4/plugins/script.so +%%STROKE%%lib/librnd4/plugins/stroke.pup +%%STROKE%%lib/librnd4/plugins/stroke.so +lib/librnd4/puplug +lib/librnd4/scconfig/cquote +lib/librnd4/scconfig/gen_conf.sh +lib/librnd4/scconfig/sccbox +lib/librnd4/scconfig/template/cdep.tmpasm +lib/librnd4/scconfig/template/comp_var.tmpasm +lib/librnd4/scconfig/template/compile.tmpasm +lib/librnd4/scconfig/template/debug.tmpasm +lib/librnd4/scconfig/template/plugin_conf.tmpasm +lib/librnd4/scconfig/template/plugin_intconf.tmpasm +lib/librnd4/scconfig/template/plugin_intmenu.tmpasm +lib/librnd4/scconfig/template/plugin_sphash.tmpasm +lib/librnd4/sphash +%%PORTDOCS%%%%DOCSDIR%%4/Autostyle.html +%%PORTDOCS%%%%DOCSDIR%%4/TODO +%%PORTDOCS%%%%DOCSDIR%%4/UNIX.txt +%%PORTDOCS%%%%DOCSDIR%%4/conf/groups.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/history.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/index.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/index_prog.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/index_user.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/lists.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/merging.png +%%PORTDOCS%%%%DOCSDIR%%4/conf/noextend.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/plugin_chk.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/prio.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/scalars.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/sources.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/syntax.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_BOOLEAN.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_COLOR.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_COORD.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_INTEGER.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_LIST.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_REAL.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_STRING.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_UNIT.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/appearance.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/appearance_color.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/appearance_loglevels.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/editor.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/editor_global_grid.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/editor_local_grid.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/editor_view.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/rc.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/rc_path.html +%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/temp.html +%%PORTDOCS%%%%DOCSDIR%%4/contact.html +%%PORTDOCS%%%%DOCSDIR%%4/contrib.html +%%PORTDOCS%%%%DOCSDIR%%4/developer/hid_remote/proto_high.html +%%PORTDOCS%%%%DOCSDIR%%4/developer/hid_remote/proto_low.html +%%PORTDOCS%%%%DOCSDIR%%4/developer/hid_remote/proto_parse.html +%%PORTDOCS%%%%DOCSDIR%%4/developer/hid_remote/proto_parse.svg +%%PORTDOCS%%%%DOCSDIR%%4/index.html +%%PORTDOCS%%%%DOCSDIR%%4/irc.html +%%PORTDOCS%%%%DOCSDIR%%4/license.html +%%PORTDOCS%%%%DOCSDIR%%4/mac.txt +%%PORTDOCS%%%%DOCSDIR%%4/news.html +%%PORTDOCS%%%%DOCSDIR%%4/windows.html +%%DATADIR%%4/librnd.mak +%%DATADIR%%4/librnd_packages.sh +%%DATADIR%%4/plugin.state +@dir include/librnd4/librnd/src_3rd/libfungwbind/c diff --git a/cad/surelog/Makefile b/cad/surelog/Makefile index 0108d1a2435f..41b081d55eb1 100644 --- a/cad/surelog/Makefile +++ b/cad/surelog/Makefile @@ -1,7 +1,6 @@ PORTNAME= surelog DISTVERSIONPREFIX= v -DISTVERSION= 1.59 -PORTREVISION= 1 +DISTVERSION= 1.60 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/cad/surelog/distinfo b/cad/surelog/distinfo index 334478de2256..9968c44374db 100644 --- a/cad/surelog/distinfo +++ b/cad/surelog/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1684387600 -SHA256 (chipsalliance-Surelog-v1.59_GH0.tar.gz) = 103bd2a82599c5b5d17cc3b0e3273e2546c81268668d4b2d5856739e355002d5 -SIZE (chipsalliance-Surelog-v1.59_GH0.tar.gz) = 92028322 +TIMESTAMP = 1685500202 +SHA256 (chipsalliance-Surelog-v1.60_GH0.tar.gz) = e5f68eaf1d257df5161d75d12d1189df5860d03c7a362c72d1a963d31cdbb8c6 +SIZE (chipsalliance-Surelog-v1.60_GH0.tar.gz) = 91981961 SHA256 (alainmarcel-antlr4-cae2b22_GH0.tar.gz) = f4f82c2aa5febfe4f2fd2e3691a34bdea37d4ad57c5f2511b97abad134c61a06 SIZE (alainmarcel-antlr4-cae2b22_GH0.tar.gz) = 4313615 SHA256 (google-googletest-cb455a7_GH0.tar.gz) = d3308c0dc010d10d4d4a13c83d784571bb2084e6c790e758167aed49dbdb18b2 diff --git a/cad/uhdm/Makefile b/cad/uhdm/Makefile index 7767fe90025c..866c1ab99b59 100644 --- a/cad/uhdm/Makefile +++ b/cad/uhdm/Makefile @@ -1,6 +1,6 @@ PORTNAME= uhdm DISTVERSIONPREFIX= v -DISTVERSION= 1.59 +DISTVERSION= 1.60 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/cad/uhdm/distinfo b/cad/uhdm/distinfo index 2503fe8ddd2b..11a0b68142d9 100644 --- a/cad/uhdm/distinfo +++ b/cad/uhdm/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1684386635 -SHA256 (chipsalliance-UHDM-v1.59_GH0.tar.gz) = 203dd24fdb973062d7ed9d45b09c4a0371d82c245b065e7a57176fb886ad21f7 -SIZE (chipsalliance-UHDM-v1.59_GH0.tar.gz) = 1759380 +TIMESTAMP = 1685499114 +SHA256 (chipsalliance-UHDM-v1.60_GH0.tar.gz) = 22d008986bc8ab0423e33003b35ce8b3d4ce94e8689d0744bb495955f4dbd4f0 +SIZE (chipsalliance-UHDM-v1.60_GH0.tar.gz) = 1760882 SHA256 (capnproto-capnproto-14f24a4_GH0.tar.gz) = 1130e78658e8b1ceb3a69a6b3a964913f22505532ab217299e5600f371922877 SIZE (capnproto-capnproto-14f24a4_GH0.tar.gz) = 2121570 SHA256 (google-googletest-58d77fa_GH0.tar.gz) = a55ceaae12e0ea65fee295b8d807bab5c06a719e98d9ac15af7f7c42a8d5000e diff --git a/cad/uhdm/pkg-plist b/cad/uhdm/pkg-plist index 0bd2a9a93156..04cf7f6af95e 100644 --- a/cad/uhdm/pkg-plist +++ b/cad/uhdm/pkg-plist @@ -115,7 +115,10 @@ include/uhdm/func_call.h include/uhdm/function.h include/uhdm/gate.h include/uhdm/gate_array.h +include/uhdm/gen_case.h +include/uhdm/gen_for.h include/uhdm/gen_if.h +include/uhdm/gen_if_else.h include/uhdm/gen_scope.h include/uhdm/gen_scope_array.h include/uhdm/gen_stmt.h diff --git a/converters/R-cran-jsonlite/Makefile b/converters/R-cran-jsonlite/Makefile index 55eb53294382..5629e0cfc94c 100644 --- a/converters/R-cran-jsonlite/Makefile +++ b/converters/R-cran-jsonlite/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.8.4 CATEGORIES= converters DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Robust, High Performance JSON Parser and Generator for R WWW= https://cran.r-project.org/web/packages/jsonlite/ diff --git a/databases/Makefile b/databases/Makefile index b8ff199d6db4..e6e3be1338e9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -719,10 +719,8 @@ SUBDIR += proftpd-mod_sql_tds SUBDIR += prometheus-postgresql-adapter SUBDIR += pspg - SUBDIR += puppetdb-terminus6 SUBDIR += puppetdb-terminus7 SUBDIR += puppetdb-terminus8 - SUBDIR += puppetdb6 SUBDIR += puppetdb7 SUBDIR += puppetdb8 SUBDIR += puredb diff --git a/databases/R-cran-cachem/Makefile b/databases/R-cran-cachem/Makefile index 18f35cbc0876..89c37bb3093b 100644 --- a/databases/R-cran-cachem/Makefile +++ b/databases/R-cran-cachem/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.0.8 CATEGORIES= databases DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Cache R Objects with Automatic Pruning WWW= https://cran.r-project.org/web/packages/cachem/ diff --git a/databases/R-cran-fastmap/Makefile b/databases/R-cran-fastmap/Makefile index 97e95f94b299..f393f5fb8031 100644 --- a/databases/R-cran-fastmap/Makefile +++ b/databases/R-cran-fastmap/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.1.1 CATEGORIES= databases DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Fast Implementation of a Key-Value Store WWW= https://cran.r-project.org/web/packages/fastmap/ diff --git a/databases/mongodb-tools/Makefile b/databases/mongodb-tools/Makefile index e7f393e36030..94c402f368fc 100644 --- a/databases/mongodb-tools/Makefile +++ b/databases/mongodb-tools/Makefile @@ -1,6 +1,5 @@ PORTNAME= mongodb-tools -DISTVERSION= 100.7.0 -PORTREVISION= 2 +DISTVERSION= 100.7.2 CATEGORIES= databases MAINTAINER= ronald@FreeBSD.org diff --git a/databases/mongodb-tools/distinfo b/databases/mongodb-tools/distinfo index f334e0d29376..af2c922cd2c7 100644 --- a/databases/mongodb-tools/distinfo +++ b/databases/mongodb-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678288230 -SHA256 (mongodb-mongo-tools-100.7.0_GH0.tar.gz) = 09afff36c690fcae36ce4290ef6fd6ae5060e5071b9904da027cdb0a2c292ebe -SIZE (mongodb-mongo-tools-100.7.0_GH0.tar.gz) = 4414796 +TIMESTAMP = 1685604562 +SHA256 (mongodb-mongo-tools-100.7.2_GH0.tar.gz) = 6128d1e44536b7bc6b86ce3ea15872e937fa0237e5b57ae98cbfab2a318af09b +SIZE (mongodb-mongo-tools-100.7.2_GH0.tar.gz) = 4510467 diff --git a/databases/mongodb70/Makefile b/databases/mongodb70/Makefile index b7b331d9b426..b320bb3de52f 100644 --- a/databases/mongodb70/Makefile +++ b/databases/mongodb70/Makefile @@ -1,7 +1,6 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 7.0.0-rc0 -PORTREVISION= 1 +DISTVERSION= 7.0.0-rc2 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} @@ -89,14 +88,6 @@ SSL_MAKE_ARGS= --ssl .include -# MongoDB 7.0 fails on clang15. -.if ${CHOSEN_COMPILER_TYPE} == clang && ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) -_LLVM_VERSION= 14 -BUILD_DEPENDS+= clang${_LLVM_VERSION}:devel/llvm${_LLVM_VERSION} -CC= ${LOCALBASE}/bin/clang${_LLVM_VERSION} -CXX= ${LOCALBASE}/bin/clang++${_LLVM_VERSION} -.endif - ALL_TARGET= install-core # This ports is only following the Major Release. diff --git a/databases/mongodb70/distinfo b/databases/mongodb70/distinfo index 059f36e9f251..2ed103aa1215 100644 --- a/databases/mongodb70/distinfo +++ b/databases/mongodb70/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1682425414 -SHA256 (mongodb-mongo-r7.0.0-rc0_GH0.tar.gz) = 2876591e26ff60b3228371e7d97faa5b9d188445d86187c1e77cef8e09978df2 -SIZE (mongodb-mongo-r7.0.0-rc0_GH0.tar.gz) = 113376874 +TIMESTAMP = 1684994747 +SHA256 (mongodb-mongo-r7.0.0-rc2_GH0.tar.gz) = ed6abfbf4ad410e958ce89cc898bcd7570aceeb795935a5e8762db7623e65372 +SIZE (mongodb-mongo-r7.0.0-rc2_GH0.tar.gz) = 113451210 SHA256 (mongodb-forks-spidermonkey-82aac6af18abcd5bf188afbc821779ccb0ca0902_GH0.tar.gz) = a365bf54ef4e4fd6a136cf6afa9c620ba0c8982402473b9bfac38928a688a9e0 SIZE (mongodb-forks-spidermonkey-82aac6af18abcd5bf188afbc821779ccb0ca0902_GH0.tar.gz) = 141291901 diff --git a/databases/octosql/Makefile b/databases/octosql/Makefile index 3936cebe610f..4bb9cff43ac9 100644 --- a/databases/octosql/Makefile +++ b/databases/octosql/Makefile @@ -1,7 +1,6 @@ PORTNAME= octosql DISTVERSIONPREFIX= v -DISTVERSION= 0.12.1 -PORTREVISION= 3 +DISTVERSION= 0.12.2 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/octosql/distinfo b/databases/octosql/distinfo index f5d838af7b67..5bca22debd00 100644 --- a/databases/octosql/distinfo +++ b/databases/octosql/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1679676260 -SHA256 (go/databases_octosql/octosql-v0.12.1/v0.12.1.mod) = 1e5d06815e23c0cef139d7731724c38acd2ca8c2a9b27278e82f4d159d1fd1b6 -SIZE (go/databases_octosql/octosql-v0.12.1/v0.12.1.mod) = 3279 -SHA256 (go/databases_octosql/octosql-v0.12.1/v0.12.1.zip) = bca564157e372fbd41c2c8cdf6f52cb726645ee903a1064310f73d771715d715 -SIZE (go/databases_octosql/octosql-v0.12.1/v0.12.1.zip) = 2341157 -SHA256 (go/databases_octosql/octosql-v0.12.1/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 -SIZE (go/databases_octosql/octosql-v0.12.1/golang-sys-v0.6.0_GH0.tar.gz) = 1434234 +TIMESTAMP = 1685548493 +SHA256 (go/databases_octosql/octosql-v0.12.2/v0.12.2.mod) = 63077a2ceef1402b8970ecf484743cc2de1468f05b7b8082daa9dfbe5b3a4792 +SIZE (go/databases_octosql/octosql-v0.12.2/v0.12.2.mod) = 3111 +SHA256 (go/databases_octosql/octosql-v0.12.2/v0.12.2.zip) = dfe5971a0e2c468e7a5ae244f692130c9b1b98e90d430cd9d69ed51f8a98431a +SIZE (go/databases_octosql/octosql-v0.12.2/v0.12.2.zip) = 2336760 +SHA256 (go/databases_octosql/octosql-v0.12.2/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 +SIZE (go/databases_octosql/octosql-v0.12.2/golang-sys-v0.6.0_GH0.tar.gz) = 1434234 diff --git a/databases/pg_activity/Makefile b/databases/pg_activity/Makefile index fd21044e3ed5..49debb8ac2ef 100644 --- a/databases/pg_activity/Makefile +++ b/databases/pg_activity/Makefile @@ -1,5 +1,5 @@ PORTNAME= pg_activity -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.1 DISTVERSIONPREFIX= v CATEGORIES= databases python diff --git a/databases/pg_activity/distinfo b/databases/pg_activity/distinfo index 40188ae535dc..57de29e10478 100644 --- a/databases/pg_activity/distinfo +++ b/databases/pg_activity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679516405 -SHA256 (dalibo-pg_activity-v3.3.0_GH0.tar.gz) = 6316e720b0a9aed471ec6e330d4b5ce9141adc08faa6920ca2dd74e875359d5b -SIZE (dalibo-pg_activity-v3.3.0_GH0.tar.gz) = 429012 +TIMESTAMP = 1685476316 +SHA256 (dalibo-pg_activity-v3.4.1_GH0.tar.gz) = 75a77cb8258415de7819c8a8e1707050ce2fb9fcc5ee07883e7f8863a2010235 +SIZE (dalibo-pg_activity-v3.4.1_GH0.tar.gz) = 432136 diff --git a/databases/puppetdb-terminus6/Makefile b/databases/puppetdb-terminus6/Makefile deleted file mode 100644 index 61ef379fdefb..000000000000 --- a/databases/puppetdb-terminus6/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= puppetdb-terminus -PORTVERSION= 6.22.1 -CATEGORIES= databases ruby -MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ -PKGNAMESUFFIX= 6 -DISTNAME= puppetdb-${PORTVERSION} - -MAINTAINER= puppet@FreeBSD.org -COMMENT= PuppetDB storeconfigs backend terminus module -WWW= https://docs.puppetlabs.com/puppetdb/latest/ - -LICENSE= APACHE20 - -DEPRECATED= Puppet 6 has reached EOL -EXPIRATION_DATE=2023-06-01 - -CONFLICTS_INSTALL= puppetdb-terminus[0-9] -NO_BUILD= yes -USES= gmake ruby - -post-patch: - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Makefile - -do-install: - @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ${GMAKE} install-puppetdb-termini - -.include diff --git a/databases/puppetdb-terminus6/distinfo b/databases/puppetdb-terminus6/distinfo deleted file mode 100644 index f83677cc455a..000000000000 --- a/databases/puppetdb-terminus6/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1663350139 -SHA256 (puppetdb-6.22.1.tar.gz) = bc77e244411fcc49398ab8f50a28e39ea4424f92f1a94c27c084b8ae7499679b -SIZE (puppetdb-6.22.1.tar.gz) = 48848603 diff --git a/databases/puppetdb-terminus6/files/patch-Makefile b/databases/puppetdb-terminus6/files/patch-Makefile deleted file mode 100644 index a01cbdc3477b..000000000000 --- a/databases/puppetdb-terminus6/files/patch-Makefile +++ /dev/null @@ -1,58 +0,0 @@ ---- Makefile.orig 2022-08-01 21:19:05 UTC -+++ Makefile -@@ -1,7 +1,7 @@ - prefix = /usr/local - datadir = $(prefix)/share - confdir = /etc --rubylibdir = $(shell ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']") -+rubylibdir = $(shell %%PREFIX%%/bin/ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']") - rundir = /var/run - bindir = /usr/bin - -@@ -36,22 +36,30 @@ install-puppetdb: - - - install-puppetdb-termini: -- install -Dm 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb" -- install -Dm 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" -- install -Dm 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" -- install -Dm 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" -- install -Dm 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" -- install -Dm 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" -- install -Dm 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" -- install -Dm 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" -- install -Dm 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" -- install -Dm 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" -- install -Dm 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" -- install -Dm 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" -- install -Dm 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" -- install -Dm 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" -- install -Dm 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" -- install -Dm 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/functions" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/reports" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face/node" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/node" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource" -+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb" -+ install -m 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb" -+ install -m 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" -+ install -m 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" -+ install -m 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" -+ install -m 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" -+ install -m 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" -+ install -m 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" -+ install -m 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" -+ install -m 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" -+ install -m 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" -+ install -m 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" -+ install -m 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" -+ install -m 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" -+ install -m 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" -+ install -m 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" -+ install -m 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" - - install-rpm-sysv-init: install-rpm-preinst - install -d -m 0755 "$(DESTDIR)$(initdir)" diff --git a/databases/puppetdb-terminus6/pkg-descr b/databases/puppetdb-terminus6/pkg-descr deleted file mode 100644 index 4d64063e8c6e..000000000000 --- a/databases/puppetdb-terminus6/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -The PuppetDB storeconfigs backend terminus module. diff --git a/databases/puppetdb-terminus6/pkg-plist b/databases/puppetdb-terminus6/pkg-plist deleted file mode 100644 index a12b86eb6a1a..000000000000 --- a/databases/puppetdb-terminus6/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -%%RUBY_SITELIBDIR%%/puppet/face/node/deactivate.rb -%%RUBY_SITELIBDIR%%/puppet/face/node/status.rb -%%RUBY_SITELIBDIR%%/puppet/functions/puppetdb_query.rb -%%RUBY_SITELIBDIR%%/puppet/indirector/catalog/puppetdb.rb -%%RUBY_SITELIBDIR%%/puppet/indirector/facts/puppetdb.rb -%%RUBY_SITELIBDIR%%/puppet/indirector/facts/puppetdb_apply.rb -%%RUBY_SITELIBDIR%%/puppet/indirector/node/puppetdb.rb -%%RUBY_SITELIBDIR%%/puppet/indirector/resource/puppetdb.rb -%%RUBY_SITELIBDIR%%/puppet/reports/puppetdb.rb -%%RUBY_SITELIBDIR%%/puppet/util/puppetdb.rb -%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/atom.rb -%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/char_encoding.rb -%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/command.rb -%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/command_names.rb -%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/config.rb -%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/http.rb - diff --git a/databases/puppetdb6/Makefile b/databases/puppetdb6/Makefile deleted file mode 100644 index 81912224e8a2..000000000000 --- a/databases/puppetdb6/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -PORTNAME= puppetdb -PORTVERSION= 6.22.1 -CATEGORIES= databases java -MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ -PKGNAMESUFFIX= 6 - -MAINTAINER= puppet@FreeBSD.org -COMMENT= PuppetDB storeconfigs backend -WWW= https://docs.puppetlabs.com/puppetdb/latest/ - -LICENSE= APACHE20 - -DEPRECATED= Puppet 6 has reached EOL -EXPIRATION_DATE=2023-06-01 - -RUN_DEPENDS= bash:shells/bash - -USE_RC_SUBR= puppetdb - -CONFLICTS_INSTALL= puppetdb[0-9] # etc/puppetdb/bootstrap.cfg.sample -USES= cpe shebangfix -CPE_VENDOR= puppet -SHEBANG_FILES= ext/bin/puppetdb \ - ext/cli/anonymize \ - ext/cli/config-migration \ - ext/cli/foreground \ - ext/cli/ssl-setup \ - ext/cli/start \ - ext/cli/stop \ - ext/cli/reload \ - ext/cli/upgrade \ - ext/ezbake-functions.sh -USE_JAVA= yes -NO_ARCH= yes -NO_BUILD= yes - -USERS= puppetdb -GROUPS= puppetdb - -SUB_LIST= JAVA_HOME=${JAVA_HOME} -SUB_FILES= pkg-message - -post-patch: -.for file in Makefile ext/bin/puppetdb ext/cli/ssl-setup \ - ext/config/conf.d/jetty.ini ext/config/conf.d/config.ini - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/${file} -.endfor - @${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" ${WRKSRC}/ext/bin/puppetdb - -do-install: - @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} make install-puppetdb - -.include diff --git a/databases/puppetdb6/distinfo b/databases/puppetdb6/distinfo deleted file mode 100644 index 3ff2e6a73bf9..000000000000 --- a/databases/puppetdb6/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1663350175 -SHA256 (puppetdb-6.22.1.tar.gz) = bc77e244411fcc49398ab8f50a28e39ea4424f92f1a94c27c084b8ae7499679b -SIZE (puppetdb-6.22.1.tar.gz) = 48848603 diff --git a/databases/puppetdb6/files/patch-Makefile b/databases/puppetdb6/files/patch-Makefile deleted file mode 100644 index 6e34d619fbeb..000000000000 --- a/databases/puppetdb6/files/patch-Makefile +++ /dev/null @@ -1,39 +0,0 @@ ---- Makefile.orig 2022-08-01 21:19:05 UTC -+++ Makefile -@@ -1,24 +1,24 @@ --prefix = /usr/local -+prefix = %%PREFIX%% - datadir = $(prefix)/share --confdir = /etc -+confdir = %%PREFIX%%/etc - rubylibdir = $(shell ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']") - rundir = /var/run --bindir = /usr/bin -+bindir = %%PREFIX%%/bin - - install-puppetdb: - install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb" - install -m 0644 puppetdb.jar "$(DESTDIR)$(datadir)/puppetdb" - install -m 0774 ext/ezbake-functions.sh "$(DESTDIR)$(datadir)/puppetdb" - install -m 0644 ext/ezbake.manifest "$(DESTDIR)$(datadir)/puppetdb" -- install -d -m 0755 "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d" -- install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/database.ini" -- install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/jetty.ini" -- install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/auth.conf" -- install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/repl.ini" -- install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/config.ini" -- install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/bootstrap.cfg" -- install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/logback.xml" -- install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/request-logging.xml" -+ install -d -m 0755 "$(DESTDIR)$(confdir)/puppetdb/conf.d" -+ install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/database.ini.sample" -+ install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/jetty.ini.sample" -+ install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetdb/conf.d/auth.conf.sample" -+ install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/repl.ini.sample" -+ install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/config.ini.sample" -+ install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetdb/bootstrap.cfg.sample" -+ install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetdb/logback.xml.sample" -+ install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetdb/request-logging.xml.sample" - install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli" - install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli/apps" - install -d -m 0755 "$(DESTDIR)$(bindir)" diff --git a/databases/puppetdb6/files/patch-ext_bin_puppetdb b/databases/puppetdb6/files/patch-ext_bin_puppetdb deleted file mode 100644 index 0a139b110d2e..000000000000 --- a/databases/puppetdb6/files/patch-ext_bin_puppetdb +++ /dev/null @@ -1,15 +0,0 @@ ---- ext/bin/puppetdb.orig 2016-03-17 04:17:10 UTC -+++ ext/bin/puppetdb -@@ -5,6 +5,12 @@ if [ -r "/etc/default/puppetdb" ] ; then - . /etc/default/puppetdb - elif [ -r "/etc/sysconfig/puppetdb" ] ; then - . /etc/sysconfig/puppetdb -+elif [ `uname` == "FreeBSD" ] ; then -+ CONFIG="%%PREFIX%%/etc/puppetdb/conf.d" -+ INSTALL_DIR="%%DATADIR%%" -+ JAVA_BIN="%%PREFIX%%/bin/java" -+ JAVA_ARGS="-Xmx192m" -+ USER="puppet" - elif [ `uname` == "OpenBSD" ] ; then - JAVA_BIN=$(javaPathHelper -c puppetdb) - JAVA_ARGS="-Xmx192m" diff --git a/databases/puppetdb6/files/patch-ext_cli_ssl-setup b/databases/puppetdb6/files/patch-ext_cli_ssl-setup deleted file mode 100644 index ab86d849142d..000000000000 --- a/databases/puppetdb6/files/patch-ext_cli_ssl-setup +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/cli/ssl-setup.orig 2016-03-17 04:17:10 UTC -+++ ext/cli/ssl-setup -@@ -230,7 +230,7 @@ else - user=puppetdb - group=puppetdb - -- puppetdb_confdir="/etc/puppetlabs/puppetdb" -+ puppetdb_confdir="%%PREFIX%%/etc/puppetdb" - fi - - set -e diff --git a/databases/puppetdb6/files/patch-ext_config_conf.d_config.ini b/databases/puppetdb6/files/patch-ext_config_conf.d_config.ini deleted file mode 100644 index 390068840508..000000000000 --- a/databases/puppetdb6/files/patch-ext_config_conf.d_config.ini +++ /dev/null @@ -1,15 +0,0 @@ ---- ext/config/conf.d/config.ini.orig 2016-03-17 04:17:06 UTC -+++ ext/config/conf.d/config.ini -@@ -3,10 +3,10 @@ - - [global] - # Store mq/db data in a custom directory --vardir = /opt/puppetlabs/server/data/puppetdb -+vardir = /var/db/puppetdb - - # Use an external logback config file --logging-config = /etc/puppetlabs/puppetdb/logback.xml -+logging-config = %%PREFIX%%/etc/puppetdb/logback.xml - - [command-processing] - # How many command-processing threads to use, defaults to (CPUs / 2) diff --git a/databases/puppetdb6/files/patch-ext_config_conf.d_jetty.ini b/databases/puppetdb6/files/patch-ext_config_conf.d_jetty.ini deleted file mode 100644 index 42d5665a0f64..000000000000 --- a/databases/puppetdb6/files/patch-ext_config_conf.d_jetty.ini +++ /dev/null @@ -1,8 +0,0 @@ ---- ext/config/conf.d/jetty.ini.orig 2016-03-17 04:17:06 UTC -+++ ext/config/conf.d/jetty.ini -@@ -30,4 +30,4 @@ port = 8080 - - # Access logging configuration path. To turn off access logging - # comment out the line with `access-log-config=...` --access-log-config = /etc/puppetlabs/puppetdb/request-logging.xml -+access-log-config = %%PREFIX%%/etc/puppetdb/request-logging.xml diff --git a/databases/puppetdb6/files/patch-ext_config_logback.xml b/databases/puppetdb6/files/patch-ext_config_logback.xml deleted file mode 100644 index 08cb543440aa..000000000000 --- a/databases/puppetdb6/files/patch-ext_config_logback.xml +++ /dev/null @@ -1,29 +0,0 @@ ---- ext/config/logback.xml.orig 2017-04-24 12:27:57.366296793 -0700 -+++ ext/config/logback.xml 2017-04-24 12:28:48.723259627 -0700 -@@ -6,10 +6,10 @@ - - - -- /var/log/puppetlabs/puppetdb/puppetdb.log -+ /var/log/puppetdb/puppetdb.log - true - -- /var/log/puppetlabs/puppetdb/puppetdb-%d{yyyy-MM-dd}.%i.log.gz -+ /var/log/puppetdb/puppetdb-%d{yyyy-MM-dd}.%i.log.gz - - 200MB - 90 -@@ -31,11 +31,11 @@ - level="info"/> - - -- /var/log/puppetlabs/puppetdb/puppetdb-status.log -+ /var/log/puppetdb/puppetdb-status.log - true - - -- /var/log/puppetlabs/puppetdb/puppetdb-status-%d{yyyy-MM-dd}.%i.log.gz -+ /var/log/puppetdb/puppetdb-status-%d{yyyy-MM-dd}.%i.log.gz - - 200MB - 90 diff --git a/databases/puppetdb6/files/patch-ext_config_request-logging.xml b/databases/puppetdb6/files/patch-ext_config_request-logging.xml deleted file mode 100644 index 51b90d0e844e..000000000000 --- a/databases/puppetdb6/files/patch-ext_config_request-logging.xml +++ /dev/null @@ -1,14 +0,0 @@ ---- ext/config/request-logging.xml.orig 2017-04-24 12:32:16.604464262 -0700 -+++ ext/config/request-logging.xml 2017-04-24 12:32:46.404637027 -0700 -@@ -1,9 +1,9 @@ - - -- /var/log/puppetlabs/puppetdb/puppetdb-access.log -+ /var/log/puppetdb/puppetdb-access.log - true - -- /var/log/puppetlabs/puppetdb/puppetdb-access-%d{yyyy-MM-dd}.%i.log.gz -+ /var/log/puppetdb/puppetdb-access-%d{yyyy-MM-dd}.%i.log.gz - - 200MB - 90 diff --git a/databases/puppetdb6/files/pkg-message.in b/databases/puppetdb6/files/pkg-message.in deleted file mode 100644 index fba773047854..000000000000 --- a/databases/puppetdb6/files/pkg-message.in +++ /dev/null @@ -1,12 +0,0 @@ -[ -{ type: install - message: < diff --git a/deskutils/xfce4-generic-slider/distinfo b/deskutils/xfce4-generic-slider/distinfo index f607e15ed713..4fea1bca2c03 100644 --- a/deskutils/xfce4-generic-slider/distinfo +++ b/deskutils/xfce4-generic-slider/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677161206 -SHA256 (panel-plugins-xfce4-generic-slider-158b29bf84d2a4be150fe7ac278c605eb5309c0c_GL0.tar.gz) = 3e4e8d0277a572f8db595b44ff0622aac8af999085d10612ea4b57bdf848ecd7 -SIZE (panel-plugins-xfce4-generic-slider-158b29bf84d2a4be150fe7ac278c605eb5309c0c_GL0.tar.gz) = 22286 +TIMESTAMP = 1685376239 +SHA256 (xfce4/xfce4-generic-slider-1.0.0.tar.bz2) = 06074d1123c1767bd0e25c6e7b34ade0a1e9edf51c996b8a643772e5881024bb +SIZE (xfce4/xfce4-generic-slider-1.0.0.tar.bz2) = 359724 diff --git a/deskutils/xfce4-generic-slider/pkg-plist b/deskutils/xfce4-generic-slider/pkg-plist new file mode 100644 index 000000000000..2a93d34ac945 --- /dev/null +++ b/deskutils/xfce4-generic-slider/pkg-plist @@ -0,0 +1,34 @@ +lib/xfce4/panel/plugins/libgeneric-slider.so +share/icons/hicolor/128x128/apps/org.xfce.panel.genericslider.png +share/icons/hicolor/16x16/apps/org.xfce.panel.genericslider.png +share/icons/hicolor/24x24/apps/org.xfce.panel.genericslider.png +share/icons/hicolor/32x32/apps/org.xfce.panel.genericslider.png +share/icons/hicolor/48x48/apps/org.xfce.panel.genericslider.png +share/icons/hicolor/64x64/apps/org.xfce.panel.genericslider.png +share/icons/hicolor/scalable/apps/org.xfce.panel.genericslider.svg +%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/de/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/he/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/id/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/ie/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/it/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/sl/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-generic-slider.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-generic-slider.mo +share/xfce4/panel/plugins/generic-slider.desktop diff --git a/devel/Makefile b/devel/Makefile index 4efb11297950..c36bba2cf0ee 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -207,7 +207,6 @@ SUBDIR += argtable SUBDIR += arm-elf-binutils SUBDIR += arm-none-eabi-gcc - SUBDIR += arm-none-eabi-gcc492 SUBDIR += arm-none-eabi-newlib SUBDIR += aros-sdk SUBDIR += arpc @@ -5383,7 +5382,6 @@ SUBDIR += py-pyusb SUBDIR += py-pyvisa SUBDIR += py-pyvisa-py - SUBDIR += py-pyxb SUBDIR += py-pyxb-x SUBDIR += py-pyyaml-include SUBDIR += py-pyyaml5 diff --git a/devel/R-cran-cli/Makefile b/devel/R-cran-cli/Makefile index ebdba8e9ba97..db0d0dfec147 100644 --- a/devel/R-cran-cli/Makefile +++ b/devel/R-cran-cli/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 3.6.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Helpers for Developing Command Line Interfaces WWW= https://cran.r-project.org/web/packages/cli/ diff --git a/devel/R-cran-fansi/Makefile b/devel/R-cran-fansi/Makefile index 77fa34c4c1c7..5faef3b2c128 100644 --- a/devel/R-cran-fansi/Makefile +++ b/devel/R-cran-fansi/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.0.4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= ANSI Control Sequence Aware String Functions WWW= https://cran.r-project.org/web/packages/fansi/ diff --git a/devel/R-cran-later/Makefile b/devel/R-cran-later/Makefile index 56d1e758399a..0d6242cfa594 100644 --- a/devel/R-cran-later/Makefile +++ b/devel/R-cran-later/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.3.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Utilities for Delaying Function Execution WWW= https://cran.r-project.org/web/packages/later/ diff --git a/devel/R-cran-purrr/Makefile b/devel/R-cran-purrr/Makefile index 2927befe237a..623f682e465f 100644 --- a/devel/R-cran-purrr/Makefile +++ b/devel/R-cran-purrr/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.0.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Functional Programming Tools WWW= https://cran.r-project.org/web/packages/purrr/ diff --git a/devel/R-cran-vctrs/Makefile b/devel/R-cran-vctrs/Makefile index a58d690ae098..26971bd709eb 100644 --- a/devel/R-cran-vctrs/Makefile +++ b/devel/R-cran-vctrs/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 0.6.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Vector Helpers WWW= https://cran.r-project.org/web/packages/vctrs/ diff --git a/devel/arm-none-eabi-gcc492/Makefile b/devel/arm-none-eabi-gcc492/Makefile deleted file mode 100644 index b5502632e321..000000000000 --- a/devel/arm-none-eabi-gcc492/Makefile +++ /dev/null @@ -1,80 +0,0 @@ -PORTNAME= gcc -PORTVERSION= 4.9.2 -PORTREVISION= 6 -CATEGORIES= devel -MASTER_SITES= GCC/releases/gcc-${DISTVERSION} -PKGNAMEPREFIX?= arm-none-eabi- -PKGNAMESUFFIX= 492 - -MAINTAINER= ports@FreeBSD.org -COMMENT= GNU Compiler Collection for bare metal arm cross-development -WWW= https://gcc.gnu.org/ - -LICENSE= GPLv3 GPLv3RLE -LICENSE_COMB= multi - -DEPRECATED= Long time unsupported upstream -EXPIRATION_DATE= 2023-05-31 - -BROKEN_mips= configure: error: cannot compute suffix of object files: cannot compile -BROKEN_mips64= configure: error: cannot compute suffix of object files: cannot compile - -LIB_DEPENDS= libgmp.so:math/gmp \ - libmpfr.so:math/mpfr \ - libmpc.so:math/mpc -BUILD_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} \ - objdump:devel/binutils -RUN_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} - -USES= compiler cpe gmake iconv libtool makeinfo tar:bzip2 -CPE_VENDOR= gnu -PLIST_SUB= TARGETARCH=${PKGNAMEPREFIX:C/-//g} \ - OPSYS=${OPSYS:tl} \ - GCC_TARGET=${GCC_TARGET} - -GCC_TARGET= arm-none-eabi -BU_PREFIX?= ${GCC_TARGET} - -GNU_CONFIGURE= yes -CONFIGURE_OUTSOURCE= yes -# libstdcxx won't build, but we don't need it or multiple float-abi libs. -CONFIGURE_ARGS= --target=${GCC_TARGET} --disable-nls --enable-languages=c,c++ \ - --without-headers \ - --with-gmp=${LOCALBASE} \ - --with-pkgversion="FreeBSD Ports Collection for ${PKGNAMEPREFIX:C/-//g}" \ - --with-system-zlib \ - --with-as=${LOCALBASE}/bin/${BU_PREFIX}-as \ - --with-ld=${LOCALBASE}/bin/${BU_PREFIX}-ld \ - --disable-libstdcxx \ - --disable-multilib - -CONFLICTS_INSTALL= arm-none-eabi-gcc - -PLIST= ${.CURDIR}/pkg-plist - -# U-Boot requires libgcc, crossbuild and install it along with the compiler. -ALL_TARGET= all-gcc all-target-libgcc -INSTALL_TARGET= install-gcc install-target-libgcc - -.include - -CONFIGURE_TARGET= ${ARCH}-portbld-${OPSYS:tl}${OSREL} - -post-install: - @if [ -f ${STAGEDIR}${PREFIX}/bin/cpp ] ; then \ - ${MV} ${STAGEDIR}${PREFIX}/bin/cpp \ - ${STAGEDIR}${PREFIX}/bin/${GCC_TARGET}-cpp ; \ - fi -.for f in c++ cpp g++ gcc gcc-ar gcc-nm gcc-ranlib gcov - @${RM} ${STAGEDIR}${PREFIX}/bin/$f - @${RM} ${STAGEDIR}${PREFIX}/man/man1/$f.1.gz -.endfor - @${RM} ${STAGEDIR}${PREFIX}/info/* - @${RM} ${STAGEDIR}${PREFIX}/man/man7/* - -# The following is required for clang to bootstrap gcc. -.if ${COMPILER_TYPE} == clang -MAKE_ARGS+= CXXFLAGS=-fbracket-depth=512 -.endif - -.include diff --git a/devel/arm-none-eabi-gcc492/distinfo b/devel/arm-none-eabi-gcc492/distinfo deleted file mode 100644 index 43423d5ca116..000000000000 --- a/devel/arm-none-eabi-gcc492/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gcc-4.9.2.tar.bz2) = 2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd -SIZE (gcc-4.9.2.tar.bz2) = 89939747 diff --git a/devel/arm-none-eabi-gcc492/files/patch-clang-vec_step b/devel/arm-none-eabi-gcc492/files/patch-clang-vec_step deleted file mode 100644 index 68fbeedad582..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-clang-vec_step +++ /dev/null @@ -1,21 +0,0 @@ -https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239266 reports how -clang unfortunately poisons user namespace by default (without any -special options). - -Until that changes (or GCC changes) we need to avoid using vec_step -as a variable. - ---- UTC -Index: gcc/tree-vect-loop.c -=================================================================== ---- gcc/tree-vect-loop.c (revision 273856) -+++ gcc/tree-vect-loop.c (working copy) -@@ -55,6 +55,8 @@ along with GCC; see the file COPYING3. If not see - #include "vec-perm-indices.h" - #include "tree-eh.h" - -+#define vec_step vec_step_ -+ - /* Loop Vectorization Pass. - - This pass tries to vectorize loops. diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_bitmap.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_bitmap.c deleted file mode 100644 index c356164df4f9..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_bitmap.c +++ /dev/null @@ -1,24 +0,0 @@ ---- gcc/bitmap.c.orig 2014-01-02 22:23:26 UTC -+++ gcc/bitmap.c -@@ -2166,9 +2166,9 @@ print_statistics (bitmap_descriptor_d ** - s[41] = 0; - fprintf (stderr, - "%-41s %9u" -- " %15"HOST_WIDEST_INT_PRINT"d %15"HOST_WIDEST_INT_PRINT"d" -- " %15"HOST_WIDEST_INT_PRINT"d" -- " %10"HOST_WIDEST_INT_PRINT"d %10"HOST_WIDEST_INT_PRINT"d\n", -+ " %15" HOST_WIDEST_INT_PRINT "d %15" HOST_WIDEST_INT_PRINT "d" -+ " %15" HOST_WIDEST_INT_PRINT "d" -+ " %10" HOST_WIDEST_INT_PRINT "d %10" HOST_WIDEST_INT_PRINT "d\n", - s, d->created, - d->allocated, d->peak, d->current, - d->nsearches, d->search_iter); -@@ -2201,7 +2201,7 @@ dump_bitmap_statistics (void) - bitmap_desc_hash.traverse (&info); - fprintf (stderr, "---------------------------------------------------------------------------------\n"); - fprintf (stderr, -- "%-41s %9"HOST_WIDEST_INT_PRINT"d %15"HOST_WIDEST_INT_PRINT"d\n", -+ "%-41s %9" HOST_WIDEST_INT_PRINT "d %15" HOST_WIDEST_INT_PRINT "d\n", - "Total", info.count, info.size); - fprintf (stderr, "---------------------------------------------------------------------------------\n"); - } diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_cgraph.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_cgraph.c deleted file mode 100644 index 2a449894c9b2..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_cgraph.c +++ /dev/null @@ -1,38 +0,0 @@ ---- gcc/cgraph.c.orig 2014-06-20 09:57:53 UTC -+++ gcc/cgraph.c -@@ -1378,7 +1378,7 @@ cgraph_redirect_edge_call_stmt_to_callee - if (dump_file) - fprintf (dump_file, - "Expanding speculative call of %s/%i -> %s/%i count:" -- HOST_WIDEST_INT_PRINT_DEC"\n", -+ HOST_WIDEST_INT_PRINT_DEC "\n", - xstrdup (e->caller->name ()), - e->caller->order, - xstrdup (e->callee->name ()), -@@ -1976,7 +1976,7 @@ dump_cgraph_node (FILE *f, struct cgraph - fprintf (f, " First run: %i\n", node->tp_first_run); - fprintf (f, " Function flags:"); - if (node->count) -- fprintf (f, " executed "HOST_WIDEST_INT_PRINT_DEC"x", -+ fprintf (f, " executed " HOST_WIDEST_INT_PRINT_DEC "x", - (HOST_WIDEST_INT)node->count); - if (node->origin) - fprintf (f, " nested in: %s", node->origin->asm_name ()); -@@ -2028,7 +2028,7 @@ dump_cgraph_node (FILE *f, struct cgraph - fprintf (f, "%s/%i ", edge->caller->asm_name (), - edge->caller->order); - if (edge->count) -- fprintf (f, "("HOST_WIDEST_INT_PRINT_DEC"x) ", -+ fprintf (f, "(" HOST_WIDEST_INT_PRINT_DEC "x) ", - (HOST_WIDEST_INT)edge->count); - if (edge->frequency) - fprintf (f, "(%.2f per call) ", -@@ -2055,7 +2055,7 @@ dump_cgraph_node (FILE *f, struct cgraph - if (edge->indirect_inlining_edge) - fprintf (f, "(indirect_inlining) "); - if (edge->count) -- fprintf (f, "("HOST_WIDEST_INT_PRINT_DEC"x) ", -+ fprintf (f, "(" HOST_WIDEST_INT_PRINT_DEC "x) ", - (HOST_WIDEST_INT)edge->count); - if (edge->frequency) - fprintf (f, "(%.2f per call) ", diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_config.host b/devel/arm-none-eabi-gcc492/files/patch-gcc_config.host deleted file mode 100644 index de5e607f0450..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_config.host +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/config.host.orig 2014-01-02 22:23:26 UTC -+++ gcc/config.host -@@ -99,7 +99,7 @@ case ${host} in - esac - - case ${host} in -- arm*-*-linux*) -+ arm*-*-*) - case ${target} in - arm*-*-*) - host_extra_gcc_objs="driver-arm.o" diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_config_elfos.h b/devel/arm-none-eabi-gcc492/files/patch-gcc_config_elfos.h deleted file mode 100644 index 2557f40163ca..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_config_elfos.h +++ /dev/null @@ -1,20 +0,0 @@ ---- gcc/config/elfos.h.orig 2014-04-07 13:27:39 UTC -+++ gcc/config/elfos.h -@@ -99,7 +99,7 @@ see the files COPYING3 and COPYING.RUNTI - - #undef ASM_OUTPUT_SKIP - #define ASM_OUTPUT_SKIP(FILE, SIZE) \ -- fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ -+ fprintf ((FILE), "%s" HOST_WIDE_INT_PRINT_UNSIGNED "\n",\ - SKIP_ASM_OP, (SIZE)) - - /* This is how to store into the string LABEL -@@ -167,7 +167,7 @@ see the files COPYING3 and COPYING.RUNTI - { \ - fprintf ((FILE), "%s", COMMON_ASM_OP); \ - assemble_name ((FILE), (NAME)); \ -- fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ -+ fprintf ((FILE), "," HOST_WIDE_INT_PRINT_UNSIGNED ",%u\n", \ - (SIZE), (ALIGN) / BITS_PER_UNIT); \ - } \ - while (0) diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_cppbuiltin.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_cppbuiltin.c deleted file mode 100644 index 67fd0dc84728..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_cppbuiltin.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/cppbuiltin.c.orig 2014-01-24 23:13:49 UTC -+++ gcc/cppbuiltin.c -@@ -129,7 +129,7 @@ static void - define_builtin_macros_for_type_sizes (cpp_reader *pfile) - { - #define define_type_sizeof(NAME, TYPE) \ -- cpp_define_formatted (pfile, NAME"="HOST_WIDE_INT_PRINT_DEC, \ -+ cpp_define_formatted (pfile, NAME "=" HOST_WIDE_INT_PRINT_DEC, \ - tree_to_uhwi (TYPE_SIZE_UNIT (TYPE))) - - define_type_sizeof ("__SIZEOF_INT__", integer_type_node); diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_defaults.h b/devel/arm-none-eabi-gcc492/files/patch-gcc_defaults.h deleted file mode 100644 index b9b2e866436e..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_defaults.h +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/defaults.h.orig 2014-01-02 22:23:26 UTC -+++ gcc/defaults.h -@@ -123,7 +123,7 @@ see the files COPYING3 and COPYING.RUNTI - { \ - fprintf ((FILE), "\t%s\t", TLS_COMMON_ASM_OP); \ - assemble_name ((FILE), (NAME)); \ -- fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ -+ fprintf ((FILE), "," HOST_WIDE_INT_PRINT_UNSIGNED ",%u\n", \ - (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \ - } \ - while (0) diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_dwarf2cfi.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_dwarf2cfi.c deleted file mode 100644 index 82e2714c629f..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_dwarf2cfi.c +++ /dev/null @@ -1,45 +0,0 @@ ---- gcc/dwarf2cfi.c.orig 2014-01-02 22:23:26 UTC -+++ gcc/dwarf2cfi.c -@@ -3176,7 +3176,7 @@ output_cfi_directive (FILE *f, dw_cfi_re - case DW_CFA_offset_extended: - case DW_CFA_offset_extended_sf: - r = DWARF2_FRAME_REG_OUT (cfi->dw_cfi_oprnd1.dw_cfi_reg_num, 1); -- fprintf (f, "\t.cfi_offset %lu, "HOST_WIDE_INT_PRINT_DEC"\n", -+ fprintf (f, "\t.cfi_offset %lu, " HOST_WIDE_INT_PRINT_DEC "\n", - r, cfi->dw_cfi_oprnd2.dw_cfi_offset); - break; - -@@ -3199,7 +3199,7 @@ output_cfi_directive (FILE *f, dw_cfi_re - case DW_CFA_def_cfa: - case DW_CFA_def_cfa_sf: - r = DWARF2_FRAME_REG_OUT (cfi->dw_cfi_oprnd1.dw_cfi_reg_num, 1); -- fprintf (f, "\t.cfi_def_cfa %lu, "HOST_WIDE_INT_PRINT_DEC"\n", -+ fprintf (f, "\t.cfi_def_cfa %lu, " HOST_WIDE_INT_PRINT_DEC "\n", - r, cfi->dw_cfi_oprnd2.dw_cfi_offset); - break; - -@@ -3217,7 +3217,7 @@ output_cfi_directive (FILE *f, dw_cfi_re - case DW_CFA_def_cfa_offset: - case DW_CFA_def_cfa_offset_sf: - fprintf (f, "\t.cfi_def_cfa_offset " -- HOST_WIDE_INT_PRINT_DEC"\n", -+ HOST_WIDE_INT_PRINT_DEC "\n", - cfi->dw_cfi_oprnd1.dw_cfi_offset); - break; - -@@ -3234,13 +3234,13 @@ output_cfi_directive (FILE *f, dw_cfi_re - fprintf (f, "\t.cfi_escape %#x,", DW_CFA_GNU_args_size); - dw2_asm_output_data_uleb128_raw (cfi->dw_cfi_oprnd1.dw_cfi_offset); - if (flag_debug_asm) -- fprintf (f, "\t%s args_size "HOST_WIDE_INT_PRINT_DEC, -+ fprintf (f, "\t%s args_size " HOST_WIDE_INT_PRINT_DEC, - ASM_COMMENT_START, cfi->dw_cfi_oprnd1.dw_cfi_offset); - fputc ('\n', f); - } - else - { -- fprintf (f, "\t.cfi_GNU_args_size "HOST_WIDE_INT_PRINT_DEC "\n", -+ fprintf (f, "\t.cfi_GNU_args_size " HOST_WIDE_INT_PRINT_DEC "\n", - cfi->dw_cfi_oprnd1.dw_cfi_offset); - } - break; diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_dwarf2out.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_dwarf2out.c deleted file mode 100644 index a220de0b1ce9..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_dwarf2out.c +++ /dev/null @@ -1,13 +0,0 @@ ---- gcc/dwarf2out.c.orig 2014-10-01 20:57:44 UTC -+++ gcc/dwarf2out.c -@@ -5324,8 +5324,8 @@ print_die (dw_die_ref die, FILE *outfile - fprintf (outfile, HOST_WIDE_INT_PRINT_UNSIGNED, AT_unsigned (a)); - break; - case dw_val_class_const_double: -- fprintf (outfile, "constant ("HOST_WIDE_INT_PRINT_DEC","\ -- HOST_WIDE_INT_PRINT_UNSIGNED")", -+ fprintf (outfile, "constant (" HOST_WIDE_INT_PRINT_DEC ","\ -+ HOST_WIDE_INT_PRINT_UNSIGNED ")", - a->dw_attr_val.v.val_double.high, - a->dw_attr_val.v.val_double.low); - break; diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_gcc.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_gcc.c deleted file mode 100644 index 73dc17568d7e..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_gcc.c +++ /dev/null @@ -1,17 +0,0 @@ ---- gcc/gcc.c.orig 2014-10-22 21:42:48 UTC -+++ gcc/gcc.c -@@ -710,12 +710,12 @@ proper position among the other output f - #define PLUGIN_COND_CLOSE "" - #endif - #define LINK_PLUGIN_SPEC \ -- "%{"PLUGIN_COND": \ -+ "%{" PLUGIN_COND ": \ - -plugin %(linker_plugin_file) \ - -plugin-opt=%(lto_wrapper) \ - -plugin-opt=-fresolution=%u.res \ - %{!nostdlib:%{!nodefaultlibs:%:pass-through-libs(%(link_gcc_c_sequence))}} \ -- }"PLUGIN_COND_CLOSE -+ }" PLUGIN_COND_CLOSE - #else - /* The linker used doesn't support -plugin, reject -fuse-linker-plugin. */ - #define LINK_PLUGIN_SPEC "%{fuse-linker-plugin:\ diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-devirt.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-devirt.c deleted file mode 100644 index db50faae744c..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-devirt.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/ipa-devirt.c.orig 2014-10-05 02:50:01 UTC -+++ gcc/ipa-devirt.c -@@ -1634,7 +1634,7 @@ dump_possible_polymorphic_call_targets ( - { - fprintf (f, " Contained in type:"); - print_generic_expr (f, ctx.outer_type, TDF_SLIM); -- fprintf (f, " at offset "HOST_WIDE_INT_PRINT_DEC"\n", -+ fprintf (f, " at offset " HOST_WIDE_INT_PRINT_DEC "\n", - ctx.offset); - } - diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-inline.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-inline.c deleted file mode 100644 index 52afb72e5704..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-inline.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/ipa-inline.c.orig 2014-05-21 05:40:09 UTC -+++ gcc/ipa-inline.c -@@ -1727,7 +1727,7 @@ inline_small_functions (void) - badness, - edge->frequency / (double)CGRAPH_FREQ_BASE); - if (edge->count) -- fprintf (dump_file," Called "HOST_WIDEST_INT_PRINT_DEC"x\n", -+ fprintf (dump_file," Called " HOST_WIDEST_INT_PRINT_DEC "x\n", - edge->count); - if (dump_flags & TDF_DETAILS) - edge_badness (edge, true); diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-profile.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-profile.c deleted file mode 100644 index 16b85fb1dc3c..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-profile.c +++ /dev/null @@ -1,38 +0,0 @@ ---- gcc/ipa-profile.c.orig 2014-01-02 22:23:26 UTC -+++ gcc/ipa-profile.c -@@ -163,7 +163,7 @@ dump_histogram (FILE *file, veccount * histogram[i]->time; - cumulated_size += histogram[i]->size; -- fprintf (file, " "HOST_WIDEST_INT_PRINT_DEC": time:%i (%2.2f) size:%i (%2.2f)\n", -+ fprintf (file, " " HOST_WIDEST_INT_PRINT_DEC ": time:%i (%2.2f) size:%i (%2.2f)\n", - (HOST_WIDEST_INT) histogram[i]->count, - histogram[i]->time, - cumulated_time * 100.0 / overall_time, -@@ -516,7 +516,7 @@ ipa_profile (void) - { - gcov_type min, cumulated_time = 0, cumulated_size = 0; - -- fprintf (dump_file, "Overall time: "HOST_WIDEST_INT_PRINT_DEC"\n", -+ fprintf (dump_file, "Overall time: " HOST_WIDEST_INT_PRINT_DEC "\n", - (HOST_WIDEST_INT)overall_time); - min = get_hot_bb_threshold (); - for (i = 0; i < (int)histogram.length () && histogram[i]->count >= min; -@@ -525,7 +525,7 @@ ipa_profile (void) - cumulated_time += histogram[i]->count * histogram[i]->time; - cumulated_size += histogram[i]->size; - } -- fprintf (dump_file, "GCOV min count: "HOST_WIDEST_INT_PRINT_DEC -+ fprintf (dump_file, "GCOV min count: " HOST_WIDEST_INT_PRINT_DEC - " Time:%3.2f%% Size:%3.2f%%\n", - (HOST_WIDEST_INT)min, - cumulated_time * 100.0 / overall_time, -@@ -551,7 +551,7 @@ ipa_profile (void) - cumulated_time += histogram[i]->count * histogram[i]->time; - cumulated_size += histogram[i]->size; - } -- fprintf (dump_file, "Determined min count: "HOST_WIDEST_INT_PRINT_DEC -+ fprintf (dump_file, "Determined min count: " HOST_WIDEST_INT_PRINT_DEC - " Time:%3.2f%% Size:%3.2f%%\n", - (HOST_WIDEST_INT)threshold, - cumulated_time * 100.0 / overall_time, diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-prop.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-prop.c deleted file mode 100644 index dfdf7dc66d9f..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-prop.c +++ /dev/null @@ -1,20 +0,0 @@ ---- gcc/ipa-prop.c.orig 2018-07-13 20:22:39 UTC -+++ gcc/ipa-prop.c -@@ -244,7 +244,7 @@ ipa_print_node_jump_functions_for_edge ( - { - fprintf (f, "KNOWN TYPE: base "); - print_generic_expr (f, jump_func->value.known_type.base_type, 0); -- fprintf (f, ", offset "HOST_WIDE_INT_PRINT_DEC", component ", -+ fprintf (f, ", offset " HOST_WIDE_INT_PRINT_DEC ", component ", - jump_func->value.known_type.offset); - print_generic_expr (f, jump_func->value.known_type.component_type, 0); - fprintf (f, "\n"); -@@ -284,7 +284,7 @@ ipa_print_node_jump_functions_for_edge ( - else if (type == IPA_JF_ANCESTOR) - { - fprintf (f, "ANCESTOR: "); -- fprintf (f, "%d, offset "HOST_WIDE_INT_PRINT_DEC", ", -+ fprintf (f, "%d, offset " HOST_WIDE_INT_PRINT_DEC ", ", - jump_func->value.ancestor.formal_id, - jump_func->value.ancestor.offset); - print_generic_expr (f, jump_func->value.ancestor.type, 0); diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c deleted file mode 100644 index d88bb3d9c707..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/loop-iv.c.orig 2014-01-17 10:47:59 UTC -+++ gcc/loop-iv.c -@@ -2297,7 +2297,7 @@ determine_max_iter (struct loop *loop, s - if (andmax) - nmax = MIN (nmax, andmax); - if (dump_file) -- fprintf (dump_file, ";; Determined upper bound "HOST_WIDEST_INT_PRINT_DEC".\n", -+ fprintf (dump_file, ";; Determined upper bound " HOST_WIDEST_INT_PRINT_DEC ".\n", - nmax); - return nmax; - } diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_profile.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_profile.c deleted file mode 100644 index bc33b7b4e75c..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_profile.c +++ /dev/null @@ -1,29 +0,0 @@ ---- gcc/profile.c.orig 2014-02-01 08:40:31 UTC -+++ gcc/profile.c -@@ -318,7 +318,7 @@ is_edge_inconsistent (vec * - if (dump_file) - { - fprintf (dump_file, -- "Edge %i->%i is inconsistent, count"HOST_WIDEST_INT_PRINT_DEC, -+ "Edge %i->%i is inconsistent, count" HOST_WIDEST_INT_PRINT_DEC, - e->src->index, e->dest->index, e->count); - dump_bb (dump_file, e->src, 0, TDF_DETAILS); - dump_bb (dump_file, e->dest, 0, TDF_DETAILS); -@@ -379,7 +379,7 @@ is_inconsistent (void) - if (dump_file) - { - fprintf (dump_file, "BB %i count does not match sum of incoming edges " -- HOST_WIDEST_INT_PRINT_DEC" should be " HOST_WIDEST_INT_PRINT_DEC, -+ HOST_WIDEST_INT_PRINT_DEC " should be " HOST_WIDEST_INT_PRINT_DEC, - bb->index, - bb->count, - sum_edge_counts (bb->preds)); -@@ -394,7 +394,7 @@ is_inconsistent (void) - if (dump_file) - { - fprintf (dump_file, "BB %i count does not match sum of outgoing edges " -- HOST_WIDEST_INT_PRINT_DEC" should be " HOST_WIDEST_INT_PRINT_DEC, -+ HOST_WIDEST_INT_PRINT_DEC " should be " HOST_WIDEST_INT_PRINT_DEC, - bb->index, - bb->count, - sum_edge_counts (bb->succs)); diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_stor-layout.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_stor-layout.c deleted file mode 100644 index e0e328e1d1ba..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_stor-layout.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/stor-layout.c.orig 2014-10-15 10:27:26 UTC -+++ gcc/stor-layout.c -@@ -236,7 +236,7 @@ self_referential_size (tree size) - fntype = build_function_type (return_type, param_type_list); - - /* Build the function declaration. */ -- sprintf (buf, "SZ"HOST_WIDE_INT_PRINT_UNSIGNED, fnno++); -+ sprintf (buf, "SZ" HOST_WIDE_INT_PRINT_UNSIGNED, fnno++); - fnname = get_file_function_name (buf); - fndecl = build_decl (input_location, FUNCTION_DECL, fnname, fntype); - for (t = param_decl_list; t; t = DECL_CHAIN (t)) diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_system.h b/devel/arm-none-eabi-gcc492/files/patch-gcc_system.h deleted file mode 100644 index 05f61aaab868..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_system.h +++ /dev/null @@ -1,10 +0,0 @@ ---- gcc/system.h.orig 2014-01-02 22:23:26 UTC -+++ gcc/system.h -@@ -203,6 +203,7 @@ extern int errno; - - #ifdef __cplusplus - # include -+# include - #endif - - /* Some of glibc's string inlines cause warnings. Plus we'd rather diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_toplev.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_toplev.c deleted file mode 100644 index b040443b90a0..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_toplev.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/toplev.c.orig 2018-07-13 22:48:32 UTC -+++ gcc/toplev.c -@@ -1041,7 +1041,7 @@ output_stack_usage (void) - } - - fprintf (stack_usage_file, -- "%s:%d:%d:%s\t"HOST_WIDE_INT_PRINT_DEC"\t%s\n", -+ "%s:%d:%d:%s\t" HOST_WIDE_INT_PRINT_DEC "\t%s\n", - lbasename (loc.file), - loc.line, - loc.column, diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_tree-ssa-reassoc.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_tree-ssa-reassoc.c deleted file mode 100644 index 0fa7e6ad2fa5..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-gcc_tree-ssa-reassoc.c +++ /dev/null @@ -1,20 +0,0 @@ ---- gcc/tree-ssa-reassoc.c.orig 2018-07-13 23:29:13 UTC -+++ gcc/tree-ssa-reassoc.c -@@ -4208,7 +4208,7 @@ attempt_builtin_powi (gimple stmt, vechdata.intvl.steps; i++) -- fprintf (dump_file, " %d:"HOST_WIDEST_INT_PRINT_DEC, -+ fprintf (dump_file, " %d:" HOST_WIDEST_INT_PRINT_DEC, - hist->hdata.intvl.int_start + i, - (HOST_WIDEST_INT) hist->hvalue.counters[i]); -- fprintf (dump_file, " ] outside range:"HOST_WIDEST_INT_PRINT_DEC, -+ fprintf (dump_file, " ] outside range:" HOST_WIDEST_INT_PRINT_DEC, - (HOST_WIDEST_INT) hist->hvalue.counters[i]); - } - fprintf (dump_file, ".\n"); -@@ -279,8 +279,8 @@ dump_histogram_value (FILE *dump_file, h - fprintf (dump_file, "Pow2 counter "); - if (hist->hvalue.counters) - { -- fprintf (dump_file, "pow2:"HOST_WIDEST_INT_PRINT_DEC -- " nonpow2:"HOST_WIDEST_INT_PRINT_DEC, -+ fprintf (dump_file, "pow2:" HOST_WIDEST_INT_PRINT_DEC -+ " nonpow2:" HOST_WIDEST_INT_PRINT_DEC, - (HOST_WIDEST_INT) hist->hvalue.counters[0], - (HOST_WIDEST_INT) hist->hvalue.counters[1]); - } -@@ -291,9 +291,9 @@ dump_histogram_value (FILE *dump_file, h - fprintf (dump_file, "Single value "); - if (hist->hvalue.counters) - { -- fprintf (dump_file, "value:"HOST_WIDEST_INT_PRINT_DEC -- " match:"HOST_WIDEST_INT_PRINT_DEC -- " wrong:"HOST_WIDEST_INT_PRINT_DEC, -+ fprintf (dump_file, "value:" HOST_WIDEST_INT_PRINT_DEC -+ " match:" HOST_WIDEST_INT_PRINT_DEC -+ " wrong:" HOST_WIDEST_INT_PRINT_DEC, - (HOST_WIDEST_INT) hist->hvalue.counters[0], - (HOST_WIDEST_INT) hist->hvalue.counters[1], - (HOST_WIDEST_INT) hist->hvalue.counters[2]); -@@ -305,8 +305,8 @@ dump_histogram_value (FILE *dump_file, h - fprintf (dump_file, "Average value "); - if (hist->hvalue.counters) - { -- fprintf (dump_file, "sum:"HOST_WIDEST_INT_PRINT_DEC -- " times:"HOST_WIDEST_INT_PRINT_DEC, -+ fprintf (dump_file, "sum:" HOST_WIDEST_INT_PRINT_DEC -+ " times:" HOST_WIDEST_INT_PRINT_DEC, - (HOST_WIDEST_INT) hist->hvalue.counters[0], - (HOST_WIDEST_INT) hist->hvalue.counters[1]); - } -@@ -317,7 +317,7 @@ dump_histogram_value (FILE *dump_file, h - fprintf (dump_file, "IOR value "); - if (hist->hvalue.counters) - { -- fprintf (dump_file, "ior:"HOST_WIDEST_INT_PRINT_DEC, -+ fprintf (dump_file, "ior:" HOST_WIDEST_INT_PRINT_DEC, - (HOST_WIDEST_INT) hist->hvalue.counters[0]); - } - fprintf (dump_file, ".\n"); -@@ -327,9 +327,9 @@ dump_histogram_value (FILE *dump_file, h - fprintf (dump_file, "Constant delta "); - if (hist->hvalue.counters) - { -- fprintf (dump_file, "value:"HOST_WIDEST_INT_PRINT_DEC -- " match:"HOST_WIDEST_INT_PRINT_DEC -- " wrong:"HOST_WIDEST_INT_PRINT_DEC, -+ fprintf (dump_file, "value:" HOST_WIDEST_INT_PRINT_DEC -+ " match:" HOST_WIDEST_INT_PRINT_DEC -+ " wrong:" HOST_WIDEST_INT_PRINT_DEC, - (HOST_WIDEST_INT) hist->hvalue.counters[0], - (HOST_WIDEST_INT) hist->hvalue.counters[1], - (HOST_WIDEST_INT) hist->hvalue.counters[2]); -@@ -340,9 +340,9 @@ dump_histogram_value (FILE *dump_file, h - fprintf (dump_file, "Indirect call "); - if (hist->hvalue.counters) - { -- fprintf (dump_file, "value:"HOST_WIDEST_INT_PRINT_DEC -- " match:"HOST_WIDEST_INT_PRINT_DEC -- " all:"HOST_WIDEST_INT_PRINT_DEC, -+ fprintf (dump_file, "value:" HOST_WIDEST_INT_PRINT_DEC -+ " match:" HOST_WIDEST_INT_PRINT_DEC -+ " all:" HOST_WIDEST_INT_PRINT_DEC, - (HOST_WIDEST_INT) hist->hvalue.counters[0], - (HOST_WIDEST_INT) hist->hvalue.counters[1], - (HOST_WIDEST_INT) hist->hvalue.counters[2]); -@@ -353,7 +353,7 @@ dump_histogram_value (FILE *dump_file, h - fprintf (dump_file, "Time profile "); - if (hist->hvalue.counters) - { -- fprintf (dump_file, "time:"HOST_WIDEST_INT_PRINT_DEC, -+ fprintf (dump_file, "time:" HOST_WIDEST_INT_PRINT_DEC, - (HOST_WIDEST_INT) hist->hvalue.counters[0]); - } - fprintf (dump_file, ".\n"); -@@ -1533,8 +1533,8 @@ gimple_ic_transform (gimple_stmt_iterato - print_generic_expr (dump_file, direct_call->decl, TDF_SLIM); - fprintf (dump_file, " transformation on insn postponned to ipa-profile"); - print_gimple_stmt (dump_file, stmt, 0, TDF_SLIM); -- fprintf (dump_file, "hist->count "HOST_WIDEST_INT_PRINT_DEC -- " hist->all "HOST_WIDEST_INT_PRINT_DEC"\n", count, all); -+ fprintf (dump_file, "hist->count " HOST_WIDEST_INT_PRINT_DEC -+ " hist->all " HOST_WIDEST_INT_PRINT_DEC "\n", count, all); - } - - return true; diff --git a/devel/arm-none-eabi-gcc492/files/patch-libcpp_lex.c b/devel/arm-none-eabi-gcc492/files/patch-libcpp_lex.c deleted file mode 100644 index 05ad28872d11..000000000000 --- a/devel/arm-none-eabi-gcc492/files/patch-libcpp_lex.c +++ /dev/null @@ -1,25 +0,0 @@ -This is - - commit cd547f0ddcd3a54e5b73bcda5ac0f0c46808db8b - Author: Jakub Jelinek - Date: Sat Sep 26 10:07:41 2020 +0200 - -which is on the GCC 10 release branch and thus part of lang/gcc10-devel; -we should automatically get it with GCC 10.3. - ---- libcpp/lex.c.orig 2020-11-02 10:24:50 UTC -+++ libcpp/lex.c -@@ -531,11 +531,11 @@ init_vectorized_lexer (void) - search_line_fast = impl; - } - --#elif defined(_ARCH_PWR8) && defined(__ALTIVEC__) -+#elif (GCC_VERSION >= 4005) && defined(_ARCH_PWR8) && defined(__ALTIVEC__) - - /* A vection of the fast scanner using AltiVec vectorized byte compares - and VSX unaligned loads (when VSX is available). This is otherwise -- the same as the pre-GCC 5 version. */ -+ the same as the AltiVec version. */ - - ATTRIBUTE_NO_SANITIZE_UNDEFINED - static const uchar * diff --git a/devel/arm-none-eabi-gcc492/pkg-descr b/devel/arm-none-eabi-gcc492/pkg-descr deleted file mode 100644 index ae1286dffdad..000000000000 --- a/devel/arm-none-eabi-gcc492/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -GCC, the GNU Compiler Collection configured for bare-metal ARM cross-building. diff --git a/devel/arm-none-eabi-gcc492/pkg-plist b/devel/arm-none-eabi-gcc492/pkg-plist deleted file mode 100644 index 7bfd50efa85e..000000000000 --- a/devel/arm-none-eabi-gcc492/pkg-plist +++ /dev/null @@ -1,264 +0,0 @@ -bin/%%GCC_TARGET%%-c++ -bin/%%GCC_TARGET%%-cpp -bin/%%GCC_TARGET%%-g++ -bin/%%GCC_TARGET%%-gcc -bin/%%GCC_TARGET%%-gcc-4.9.2 -bin/%%GCC_TARGET%%-gcc-ar -bin/%%GCC_TARGET%%-gcc-nm -bin/%%GCC_TARGET%%-gcc-ranlib -bin/%%GCC_TARGET%%-gcov -lib/gcc/%%GCC_TARGET%%/4.9.2/crtbegin.o -lib/gcc/%%GCC_TARGET%%/4.9.2/crtend.o -lib/gcc/%%GCC_TARGET%%/4.9.2/crti.o -lib/gcc/%%GCC_TARGET%%/4.9.2/crtn.o -lib/gcc/%%GCC_TARGET%%/4.9.2/include-fixed/README -lib/gcc/%%GCC_TARGET%%/4.9.2/include-fixed/limits.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include-fixed/syslimits.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/arm_acle.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/arm_neon.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/float.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/iso646.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/mmintrin.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdalign.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdarg.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdatomic.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdbool.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stddef.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdfix.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdint-gcc.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdint.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdnoreturn.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/tgmath.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/unwind-arm-common.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/unwind.h -lib/gcc/%%GCC_TARGET%%/4.9.2/include/varargs.h -lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/fixinc_list -lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/gsyslimits.h -lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/include/README -lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/include/limits.h -lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/macro_list -lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/mkheaders.conf -lib/gcc/%%GCC_TARGET%%/4.9.2/libgcc.a -lib/gcc/%%GCC_TARGET%%/4.9.2/libgcov.a -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/gtype.state -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ada/gcc-interface/ada-tree.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/alias.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/all-tree.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/alloc-pool.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ansidecl.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/attribs.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/auto-host.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/b-header-vars -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/basic-block.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/bitmap.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/builtins.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/bversion.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-common.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-common.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-objc.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-pragma.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-pretty-print.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-tree.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/calls.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cfg-flags.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cfgexpand.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cfghooks.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cfgloop.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cgraph.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cif-code.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cilk-builtins.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cilkplus.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/aarch-common-protos.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/aout.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/arm-cores.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/arm-opts.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/arm-protos.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/arm.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/bpabi.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/elf.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/unknown-elf.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/dbxelf.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/elfos.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/initfini-array.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/newlib-stdint.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/vxworks-dummy.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/configargs.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/context.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/coretypes.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/cp-tree.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/cp-tree.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/cxx-pretty-print.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/name-lookup.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/type-utils.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cppdefault.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cpplib.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/debug.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/defaults.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/df.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/diagnostic-color.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/diagnostic-core.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/diagnostic.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/diagnostic.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/double-int.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/dumpfile.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/emit-rtl.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/except.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/filenames.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/fixed-value.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/flag-types.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/flags.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/fold-const.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/function.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gcc-plugin.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gcc-symtab.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/genrtl.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ggc.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-builder.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-expr.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-fold.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-iterator.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-low.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-pretty-print.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-ssa.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-walk.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimplify-me.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimplify.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gsstruct.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gtm-builtins.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gtype-desc.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/hard-reg-set.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/hash-table.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/hashtab.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/highlev-plugin-common.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/hwint.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/incpath.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/input.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-codes.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-constants.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-flags.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-modes.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-notes.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/internal-fn.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/internal-fn.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/intl.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-prop.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-ref-inline.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-ref.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-reference.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-utils.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/is-a.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/java/java-tree.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/langhooks.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/libiberty.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/line-map.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/machmode.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/md5.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/mode-classes.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/objc/objc-tree.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/obstack.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/omp-builtins.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/options.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/opts.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/output.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/params.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/params.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/pass-instances.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/pass_manager.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/plugin-api.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/plugin-version.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/plugin.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/plugin.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/pointer-set.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/predict.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/predict.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/prefix.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/pretty-print.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/print-rtl.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/print-tree.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/real.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/realmpfr.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/reg-notes.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/regset.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/resource.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/rtl.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/rtl.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/safe-ctype.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/sanitizer.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/sbitmap.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/splay-tree.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ssa-iterators.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/statistics.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/stmt.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/stor-layout.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/stringpool.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/symtab.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/sync-builtins.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/system.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/target-hooks-macros.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/target.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/target.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/timevar.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/timevar.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tm-preds.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tm.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tm_p.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/toplev.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-cfg.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-cfgcleanup.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-check.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-core.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-dfa.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-dump.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-eh.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-hasher.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-inline.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-into-ssa.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-iterator.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-nested.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-object-size.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-outof-ssa.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-parloops.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-pass.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-phinodes.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-pretty-print.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-address.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-alias.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-coalesce.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-dom.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-loop-ivopts.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-loop-manip.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-loop-niter.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-loop.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-operands.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-sccvn.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-ter.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-threadedge.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa-threadupdate.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssa.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree-ssanames.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/tree.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/treestruct.def -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/varasm.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/vec.h -lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/version.h -libexec/gcc/%%GCC_TARGET%%/4.9.2/cc1 -libexec/gcc/%%GCC_TARGET%%/4.9.2/cc1plus -libexec/gcc/%%GCC_TARGET%%/4.9.2/collect2 -libexec/gcc/%%GCC_TARGET%%/4.9.2/install-tools/fixinc.sh -libexec/gcc/%%GCC_TARGET%%/4.9.2/install-tools/fixincl -libexec/gcc/%%GCC_TARGET%%/4.9.2/install-tools/mkheaders -libexec/gcc/%%GCC_TARGET%%/4.9.2/install-tools/mkinstalldirs -libexec/gcc/%%GCC_TARGET%%/4.9.2/liblto_plugin.so -libexec/gcc/%%GCC_TARGET%%/4.9.2/liblto_plugin.so.0 -libexec/gcc/%%GCC_TARGET%%/4.9.2/liblto_plugin.so.0.0.0 -libexec/gcc/%%GCC_TARGET%%/4.9.2/lto-wrapper -libexec/gcc/%%GCC_TARGET%%/4.9.2/lto1 -libexec/gcc/%%GCC_TARGET%%/4.9.2/plugin/gengtype -man/man1/%%GCC_TARGET%%-cpp.1.gz -man/man1/%%GCC_TARGET%%-g++.1.gz -man/man1/%%GCC_TARGET%%-gcc.1.gz -man/man1/%%GCC_TARGET%%-gcov.1.gz diff --git a/devel/aws-c-common/Makefile b/devel/aws-c-common/Makefile index 29df0a9337b8..59b31a5b8842 100644 --- a/devel/aws-c-common/Makefile +++ b/devel/aws-c-common/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-common DISTVERSIONPREFIX= v -DISTVERSION= 0.8.21 +DISTVERSION= 0.8.22 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/aws-c-common/distinfo b/devel/aws-c-common/distinfo index b192bc6cf9f4..3cfe658bd276 100644 --- a/devel/aws-c-common/distinfo +++ b/devel/aws-c-common/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685087204 -SHA256 (awslabs-aws-c-common-v0.8.21_GH0.tar.gz) = b279a6e47a8a15a8e2c6d4f6b88aada47666bad75f657e42a39f0a57a30007fd -SIZE (awslabs-aws-c-common-v0.8.21_GH0.tar.gz) = 512015 +TIMESTAMP = 1685529059 +SHA256 (awslabs-aws-c-common-v0.8.22_GH0.tar.gz) = 5abd49f6bcae9fea8e264d7835d7392393919347c43fed292d00aa9b08fd0b33 +SIZE (awslabs-aws-c-common-v0.8.22_GH0.tar.gz) = 512000 diff --git a/devel/aws-c-sdkutils/Makefile b/devel/aws-c-sdkutils/Makefile index c3211662bce7..456967c0c708 100644 --- a/devel/aws-c-sdkutils/Makefile +++ b/devel/aws-c-sdkutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-sdkutils DISTVERSIONPREFIX= v -DISTVERSION= 0.1.10 +DISTVERSION= 0.1.11 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-c-sdkutils/distinfo b/devel/aws-c-sdkutils/distinfo index 980e024450c5..f7c623aefc2c 100644 --- a/devel/aws-c-sdkutils/distinfo +++ b/devel/aws-c-sdkutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684258386 -SHA256 (awslabs-aws-c-sdkutils-v0.1.10_GH0.tar.gz) = 04f56a7839146d0aba8da1cb2f53059ac0ecbb0854fc9f345eb3d16e86e6de3a -SIZE (awslabs-aws-c-sdkutils-v0.1.10_GH0.tar.gz) = 73314 +TIMESTAMP = 1685529474 +SHA256 (awslabs-aws-c-sdkutils-v0.1.11_GH0.tar.gz) = 826ec16225b8d001b52ba0a119852900b0b5f9ffe98a08b6f99182eb69a612d9 +SIZE (awslabs-aws-c-sdkutils-v0.1.11_GH0.tar.gz) = 73429 diff --git a/devel/aws-crt-cpp/Makefile b/devel/aws-crt-cpp/Makefile index 4019922ac7f4..e4b08d647f4c 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.20.1 +DISTVERSION= 0.20.2 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-crt-cpp/distinfo b/devel/aws-crt-cpp/distinfo index 5bfe4bf98e70..0b706dfd7e30 100644 --- a/devel/aws-crt-cpp/distinfo +++ b/devel/aws-crt-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683022573 -SHA256 (awslabs-aws-crt-cpp-v0.20.1_GH0.tar.gz) = 8b96a36152eb760bae8b503ab5baa3409a6a1b8721a775bfafd72542d8d49210 -SIZE (awslabs-aws-crt-cpp-v0.20.1_GH0.tar.gz) = 309029 +TIMESTAMP = 1685529684 +SHA256 (awslabs-aws-crt-cpp-v0.20.2_GH0.tar.gz) = a6891314d4f6d94f32af27e9be02448d4b30b85ef436dc0807d09e845e24c666 +SIZE (awslabs-aws-crt-cpp-v0.20.2_GH0.tar.gz) = 316588 diff --git a/devel/aws-sdk-cpp/Makefile b/devel/aws-sdk-cpp/Makefile index 53b6fd00990d..c1aafb9d0b90 100644 --- a/devel/aws-sdk-cpp/Makefile +++ b/devel/aws-sdk-cpp/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cpp -DISTVERSION= 1.11.76 +DISTVERSION= 1.11.90 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-sdk-cpp/distinfo b/devel/aws-sdk-cpp/distinfo index 325f8bbc0b5a..98228428746e 100644 --- a/devel/aws-sdk-cpp/distinfo +++ b/devel/aws-sdk-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683665024 -SHA256 (aws-aws-sdk-cpp-1.11.76_GH0.tar.gz) = fbc0c4ea0fe56ad3f2c199d77f341dbbedf9c1cabb5c83577d47a27c3ff5428e -SIZE (aws-aws-sdk-cpp-1.11.76_GH0.tar.gz) = 51876116 +TIMESTAMP = 1685602321 +SHA256 (aws-aws-sdk-cpp-1.11.90_GH0.tar.gz) = f525863063b4131cb1abafb2c1c4412f6f4660a4353d2486878d9ee400e8e4bb +SIZE (aws-aws-sdk-cpp-1.11.90_GH0.tar.gz) = 52226749 diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index cdd2efdf72ad..f1cee255cd5c 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,5 +1,5 @@ PORTNAME= fossil -PORTVERSION= 2.21 +PORTVERSION= 2.22 DISTVERSIONPREFIX= src- PORTREVISION= 0 PORTEPOCH= 2 diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index 3fb9f1b6a7d2..3c79feae2fd9 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677736990 -SHA256 (fossil-src-2.21.tar.gz) = 195faf0b20c101834a809979d0a9cdf04a0dcbae1fdabae792c9db900b73bda0 -SIZE (fossil-src-2.21.tar.gz) = 6703622 +TIMESTAMP = 1685616069 +SHA256 (fossil-src-2.22.tar.gz) = b90c40beb75308b0eba46b5add6e54a7a9e65ac90ce86ec8d78ae2a4bb8bae60 +SIZE (fossil-src-2.22.tar.gz) = 6730858 diff --git a/devel/fossil/files/patch-smtp-ehlo b/devel/fossil/files/patch-smtp-ehlo deleted file mode 100644 index eaf809fc494e..000000000000 --- a/devel/fossil/files/patch-smtp-ehlo +++ /dev/null @@ -1,39 +0,0 @@ -Index: src/alerts.c -================================================================== ---- src/alerts.c.orig 2023-02-25 19:23:39 UTC -+++ src/alerts.c -@@ -617,7 +617,7 @@ AlertSender *alert_sender_new(const char *zAltDest, u3 - if( zRelay ){ - u32 smtpFlags = SMTP_DIRECT; - if( mFlags & ALERT_TRACE ) smtpFlags |= SMTP_TRACE_STDOUT; -- p->pSmtp = smtp_session_new(p->zFrom, zRelay, smtpFlags); -+ p->pSmtp = smtp_session_new(smtp_domain_of_addr(p->zFrom), zRelay, smtpFlags); - smtp_client_startup(p->pSmtp); - } - } ---- src/smtp.c.orig 2023-02-25 19:23:39 UTC -+++ src/smtp.c -@@ -581,7 +581,7 @@ int smtp_send_msg( - ** The input is a base email address of the form "local@domain". - ** Return a pointer to just the "domain" part. - */ --static const char *domainOfAddr(const char *z){ -+const char *smtp_domain_of_addr(const char *z){ - while( z[0] && z[0]!='@' ) z++; - if( z[0]==0 ) return 0; - return z+1; -@@ -625,12 +625,12 @@ void test_smtp_send(void){ - zFrom = g.argv[3]; - nTo = g.argc-4; - azTo = (const char**)g.argv+4; -- zFromDomain = domainOfAddr(zFrom); -+ zFromDomain = smtp_domain_of_addr(zFrom); - if( zRelay!=0 && zRelay[0]!= 0) { - smtpFlags |= SMTP_DIRECT; - zToDomain = zRelay; - }else{ -- zToDomain = domainOfAddr(azTo[0]); -+ zToDomain = smtp_domain_of_addr(azTo[0]); - } - p = smtp_session_new(zFromDomain, zToDomain, smtpFlags, smtpPort); - if( p->zErr ){ diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile index 252b47274bfd..89e22d44baae 100644 --- a/devel/gitlab-runner/Makefile +++ b/devel/gitlab-runner/Makefile @@ -1,5 +1,6 @@ PORTNAME= gitlab-runner -DISTVERSION= 15.11.0 +DISTVERSION= 16.0.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \ https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerarm @@ -33,8 +34,8 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find tags here: # https://gitlab.com/gitlab-org/gitlab-runner/-/tags -GL_COMMIT= 436955cbc8f66f59294ea16e5e538fec8ab44a02 -GITBRANCH= 15-11-stable +GL_COMMIT= 79704081c9fe038e6054066d7d7462c712d7345e +GITBRANCH= 16-0-stable # for go dependencies # Gitlab hosts there dependencies on their own platform and not on go-proxy diff --git a/devel/gitlab-runner/distinfo b/devel/gitlab-runner/distinfo index 40b40e782926..78c2e259d5a2 100644 --- a/devel/gitlab-runner/distinfo +++ b/devel/gitlab-runner/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1683695502 -SHA256 (go/devel_gitlab-runner/gitlab-org-gitlab-runner-436955cbc8f66f59294ea16e5e538fec8ab44a02_GL0/prebuilt-x86_64.tar.xz) = b0dccc53f415962dde3f5a7e6f1ab068b8da5484a7fefdae2c5e39d8bb6c637e -SIZE (go/devel_gitlab-runner/gitlab-org-gitlab-runner-436955cbc8f66f59294ea16e5e538fec8ab44a02_GL0/prebuilt-x86_64.tar.xz) = 9594352 -SHA256 (go/devel_gitlab-runner/gitlab-org-gitlab-runner-436955cbc8f66f59294ea16e5e538fec8ab44a02_GL0/prebuilt-arm.tar.xz) = 5018c6b661ebf4b9c661593548e45394c553bbd4082b5ef744a39a1f7f1fee32 -SIZE (go/devel_gitlab-runner/gitlab-org-gitlab-runner-436955cbc8f66f59294ea16e5e538fec8ab44a02_GL0/prebuilt-arm.tar.xz) = 9020896 -SHA256 (go/devel_gitlab-runner/gitlab-org-gitlab-runner-436955cbc8f66f59294ea16e5e538fec8ab44a02_GL0/go.mod) = c0bb2fcf25014aa8566f46d89d5c74050b63afe816a372bc0aab929cc143290d -SIZE (go/devel_gitlab-runner/gitlab-org-gitlab-runner-436955cbc8f66f59294ea16e5e538fec8ab44a02_GL0/go.mod) = 8963 -SHA256 (go/devel_gitlab-runner/gitlab-org-gitlab-runner-436955cbc8f66f59294ea16e5e538fec8ab44a02_GL0/gitlab-org-gitlab-runner-436955cbc8f66f59294ea16e5e538fec8ab44a02_GL0.tar.gz) = 3c13969656d7b88cf30640efb7b17171703b1ff2c6d3eafe5e37bd36a4bccf41 -SIZE (go/devel_gitlab-runner/gitlab-org-gitlab-runner-436955cbc8f66f59294ea16e5e538fec8ab44a02_GL0/gitlab-org-gitlab-runner-436955cbc8f66f59294ea16e5e538fec8ab44a02_GL0.tar.gz) = 1526886 +TIMESTAMP = 1685565560 +SHA256 (go/devel_gitlab-runner/gitlab-org-gitlab-runner-79704081c9fe038e6054066d7d7462c712d7345e_GL0/prebuilt-x86_64.tar.xz) = b0dccc53f415962dde3f5a7e6f1ab068b8da5484a7fefdae2c5e39d8bb6c637e +SIZE (go/devel_gitlab-runner/gitlab-org-gitlab-runner-79704081c9fe038e6054066d7d7462c712d7345e_GL0/prebuilt-x86_64.tar.xz) = 9594352 +SHA256 (go/devel_gitlab-runner/gitlab-org-gitlab-runner-79704081c9fe038e6054066d7d7462c712d7345e_GL0/prebuilt-arm.tar.xz) = 5018c6b661ebf4b9c661593548e45394c553bbd4082b5ef744a39a1f7f1fee32 +SIZE (go/devel_gitlab-runner/gitlab-org-gitlab-runner-79704081c9fe038e6054066d7d7462c712d7345e_GL0/prebuilt-arm.tar.xz) = 9020896 +SHA256 (go/devel_gitlab-runner/gitlab-org-gitlab-runner-79704081c9fe038e6054066d7d7462c712d7345e_GL0/go.mod) = 18836fe22e912be7d384957712b72871a3e75b6600749068006abafc58c20683 +SIZE (go/devel_gitlab-runner/gitlab-org-gitlab-runner-79704081c9fe038e6054066d7d7462c712d7345e_GL0/go.mod) = 8966 +SHA256 (go/devel_gitlab-runner/gitlab-org-gitlab-runner-79704081c9fe038e6054066d7d7462c712d7345e_GL0/gitlab-org-gitlab-runner-79704081c9fe038e6054066d7d7462c712d7345e_GL0.tar.gz) = 7e53234e4e7d6740388aebc84386c942e4a7516edda4448b8cbc5a11b6658692 +SIZE (go/devel_gitlab-runner/gitlab-org-gitlab-runner-79704081c9fe038e6054066d7d7462c712d7345e_GL0/gitlab-org-gitlab-runner-79704081c9fe038e6054066d7d7462c712d7345e_GL0.tar.gz) = 1525995 diff --git a/devel/go-tools/Makefile b/devel/go-tools/Makefile index f0b6bb8a00ca..e39b3d2c6e39 100644 --- a/devel/go-tools/Makefile +++ b/devel/go-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= tools DISTVERSIONPREFIX= v -DISTVERSION= 0.9.1 +DISTVERSION= 0.9.2 PORTEPOCH= 1 CATEGORIES= devel PKGNAMEPREFIX= go- diff --git a/devel/go-tools/distinfo b/devel/go-tools/distinfo index cd5421204070..be6f8cb4ed12 100644 --- a/devel/go-tools/distinfo +++ b/devel/go-tools/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1683721344 -SHA256 (go/devel_go-tools/tools-v0.9.1/v0.9.1.mod) = 1412064845ce045ef6ed529ede3cb3a8bc8ed4a2a7c2b7d4f967807d7c958551 -SIZE (go/devel_go-tools/tools-v0.9.1/v0.9.1.mod) = 213 -SHA256 (go/devel_go-tools/tools-v0.9.1/v0.9.1.zip) = 7426a47349417d2d114487da7e0b6883cab22bb89b46ae49174326f7842871c3 -SIZE (go/devel_go-tools/tools-v0.9.1/v0.9.1.zip) = 3120890 +TIMESTAMP = 1685616433 +SHA256 (go/devel_go-tools/tools-v0.9.2/v0.9.2.mod) = 1412064845ce045ef6ed529ede3cb3a8bc8ed4a2a7c2b7d4f967807d7c958551 +SIZE (go/devel_go-tools/tools-v0.9.2/v0.9.2.mod) = 213 +SHA256 (go/devel_go-tools/tools-v0.9.2/v0.9.2.zip) = 9943c44dd6f811f352ee693650625b18533276205c9ca200638a6509430027ab +SIZE (go/devel_go-tools/tools-v0.9.2/v0.9.2.zip) = 3061492 diff --git a/devel/gopls/Makefile b/devel/gopls/Makefile index d0cc86d2d824..9051a3df72bc 100644 --- a/devel/gopls/Makefile +++ b/devel/gopls/Makefile @@ -1,7 +1,6 @@ PORTNAME= gopls DISTVERSIONPREFIX= v -DISTVERSION= 0.11.0 -PORTREVISION= 5 +DISTVERSION= 0.12.0 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org diff --git a/devel/gopls/distinfo b/devel/gopls/distinfo index a0b32f2482dc..e6eee81b6c2d 100644 --- a/devel/gopls/distinfo +++ b/devel/gopls/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1671459105 -SHA256 (go/devel_gopls/gopls-v0.11.0/v0.11.0.mod) = 79fe65440beaa78c9b02ce29b94c20b4ec4bdd6ffdb3c8d550f8fff587dd0e73 -SIZE (go/devel_gopls/gopls-v0.11.0/v0.11.0.mod) = 761 -SHA256 (go/devel_gopls/gopls-v0.11.0/v0.11.0.zip) = cd17e014da2169b538931beea7846fe5622e1fdb4cde1b0c280c65730b26765a -SIZE (go/devel_gopls/gopls-v0.11.0/v0.11.0.zip) = 1338541 +TIMESTAMP = 1685524735 +SHA256 (go/devel_gopls/gopls-v0.12.0/v0.12.0.mod) = 41edceb236933898953f6d9175a6e49c569cbbbcbe5308f58fa2df10baa88d7e +SIZE (go/devel_gopls/gopls-v0.12.0/v0.12.0.mod) = 754 +SHA256 (go/devel_gopls/gopls-v0.12.0/v0.12.0.zip) = 7f38b85a6f2eb07f9c7aed4254bb98454bfd89d3f6dea650d9cdc04210f56f68 +SIZE (go/devel_gopls/gopls-v0.12.0/v0.12.0.zip) = 1461413 diff --git a/devel/jenkins-lts/Makefile b/devel/jenkins-lts/Makefile index e99f9601edef..358599549390 100644 --- a/devel/jenkins-lts/Makefile +++ b/devel/jenkins-lts/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.387.3 +PORTVERSION= 2.401.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 1dd0e70c6bf3..fbe81e2cb92c 100644 --- a/devel/jenkins-lts/distinfo +++ b/devel/jenkins-lts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683118409 -SHA256 (jenkins/2.387.3/jenkins.war) = f40374910de94c9c1aafbd0fd190156e7f6afad6dc1534e1b55d20e125156be5 -SIZE (jenkins/2.387.3/jenkins.war) = 98358036 +TIMESTAMP = 1685575282 +SHA256 (jenkins/2.401.1/jenkins.war) = 600b73eabf797852e39919541b84f7686ff601b97c77b44eb00843eb91c7dd6c +SIZE (jenkins/2.401.1/jenkins.war) = 98362423 diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index ad348d4d5ce5..7e265b24701e 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.406 +PORTVERSION= 2.407 CATEGORIES= devel java MASTER_SITES= https://get.jenkins.io/war/${PORTVERSION}/ DISTNAME= jenkins diff --git a/devel/jenkins/distinfo b/devel/jenkins/distinfo index ab80abeddf63..3e7d3f56c0ad 100644 --- a/devel/jenkins/distinfo +++ b/devel/jenkins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684875474 -SHA256 (jenkins/2.406/jenkins.war) = 9a1872f6a297961feeb34c62b8759878d1afeab09749766f6c909e59e73a6a04 -SIZE (jenkins/2.406/jenkins.war) = 93556906 +TIMESTAMP = 1685459672 +SHA256 (jenkins/2.407/jenkins.war) = 86ed29cfcf245abbf231d7fc2410c20407551d932e9bd64e546eefc3872ab66a +SIZE (jenkins/2.407/jenkins.war) = 93640070 diff --git a/devel/libmcfp/Makefile b/devel/libmcfp/Makefile index d2cc5c9d3a83..2dcc5d732e3f 100644 --- a/devel/libmcfp/Makefile +++ b/devel/libmcfp/Makefile @@ -1,6 +1,6 @@ PORTNAME= libmcfp DISTVERSIONPREFIX= v -DISTVERSION= 1.2.3 +DISTVERSION= 1.2.4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/libmcfp/distinfo b/devel/libmcfp/distinfo index b2339decf8ce..cb9f32076f0f 100644 --- a/devel/libmcfp/distinfo +++ b/devel/libmcfp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674704763 -SHA256 (mhekkel-libmcfp-v1.2.3_GH0.tar.gz) = 2c006dec4a8f9cfdb6e35942a1fddbc583aafd30cf87fe8a6cf553040510b51b -SIZE (mhekkel-libmcfp-v1.2.3_GH0.tar.gz) = 15339 +TIMESTAMP = 1685692153 +SHA256 (mhekkel-libmcfp-v1.2.4_GH0.tar.gz) = 97f7e6271d81fc6b562bd89e7e306315f63d3e3c65d68468217e40ad15ea5164 +SIZE (mhekkel-libmcfp-v1.2.4_GH0.tar.gz) = 15424 diff --git a/devel/llvm16/Makefile b/devel/llvm16/Makefile index ebf021046015..31a653ab2c5b 100644 --- a/devel/llvm16/Makefile +++ b/devel/llvm16/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm DISTVERSION= 16.0.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ https://${PRE_}releases.llvm.org/${LLVM_RELEASE}${RCDIR}/ diff --git a/devel/llvm16/files/patch-freebsd-r352318 b/devel/llvm16/files/patch-freebsd-r352318 deleted file mode 100644 index 4fe5c836b6ea..000000000000 --- a/devel/llvm16/files/patch-freebsd-r352318 +++ /dev/null @@ -1,93 +0,0 @@ -commit 24b1a5b926832f68fa0a008b2484d4b44f58ee8e -Author: dim -Date: Sat Sep 14 10:55:33 2019 +0000 - - Revert commit from upstream llvm trunk (by Hans Wennborg): - - Re-commit r357452 (take 3): "SimplifyCFG - SinkCommonCodeFromPredecessors: Also sink function calls without used - results (PR41259)" - - Third time's the charm. - - This was reverted in r363220 due to being suspected of an internal - benchmark regression and a test failure, none of which turned out to - be caused by this. - - As reported in https://bugs.llvm.org/show_bug.cgi?id=43269, this causes - UNREACHABLE errors when compiling if_malo_pci.c for arm and aarch64. - -Notes: - svn path=/projects/clang900-import/; revision=352318 - -diff --git lib/Transforms/Utils/SimplifyCFG.cpp lib/Transforms/Utils/SimplifyCFG.cpp -index 11651d040dc0..6e2ef67408d9 100644 ---- llvm/lib/Transforms/Utils/SimplifyCFG.cpp -+++ llvm/lib/Transforms/Utils/SimplifyCFG.cpp -@@ -1428,10 +1428,9 @@ static bool HoistThenElseCodeToIf(BranchInst *BI, - static bool canSinkInstructions( - ArrayRef Insts, - DenseMap> &PHIOperands) { -- // Prune out obviously bad instructions to move. Each instruction must have -- // exactly zero or one use, and we check later that use is by a single, common -- // PHI instruction in the successor. -- bool HasUse = !Insts.front()->user_empty(); -+ // Prune out obviously bad instructions to move. Any non-store instruction -+ // must have exactly one use, and we check later that use is by a single, -+ // common PHI instruction in the successor. - for (auto *I : Insts) { - // These instructions may change or break semantics if moved. - if (isa(I) || I->isEHPad() || isa(I) || -@@ -1445,10 +1444,9 @@ static bool canSinkInstructions( - if (C->isInlineAsm()) - return false; - -- // Each instruction must have zero or one use. -- if (HasUse && !I->hasOneUse()) -- return false; -- if (!HasUse && !I->user_empty()) -+ // Everything must have only one use too, apart from stores which -+ // have no uses. -+ if (!isa(I) && !I->hasOneUse()) - return false; - } - -@@ -1457,11 +1455,11 @@ static bool canSinkInstructions( - if (!I->isSameOperationAs(I0)) - return false; - -- // All instructions in Insts are known to be the same opcode. If they have a -- // use, check that the only user is a PHI or in the same block as the -- // instruction, because if a user is in the same block as an instruction we're -- // contemplating sinking, it must already be determined to be sinkable. -- if (HasUse) { -+ // All instructions in Insts are known to be the same opcode. If they aren't -+ // stores, check the only user of each is a PHI or in the same block as the -+ // instruction, because if a user is in the same block as an instruction -+ // we're contemplating sinking, it must already be determined to be sinkable. -+ if (!isa(I0)) { - auto *PNUse = dyn_cast(*I0->user_begin()); - auto *Succ = I0->getParent()->getTerminator()->getSuccessor(0); - if (!all_of(Insts, [&PNUse,&Succ](const Instruction *I) -> bool { -@@ -1539,7 +1537,7 @@ static bool sinkLastInstruction(ArrayRef Blocks) { - // it is slightly over-aggressive - it gets confused by commutative instructions - // so double-check it here. - Instruction *I0 = Insts.front(); -- if (!I0->user_empty()) { -+ if (!isa(I0)) { - auto *PNUse = dyn_cast(*I0->user_begin()); - if (!all_of(Insts, [&PNUse](const Instruction *I) -> bool { - auto *U = cast(*I->user_begin()); -@@ -1597,10 +1595,11 @@ static bool sinkLastInstruction(ArrayRef Blocks) { - I0->andIRFlags(I); - } - -- if (!I0->user_empty()) { -+ if (!isa(I0)) { - // canSinkLastInstruction checked that all instructions were used by - // one and only one PHI node. Find that now, RAUW it to our common - // instruction and nuke it. -+ assert(I0->hasOneUse()); - auto *PN = cast(*I0->user_begin()); - PN->replaceAllUsesWith(I0); - PN->eraseFromParent(); diff --git a/devel/ocaml-opam/distinfo b/devel/ocaml-opam/distinfo index c20f25b31732..b31e09268ad9 100644 --- a/devel/ocaml-opam/distinfo +++ b/devel/ocaml-opam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685183447 -SHA256 (opam-full-2.1.5.tar.gz) = 15e40a75f6fa419164fb20bedd27c851146c2d576a63937cd13b317f3bc2ab93 -SIZE (opam-full-2.1.5.tar.gz) = 53353534 +TIMESTAMP = 1685599850 +SHA256 (opam-full-2.1.5.tar.gz) = 09f8d9e410b2f5723c2bfedbf7970e3b305f5017895fcd91759f05e753ddcea5 +SIZE (opam-full-2.1.5.tar.gz) = 10801367 diff --git a/devel/py-pyface/Makefile b/devel/py-pyface/Makefile index 4a813ebc2892..96fad73b48ea 100644 --- a/devel/py-pyface/Makefile +++ b/devel/py-pyface/Makefile @@ -1,6 +1,5 @@ PORTNAME= pyface -DISTVERSION= 7.4.4 -PORTREVISION= 1 +DISTVERSION= 8.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,12 +15,14 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/image_LICENSE_Nuvola.txt LICENSE_FILE_LGPL3= ${WRKSRC}/image_LICENSE_OOo.txt #See file ${WRKSRC}/image_LICENSE.txt for files with non BSD3CLAUSE licenses +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.6.0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.1.0:devel/py-importlib-resources@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traits>=6.2:devel/py-traits@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes @@ -32,6 +33,6 @@ OPTIONS_DEFAULT= QT5 QT5_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} QT5_USES= pyqt:5 -QT5_USE= PYQT=pyqt5:run,pyqt5:test +QT5_USE= PYQT=pyqt5:run .include diff --git a/devel/py-pyface/distinfo b/devel/py-pyface/distinfo index bba0ad5bda71..f97c322be90e 100644 --- a/devel/py-pyface/distinfo +++ b/devel/py-pyface/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672567475 -SHA256 (pyface-7.4.4.tar.gz) = d05faac45394bd55985906a120cf0012fe7cac2c6634962c0530b6a6350edb22 -SIZE (pyface-7.4.4.tar.gz) = 7765501 +TIMESTAMP = 1685531175 +SHA256 (pyface-8.0.0.tar.gz) = 7e13618347b7a648ed20cdbd4fd1a51648f5010291f35e4e0ff1bf70a720cbf8 +SIZE (pyface-8.0.0.tar.gz) = 7793450 diff --git a/devel/py-pyxb/Makefile b/devel/py-pyxb/Makefile deleted file mode 100644 index e3f97c60b38e..000000000000 --- a/devel/py-pyxb/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= pyxb -PORTVERSION= 1.2.6 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyXB-${PORTVERSION} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python XML schema bindings -WWW= https://pyxb.sourceforge.net/ - -DEPRECATED= Upstream issued End-of-Life notice. Use devel/py-pyxb-x instead -EXPIRATION_DATE=2023-05-31 - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test - -.include diff --git a/devel/py-pyxb/distinfo b/devel/py-pyxb/distinfo deleted file mode 100644 index e888e8472418..000000000000 --- a/devel/py-pyxb/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1529781803 -SHA256 (PyXB-1.2.6.tar.gz) = 2a00f38dd1d87b88f92d79bc5a09718d730419b88e814545f472bbd5a3bf27b4 -SIZE (PyXB-1.2.6.tar.gz) = 6972976 diff --git a/devel/py-pyxb/pkg-descr b/devel/py-pyxb/pkg-descr deleted file mode 100644 index a1366b9dbbd3..000000000000 --- a/devel/py-pyxb/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -PyXB is a pure Python package that generates Python code for classes that -correspond to data structures defined by XMLSchema. In concept it is similar -to JAXB for Java and CodeSynthesis XSD for C++. diff --git a/devel/py-ruamel.yaml/Makefile b/devel/py-ruamel.yaml/Makefile index 32b1c8a3be1f..3cf80529ce4e 100644 --- a/devel/py-ruamel.yaml/Makefile +++ b/devel/py-ruamel.yaml/Makefile @@ -1,10 +1,10 @@ PORTNAME= ruamel.yaml -PORTVERSION= 0.17.26 +PORTVERSION= 0.17.31 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= pi@FreeBSD.org +MAINTAINER= matthew@FreeBSD.org COMMENT= YAML 1.2 loader/dumper package for Python WWW= https://sourceforge.net/p/ruamel-yaml diff --git a/devel/py-ruamel.yaml/distinfo b/devel/py-ruamel.yaml/distinfo index 4050561b90fb..99ebfa6fd20a 100644 --- a/devel/py-ruamel.yaml/distinfo +++ b/devel/py-ruamel.yaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684282262 -SHA256 (ruamel.yaml-0.17.26.tar.gz) = baa2d0a5aad2034826c439ce61c142c07082b76f4791d54145e131206e998059 -SIZE (ruamel.yaml-0.17.26.tar.gz) = 130976 +TIMESTAMP = 1685599078 +SHA256 (ruamel.yaml-0.17.31.tar.gz) = 098ed1eb6d338a684891a72380277c1e6fc4d4ae0e120de9a447275056dda335 +SIZE (ruamel.yaml-0.17.31.tar.gz) = 134338 diff --git a/devel/py-tdworkflow/Makefile b/devel/py-tdworkflow/Makefile index 9c21dd529006..70281d25c6c1 100644 --- a/devel/py-tdworkflow/Makefile +++ b/devel/py-tdworkflow/Makefile @@ -1,5 +1,5 @@ PORTNAME= tdworkflow -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.8+ USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/devel/py-tdworkflow/distinfo b/devel/py-tdworkflow/distinfo index 3e456eaaadc7..ccb4992101f2 100644 --- a/devel/py-tdworkflow/distinfo +++ b/devel/py-tdworkflow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653465073 -SHA256 (tdworkflow-0.7.0.tar.gz) = 24693c20838b89eea656cd36b8aa11af9c021f7da35fd9961efee2b628fb6383 -SIZE (tdworkflow-0.7.0.tar.gz) = 27898 +TIMESTAMP = 1685563634 +SHA256 (tdworkflow-0.8.0.tar.gz) = e27e9a071650b3dc2e12e559c5189da993cd76307225ea0b98a371fc9d8ea075 +SIZE (tdworkflow-0.8.0.tar.gz) = 28654 diff --git a/devel/rubygem-reline/Makefile b/devel/rubygem-reline/Makefile index 1795b3d1f441..7f0d2e609acd 100644 --- a/devel/rubygem-reline/Makefile +++ b/devel/rubygem-reline/Makefile @@ -1,5 +1,5 @@ PORTNAME= reline -DISTVERSION= 0.3.3 +DISTVERSION= 0.3.4 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-reline/distinfo b/devel/rubygem-reline/distinfo index 6376340dc5d5..14b046f4c240 100644 --- a/devel/rubygem-reline/distinfo +++ b/devel/rubygem-reline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679980696 -SHA256 (rubygem/reline-0.3.3.gem) = c381419f13bf70317b2e643976127dbfac394a0d55b7050080be3f03cd20ff7e -SIZE (rubygem/reline-0.3.3.gem) = 57344 +TIMESTAMP = 1685551781 +SHA256 (rubygem/reline-0.3.4.gem) = 4a4607371f8f645fe0982db2515458fccc83e9d70356ffcb511e7bd3b0a81bb0 +SIZE (rubygem/reline-0.3.4.gem) = 57344 diff --git a/devel/sope/Makefile b/devel/sope/Makefile index e9f971cddc36..664764f43fff 100644 --- a/devel/sope/Makefile +++ b/devel/sope/Makefile @@ -1,5 +1,5 @@ PORTNAME= sope -PORTVERSION= 5.8.0 +PORTVERSION= 5.8.3 CATEGORIES= devel gnustep MASTER_SITES= https://packages.sogo.nu/sources/ DISTNAME= SOPE-${PORTVERSION} diff --git a/devel/sope/distinfo b/devel/sope/distinfo index 4fff16fbcc45..3d9436124367 100644 --- a/devel/sope/distinfo +++ b/devel/sope/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669945739 -SHA256 (SOPE-5.8.0.tar.gz) = 26e311dccd71b743bd223d2e2fcae3572a3124ac76594320d7a951b26b3e96b0 -SIZE (SOPE-5.8.0.tar.gz) = 2282661 +TIMESTAMP = 1685455649 +SHA256 (SOPE-5.8.3.tar.gz) = 683ad1a8ae5f64c5fcf8656340281550ec576faaba27187b51c4104f24f1142c +SIZE (SOPE-5.8.3.tar.gz) = 2300099 diff --git a/devel/tree-sitter-graph/Makefile b/devel/tree-sitter-graph/Makefile index a87e49f781d8..0f9bcfc068a5 100644 --- a/devel/tree-sitter-graph/Makefile +++ b/devel/tree-sitter-graph/Makefile @@ -1,6 +1,6 @@ PORTNAME= tree-sitter-graph DISTVERSIONPREFIX= v -DISTVERSION= 0.10.1 +DISTVERSION= 0.10.2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -43,16 +43,16 @@ CARGO_CRATES= ahash-0.4.7 \ lazy_static-1.4.0 \ libc-0.2.144 \ libloading-0.7.4 \ - log-0.4.17 \ + log-0.4.18 \ memchr-2.5.0 \ - once_cell-1.17.1 \ + once_cell-1.17.2 \ os_str_bytes-6.5.0 \ - proc-macro2-1.0.58 \ - quote-1.0.27 \ + proc-macro2-1.0.59 \ + quote-1.0.28 \ redox_syscall-0.2.16 \ redox_users-0.4.3 \ - regex-1.8.1 \ - regex-syntax-0.7.1 \ + regex-1.8.3 \ + regex-syntax-0.7.2 \ ryu-1.0.13 \ serde-1.0.163 \ serde_derive-1.0.163 \ @@ -60,7 +60,7 @@ CARGO_CRATES= ahash-0.4.7 \ smallvec-1.10.0 \ string-interner-0.12.2 \ strsim-0.10.0 \ - syn-2.0.16 \ + syn-2.0.18 \ termcolor-1.2.0 \ textwrap-0.16.0 \ thiserror-1.0.40 \ @@ -71,7 +71,7 @@ CARGO_CRATES= ahash-0.4.7 \ tree-sitter-loader-0.19.0 \ tree-sitter-python-0.19.1 \ tree-sitter-tags-0.20.2 \ - unicode-ident-1.0.8 \ + unicode-ident-1.0.9 \ wasi-0.11.0+wasi-snapshot-preview1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ diff --git a/devel/tree-sitter-graph/distinfo b/devel/tree-sitter-graph/distinfo index bfa6a7ff1396..0eda50f25143 100644 --- a/devel/tree-sitter-graph/distinfo +++ b/devel/tree-sitter-graph/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1684721872 +TIMESTAMP = 1685629531 SHA256 (rust/crates/ahash-0.4.7.crate) = 739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e SIZE (rust/crates/ahash-0.4.7.crate) = 51474 SHA256 (rust/crates/aho-corasick-1.0.1.crate) = 67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04 @@ -49,26 +49,26 @@ SHA256 (rust/crates/libc-0.2.144.crate) = 2b00cc1c228a6782d0f076e7b232802e0c5689 SIZE (rust/crates/libc-0.2.144.crate) = 682092 SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f SIZE (rust/crates/libloading-0.7.4.crate) = 27580 -SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e -SIZE (rust/crates/log-0.4.17.crate) = 38028 +SHA256 (rust/crates/log-0.4.18.crate) = 518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de +SIZE (rust/crates/log-0.4.18.crate) = 38339 SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d SIZE (rust/crates/memchr-2.5.0.crate) = 65812 -SHA256 (rust/crates/once_cell-1.17.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3 -SIZE (rust/crates/once_cell-1.17.1.crate) = 32856 +SHA256 (rust/crates/once_cell-1.17.2.crate) = 9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b +SIZE (rust/crates/once_cell-1.17.2.crate) = 33335 SHA256 (rust/crates/os_str_bytes-6.5.0.crate) = ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267 SIZE (rust/crates/os_str_bytes-6.5.0.crate) = 23166 -SHA256 (rust/crates/proc-macro2-1.0.58.crate) = fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8 -SIZE (rust/crates/proc-macro2-1.0.58.crate) = 44519 -SHA256 (rust/crates/quote-1.0.27.crate) = 8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500 -SIZE (rust/crates/quote-1.0.27.crate) = 28416 +SHA256 (rust/crates/proc-macro2-1.0.59.crate) = 6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b +SIZE (rust/crates/proc-macro2-1.0.59.crate) = 44360 +SHA256 (rust/crates/quote-1.0.28.crate) = 1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488 +SIZE (rust/crates/quote-1.0.28.crate) = 28382 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/regex-1.8.1.crate) = af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370 -SIZE (rust/crates/regex-1.8.1.crate) = 248412 -SHA256 (rust/crates/regex-syntax-0.7.1.crate) = a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c -SIZE (rust/crates/regex-syntax-0.7.1.crate) = 339705 +SHA256 (rust/crates/regex-1.8.3.crate) = 81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390 +SIZE (rust/crates/regex-1.8.3.crate) = 249112 +SHA256 (rust/crates/regex-syntax-0.7.2.crate) = 436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78 +SIZE (rust/crates/regex-syntax-0.7.2.crate) = 339778 SHA256 (rust/crates/ryu-1.0.13.crate) = f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041 SIZE (rust/crates/ryu-1.0.13.crate) = 46823 SHA256 (rust/crates/serde-1.0.163.crate) = 2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2 @@ -83,8 +83,8 @@ SHA256 (rust/crates/string-interner-0.12.2.crate) = 383196d1876517ee6f9f0864d1fc SIZE (rust/crates/string-interner-0.12.2.crate) = 20300 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/syn-2.0.16.crate) = a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01 -SIZE (rust/crates/syn-2.0.16.crate) = 240928 +SHA256 (rust/crates/syn-2.0.18.crate) = 32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e +SIZE (rust/crates/syn-2.0.18.crate) = 240648 SHA256 (rust/crates/termcolor-1.2.0.crate) = be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6 SIZE (rust/crates/termcolor-1.2.0.crate) = 17917 SHA256 (rust/crates/textwrap-0.16.0.crate) = 222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d @@ -105,8 +105,8 @@ SHA256 (rust/crates/tree-sitter-python-0.19.1.crate) = 83c46916553ebc2a5b23763cd SIZE (rust/crates/tree-sitter-python-0.19.1.crate) = 78286 SHA256 (rust/crates/tree-sitter-tags-0.20.2.crate) = ccb3f1376219530a37a809751ecf65aa35fd8b9c1c4ab6d4faf5f6a9eeda2c05 SIZE (rust/crates/tree-sitter-tags-0.20.2.crate) = 9445 -SHA256 (rust/crates/unicode-ident-1.0.8.crate) = e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4 -SIZE (rust/crates/unicode-ident-1.0.8.crate) = 41962 +SHA256 (rust/crates/unicode-ident-1.0.9.crate) = b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0 +SIZE (rust/crates/unicode-ident-1.0.9.crate) = 41978 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/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 @@ -117,5 +117,5 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9 SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 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 (tree-sitter-tree-sitter-graph-v0.10.1_GH0.tar.gz) = cbb7bee5cdf2310f340100cc4b7b27f618eebccd1e5077612bbeb4d5e1b1f988 -SIZE (tree-sitter-tree-sitter-graph-v0.10.1_GH0.tar.gz) = 70567 +SHA256 (tree-sitter-tree-sitter-graph-v0.10.2_GH0.tar.gz) = 4d98d18ec72faea360b52d6e17da406b88a47e2830101c29db0cbc4e932477c4 +SIZE (tree-sitter-tree-sitter-graph-v0.10.2_GH0.tar.gz) = 70776 diff --git a/devel/xeus-cling/Makefile b/devel/xeus-cling/Makefile index 8b3d85100661..50f69eaf423c 100644 --- a/devel/xeus-cling/Makefile +++ b/devel/xeus-cling/Makefile @@ -1,6 +1,6 @@ PORTNAME= xeus-cling DISTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/xeus-zmq/Makefile b/devel/xeus-zmq/Makefile index 717457ee3860..a0f572130e35 100644 --- a/devel/xeus-zmq/Makefile +++ b/devel/xeus-zmq/Makefile @@ -1,5 +1,6 @@ PORTNAME= xeus-zmq DISTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/xeus/Makefile b/devel/xeus/Makefile index d1e367c62ca7..0c20d1515a39 100644 --- a/devel/xeus/Makefile +++ b/devel/xeus/Makefile @@ -1,5 +1,5 @@ PORTNAME= xeus -DISTVERSION= 3.0.5 +DISTVERSION= 3.1.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/xeus/distinfo b/devel/xeus/distinfo index ef79ea371bc9..061a9b7012c4 100644 --- a/devel/xeus/distinfo +++ b/devel/xeus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680039784 -SHA256 (jupyter-xeus-xeus-3.0.5_GH0.tar.gz) = 4e02ab1603e81f0f76a9a4469af05c2af7e1551b0e0a5718c4b4f6ea125ed76f -SIZE (jupyter-xeus-xeus-3.0.5_GH0.tar.gz) = 9027969 +TIMESTAMP = 1685629862 +SHA256 (jupyter-xeus-xeus-3.1.0_GH0.tar.gz) = c729bfb3369c74cf1251aa0f7d7b90941c8bbf5af8b9cc83241e41dffad3fa56 +SIZE (jupyter-xeus-xeus-3.1.0_GH0.tar.gz) = 9029943 diff --git a/devel/xeus/pkg-plist b/devel/xeus/pkg-plist index f483e0cd84c7..c03016bcabf6 100644 --- a/devel/xeus/pkg-plist +++ b/devel/xeus/pkg-plist @@ -15,6 +15,7 @@ include/xeus/xmessage.hpp include/xeus/xserver.hpp include/xeus/xstring_utils.hpp include/xeus/xsystem.hpp +lib/cmake/xeus/CompilerWarnings.cmake lib/cmake/xeus/FindLibUUID.cmake lib/cmake/xeus/WasmBuildOptions.cmake lib/cmake/xeus/xeusConfig.cmake @@ -23,5 +24,5 @@ lib/cmake/xeus/xeusTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/xeus/xeusTargets.cmake lib/libxeus.a lib/libxeus.so -lib/libxeus.so.8 -lib/libxeus.so.8.1.0 +lib/libxeus.so.9 +lib/libxeus.so.9.0.0 diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index c8fe98eb194a..1db935db88a4 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= emacs -DISTVERSION= 30.0.50.20230515 +DISTVERSION= 30.0.50.20230601 PORTEPOCH= 3 CATEGORIES= editors PKGNAMESUFFIX= -devel @@ -24,7 +24,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags ncurses pkgconfig CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= ebf5e4c +GH_TAGNAME= 2d6ba3e GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-build-details \ @@ -134,6 +134,8 @@ ALSA_CONFIGURE_ON= --with-sound=alsa CAIRO_IMPLIES= PNG CAIRO_PREVENTS= XFT CAIRO_USE= GNOME=cairo +CAIRO_LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig CAIRO_CONFIGURE_WITH= cairo DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_CONFIGURE_WITH= dbus diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo index d177484af18b..56d8d35d66ee 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684125594 -SHA256 (emacs-mirror-emacs-30.0.50.20230515-ebf5e4c_GH0.tar.gz) = c319e79724d8c6d1ae4ea1728f7bc5e646d8ef5a55fdb37f2865a561e9f4e250 -SIZE (emacs-mirror-emacs-30.0.50.20230515-ebf5e4c_GH0.tar.gz) = 48238109 +TIMESTAMP = 1685628392 +SHA256 (emacs-mirror-emacs-30.0.50.20230601-2d6ba3e_GH0.tar.gz) = 5f416c9a0c74c7ba1c9f1e4e23de5de6a0f60afd674d23cba5edc4059fb6af07 +SIZE (emacs-mirror-emacs-30.0.50.20230601-2d6ba3e_GH0.tar.gz) = 48292947 diff --git a/editors/emacs-devel/pkg-plist b/editors/emacs-devel/pkg-plist index 2f943907cd34..2b5634c17caf 100644 --- a/editors/emacs-devel/pkg-plist +++ b/editors/emacs-devel/pkg-plist @@ -909,10 +909,12 @@ share/applications/emacsclient-mail.desktop %%DATADIR%%/%%EMACS_VER%%/etc/themes/modus-operandi-deuteranopia-theme.el %%DATADIR%%/%%EMACS_VER%%/etc/themes/modus-operandi-theme.el %%DATADIR%%/%%EMACS_VER%%/etc/themes/modus-operandi-tinted-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/modus-operandi-tritanopia-theme.el %%DATADIR%%/%%EMACS_VER%%/etc/themes/modus-themes.el %%DATADIR%%/%%EMACS_VER%%/etc/themes/modus-vivendi-deuteranopia-theme.el %%DATADIR%%/%%EMACS_VER%%/etc/themes/modus-vivendi-theme.el %%DATADIR%%/%%EMACS_VER%%/etc/themes/modus-vivendi-tinted-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/modus-vivendi-tritanopia-theme.el %%DATADIR%%/%%EMACS_VER%%/etc/themes/tango-dark-theme.el %%DATADIR%%/%%EMACS_VER%%/etc/themes/tango-theme.el %%DATADIR%%/%%EMACS_VER%%/etc/themes/tsdh-dark-theme.el diff --git a/editors/retext/Makefile b/editors/retext/Makefile index 40d4e2b4c7d1..9f9090c5ed8e 100644 --- a/editors/retext/Makefile +++ b/editors/retext/Makefile @@ -1,7 +1,8 @@ PORTNAME= retext -DISTVERSION= 8.0.0 -PORTREVISION= 2 +DISTVERSION= 8.0.1 CATEGORIES= editors +MASTER_SITES= PYPI +DISTNAME= ReText-${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Markdown editor @@ -16,11 +17,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}markups>=3.0.0:textproc/py-markups@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-markdown-math>=0.6:textproc/py-python-markdown-math@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymdown-extensions>0:textproc/py-pymdown-extensions@${PY_FLAVOR} USES= desktop-file-utils pyqt:6 python:3.9+ -USE_GITHUB= yes -GH_ACCOUNT= retext-project -USE_PYTHON= autoplist distutils noflavors +USE_PYTHON= autoplist distutils noflavors pytest USE_PYQT= pyqt6:run sip:run NO_ARCH= yes diff --git a/editors/retext/distinfo b/editors/retext/distinfo index 72dffdc89da1..7c026ea34895 100644 --- a/editors/retext/distinfo +++ b/editors/retext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671360108 -SHA256 (retext-project-retext-8.0.0_GH0.tar.gz) = d0ab71b60c20c88558504e6128245c735614da0f4151602c3196ef88ac28e3d7 -SIZE (retext-project-retext-8.0.0_GH0.tar.gz) = 305905 +TIMESTAMP = 1685516647 +SHA256 (ReText-8.0.1.tar.gz) = 8c3a2247d381b40b14cb4a63a184a62e35f16d31699aedfbe9c294a043ec0d96 +SIZE (ReText-8.0.1.tar.gz) = 538968 diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 26b2e16f7030..d026e3a5e0b5 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,6 +1,6 @@ PORTNAME= mame -PORTVERSION= 0.254 -PORTREVISION= 1 +DISTVERSION= 0.254 +PORTREVISION= 2 CATEGORIES= emulators games MAINTAINER= agh@riseup.net @@ -21,161 +21,174 @@ LICENSE_FILE= ${WRKSRC}/docs/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= not yet ported to any architecture other than armv7, arm64, x86, and powerpc* -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-svg2pdfconverter>0:textproc/py-sphinxcontrib-svg2pdfconverter@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-svg2pdfconverter>0:textproc/py-sphinxcontrib-svg2pdfconverter@${PY_FLAVOR} \ + glm>0:math/glm \ + rapidjson>0:devel/rapidjson LIB_DEPENDS= libexpat.so:textproc/expat2 \ libFLAC.so:audio/flac \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libpugixml.so:textproc/pugixml + libportmidi.so:audio/portmidi \ + libpugixml.so:textproc/pugixml \ + libutf8proc.so:textproc/utf8proc \ + libuv.so:devel/libuv RUN_DEPENDS= liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf -USES= compiler:c++14-lang gl gmake jpeg localbase lua:54 pkgconfig \ - python:3.9,build qt:5 sdl shebangfix sqlite:3 xorg +USES= compiler:c++17-lang gl gmake jpeg localbase lua:54 pkgconfig \ + python:3.9,build sdl shebangfix sqlite:3 xorg USE_GITHUB= yes GH_ACCOUNT= mamedev -GH_PROJECT= mame # explicit (master port) -GH_TAGNAME= mame${PORTVERSION:S/.//} +GH_TAGNAME= mame${DISTVERSION:S/.//} USE_GL= gl -USE_QT= buildtools core gui qmake widgets USE_SDL= sdl2 ttf2 USE_XORG= x11 xext xi xinerama xrender MAKEFILE= makefile MAKE_ARGS= TARGETOS=freebsd \ - TOOLS=1 \ - USE_SYSTEM_LIB_PUGIXML=1 \ - USE_SYSTEM_LIB_SQLITE3=1 \ - VERBOSE=1 -MAKE_ENV= FULLNAME="mame" \ - GCC_LDFLAGS="${LDFLAGS}" \ - LD="${CXX}" \ + VERBOSE="1" +MAKE_ENV= LDOPTS="${LDFLAGS}" \ + NO_USE_PORTAUDIO=1 \ + NO_USE_PULSEAUDIO=1 \ NOWERROR=1 \ OPT_FLAGS="${CXXFLAGS}" \ - PYTHON="${PYTHON_CMD}" \ - SDL_NETWORK="pcap" \ - SUBTARGET="${MSUBTARGET}" \ - TARGET="${MTARGET}" \ - USE_NETWORK=1 - -BINARY_ALIAS= python3=${PYTHON_CMD} python=${PYTHON_CMD} -SUB_FILES= pkg-message target.ini -SUB_LIST= MSUBTARGET=${MSUBTARGET} \ - MTARGET=${MTARGET} - -PORTDOCS= LICENSE html/* legal/* -PORTEXAMPLES= ${MSUBTARGET}.ini - -OPTIONS_DEFINE= DEBUG DOCS EXAMPLES -DEBUG_DESC= Build with debug profiling and symbols -DOCS_DESC= Install additional MAME documentation -EXAMPLES_DESC= Install example ${EMULATOR}.ini configuration - -DEBUG_MAKE_ENV= DEBUG=1 - -GENIE= ${WRKSRC}/3rdparty/genie -MSUBTARGET= mame -MTARGET= mame + PRECOMPILE=0 \ + PYTHON_EXECUTABLE="${PYTHON_CMD}" \ + USE_PCAP=1 \ + USE_SYSTEM_LIB_EXPAT=1 \ + USE_SYSTEM_LIB_FLAC=1 \ + USE_SYSTEM_LIB_GLM=1 \ + USE_SYSTEM_LIB_JPEG=1 \ + USE_SYSTEM_LIB_PORTMIDI=1 \ + USE_SYSTEM_LIB_PUGIXML=1 \ + USE_SYSTEM_LIB_RAPIDJSON=1 \ + USE_SYSTEM_LIB_SQLITE3=1 \ + USE_SYSTEM_LIB_UTF8PROC=1 \ + USE_SYSTEM_LIB_UV=1 \ + USE_SYSTEM_LIB_ZLIB=1 \ + USE_TAPTUN=1 + +SUB_FILES= pkg-message mame.ini plugin.ini ui.ini + +PORTDOCS= html/* + +OPTIONS_DEFINE= DEBUG DOCS QTDEBUGGER TOOLS +OPTIONS_SUB= yes + +DEBUG_DESC= Build with debug profiling and symbols +DOCS_DESC= Install extensive online MAME documentation +QTDEBUGGER_DESC= Install Qt interactive low-level machine debugger +TOOLS_DESC= Install tools for machine archiving and development + +DEBUG_MAKE_ENV= DEBUG=1 \ + OPTIMIZE=0 \ + PROFILER=1 \ + SYMBOLS=1 +DEBUG_MAKE_ENV_OFF= OPTIMIZE=2 \ + STRIP_SYMBOLS=1 +# Attempt to avoid address space exhaustion during linking, specifically +# on armv7, and possibly other architectures: +DEBUG_LDFLAGS_OFF= -s +QTDEBUGGER_USES= qt:5 +QTDEBUGGER_USE= QT=core,gui,widgets,buildtools:build,qmake:build +QTDEBUGGER_MAKE_ENV= USE_QTDEBUG=1 +QTDEBUGGER_MAKE_ENV_OFF= USE_QTDEBUG=0 +TOOLS_MAKE_ENV= TOOLS=1 +TOOLS_MAKE_ENV_OFF= TOOLS=0 + +_GENIE= ${WRKSRC}/3rdparty/genie .include .if ${PORT_OPTIONS:MDEBUG} -WITH_DEBUG= "YES" -MAKE_ENV+= DEBUG="1" \ - OPTIMIZE="0" \ - PROFILER="1" \ - SYMBOLS="1" +WITH_DEBUG= yes +.endif + +.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1400000 +USES+= llvm:15,build +MAKE_ENV+= OVERRIDE_AR="llvm-ar${LLVM_VERSION}" \ + OVERRIDE_CC="clang${LLVM_VERSION}" \ + OVERRIDE_CXX="clang++${LLVM_VERSION}" \ + OVERRIDE_LD="lld${LLVM_VERSION}" .else -# avoid address space exhaustion in linker on armv7 -LDFLAGS+= -s +MAKE_ENV+= OVERRIDE_AR="${AR}" \ + OVERRIDE_CC="${CC}" \ + OVERRIDE_CXX="${CXX}" \ + OVERRIDE_LD="${LD}" .endif -.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH:Mpowerpc64*} +.if ${ARCH:Maarch64} || ${ARCH:Mamd64} || ${ARCH:Mpowerpc64*} MAKE_ARGS+= PTR64=1 .endif -EMULATOR= ${MSUBTARGET} -PLIST_SUB+= EMULATOR=${EMULATOR} +post-extract: + @${MV} ${WRKSRC}/src/lib/util/png.h \ + ${WRKSRC}/src/lib/util/localpng.h + +post-patch: +# Prefer some system headers over bundled. + @${RM} ${WRKSRC}/3rdparty/bx/include/compat/freebsd/dirent.h + @${RM} ${WRKSRC}/3rdparty/bx/include/compat/freebsd/signal.h +# Accommodate GENie conception of BSD. + @${MV} ${_GENIE}/build/gmake.freebsd \ + ${_GENIE}/build/gmake.bsd +# Patch build to use bundled PNG. + @${GREP} -rl '"png.h"' ${WRKSRC}/src | \ + ${XARGS} ${REINPLACE_CMD} -e 's|"png.h"|"localpng.h"|' + @${REINPLACE_CMD} -e 's|"util/png.h"|"util/localpng.h"|' \ + ${WRKSRC}/src/frontend/mame/ui/icorender.cpp do-build-DOCS-on: - (cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} ${MAKE_ARGS} html \ - SPHINXBUILD=sphinx-build-${PYTHON_VER}) + (cd ${WRKSRC}/docs && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} html SPHINXBUILD=sphinx-build-${PYTHON_VER}) @${RM} ${WRKSRC}/docs/build/html/.buildinfo -do-install: -.for PROGRAM in castool chdman floptool imgtool jedutil ldresample ldverify \ - nltool nlwav pngcmp regrep romcmp split srcclean testkeys unidasm - ${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} \ - ${STAGEDIR}${PREFIX}/bin -.endfor +post-build: + (cd ${WRKSRC}/docs && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} man SPHINXBUILD=sphinx-build-${PYTHON_VER}) -.for data in artwork bgfx ctrlr ini hash language plugins samples +do-install: +.for DATA in artwork bgfx ctrlr ini hash language plugins samples (cd ${WRKSRC} && \ - ${COPYTREE_SHARE} ${data} ${STAGEDIR}${DATADIR}) + ${COPYTREE_SHARE} ${DATA} ${STAGEDIR}${DATADIR}) .endfor ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/docs/man/*.1 \ + ${INSTALL_MAN} ${WRKSRC}/docs/build/man/MAME.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/docs/build/man/*.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/docs/man/${EMULATOR}.6 \ + ${INSTALL_MAN} ${WRKSRC}/docs/man/mame.6 \ ${STAGEDIR}${MANPREFIX}/man/man6 - ${INSTALL_MAN} ${WRKSRC}/docs/LICENSE \ - ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/docs && \ - ${COPYTREE_SHARE} legal ${STAGEDIR}${DOCSDIR}) -do-install-DEBUG-off: - ${INSTALL_PROGRAM} ${WRKSRC}/${MSUBTARGET} \ - ${STAGEDIR}${PREFIX}/bin/${EMULATOR} + ${MKDIR} ${STAGEDIR}${ETCDIR} +.for INI in mame plugin ui + ${INSTALL_DATA} ${WRKDIR}/${INI}.ini \ + ${STAGEDIR}${ETCDIR}/${INI}.ini.sample +.endfor do-install-DEBUG-on: - ${INSTALL_PROGRAM} ${WRKSRC}/${MSUBTARGET}d \ - ${STAGEDIR}${PREFIX}/bin/${EMULATOR} + ${INSTALL_PROGRAM} ${WRKSRC}/mamed \ + ${STAGEDIR}${PREFIX}/bin/mame -post-build: - cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} ${MAKE_ARGS} man \ - SPHINXBUILD=sphinx-build-${PYTHON_VER} +do-install-DEBUG-off: + ${INSTALL_PROGRAM} ${WRKSRC}/mame \ + ${STAGEDIR}${PREFIX}/bin/ -post-install-DOCS-on: +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/docs/build && \ ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) -post-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKDIR}/target.ini \ - ${STAGEDIR}${EXAMPLESDIR}/${EMULATOR}.ini +do-install-TOOLS-on: +.for PROGRAM in castool chdman floptool imgtool jedutil ldresample ldverify \ + nltool nlwav pngcmp regrep romcmp split srcclean testkeys unidasm + ${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} \ + ${STAGEDIR}${PREFIX}/bin +.endfor -post-patch: - @${RM} ${WRKSRC}/3rdparty/bx/include/compat/freebsd/dirent.h - @${RM} ${WRKSRC}/3rdparty/bx/include/compat/freebsd/signal.h - @${MV} ${GENIE}/build/gmake.freebsd \ - ${GENIE}/build/gmake.bsd - @${REINPLACE_CMD} -e \ - 's|^\(AR \)|#\1| ; \ - s|^\(CC \)|#\1| ; \ - s|^\(CXX \)|#\1| ; \ - s|^\(CXX:\)|#\1| ; \ - s|^\(LD \)|#\1| ; \ - s| .(ARCH)||g' \ - ${WRKSRC}/makefile \ - ${GENIE}/build/gmake.bsd/genie.make - @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|g++|${CXX}|' \ - ${GENIE}/src/tools/gcc.lua \ - ${GENIE}/src/tools/snc.lua \ - ${GENIE}/tests/test_gmake_cpp.lua - @${REINPLACE_CMD} -e 's|= \"gcc|= \"${CC}|; s|= \"g++|= \"${CXX}|' \ - -e "s|'CXX =|'#CXX =|; s|'CC =|'#CC =|; s| .(ARCH)| |g" \ - ${GENIE}/src/host/scripts.c - @${GREP} -rl '"png.h"' ${WRKSRC}/src | \ - ${XARGS} ${REINPLACE_CMD} -e 's|"png.h"|"localpng.h"|' - @${REINPLACE_CMD} -e 's|"util/png.h"|"util/localpng.h"|' \ - ${WRKSRC}/src/frontend/mame/ui/icorender.cpp - @${MV} ${WRKSRC}/src/lib/util/png.h \ - ${WRKSRC}/src/lib/util/localpng.h +.for MANUAL in castool chdman floptool imgtool jedutil ldplayer ldresample \ + ldverify romcmp + ${INSTALL_MAN} ${WRKSRC}/docs/man/${MANUAL}.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1 +.endfor .include diff --git a/emulators/mame/files/target.ini.in b/emulators/mame/files/mame.ini.in similarity index 85% rename from emulators/mame/files/target.ini.in rename to emulators/mame/files/mame.ini.in index 45f332852e02..af7225c732b5 100644 --- a/emulators/mame/files/target.ini.in +++ b/emulators/mame/files/mame.ini.in @@ -7,31 +7,31 @@ writeconfig 0 # # CORE SEARCH PATH OPTIONS # -homepath ~/.%%MTARGET%% -rompath ~/.%%MTARGET%%/roms;%%DATADIR%%/roms/ -hashpath ~/.%%MTARGET%%/hash;%%DATADIR%%/hash/ -samplepath ~/.%%MTARGET%%/samples;%%DATADIR%%/samples/ -artpath ~/.%%MTARGET%%/artwork;%%DATADIR%%/artwork/ -ctrlrpath ~/.%%MTARGET%%/ctrlr;%%DATADIR%%/ctrlr/ -inipath ~/.%%MTARGET%%/;.;~/.%%MTARGET%%/ini;%%DATADIR%%/ini/ -fontpath ~/.%%MTARGET%%/font;%%DATADIR%%/font/ -cheatpath ~/.%%MTARGET%%/cheat;%%DATADIR%%/cheat/ -crosshairpath ~/.%%MTARGET%%/crosshair;%%DATADIR%%/crosshair/ -pluginspath ~/.%%MTARGET%%/plugins;%%DATADIR%%/plugins/ -languagepath ~/.%%MTARGET%%/language;%%DATADIR%%/language/ -swpath ~/.%%MTARGET%%/software;%%DATADIR%%/software/ +homepath ~/.mame +rompath ~/.mame/roms;%%DATADIR%%/roms/ +hashpath ~/.mame/hash;%%DATADIR%%/hash/ +samplepath ~/.mame/samples;%%DATADIR%%/samples/ +artpath ~/.mame/artwork;%%DATADIR%%/artwork/ +ctrlrpath ~/.mame/ctrlr;%%DATADIR%%/ctrlr/ +inipath ~/.mame/ini;%%DATADIR%%/ini/;. +fontpath ~/.mame/font;%%DATADIR%%/font/ +cheatpath ~/.mame/cheat;%%DATADIR%%/cheat/ +crosshairpath ~/.mame/crosshair;%%DATADIR%%/crosshair/ +pluginspath ~/.mame/plugins;%%DATADIR%%/plugins/ +languagepath ~/.mame/language;%%DATADIR%%/language/ +swpath ~/.mame/software;%%DATADIR%%/software/ # # CORE OUTPUT DIRECTORY OPTIONS # -cfg_directory ~/.%%MTARGET%%/cfg -nvram_directory ~/.%%MTARGET%%/nvram -input_directory ~/.%%MTARGET%%/inp -state_directory ~/.%%MTARGET%%/state -snapshot_directory ~/.%%MTARGET%%/snapshot -diff_directory ~/.%%MTARGET%%/diff -comment_directory ~/.%%MTARGET%%/comments -share_directory ~/.%%MTARGET%%/share +cfg_directory ~/.mame/cfg +nvram_directory ~/.mame/nvram +input_directory ~/.mame/inp +state_directory ~/.mame/state +snapshot_directory ~/.mame/snapshot +diff_directory ~/.mame/diff +comment_directory ~/.mame/comments +share_directory ~/.mame/share # # CORE STATE/PLAYBACK OPTIONS @@ -138,6 +138,7 @@ offscreen_reload 0 joystick_map auto joystick_deadzone 0.3 joystick_saturation 0.85 +joystick_threshold 0.3 natural 0 joystick_contradictory 0 coin_impulse 0 @@ -211,9 +212,11 @@ http_port 8080 http_root web # -# OSD KEYBOARD MAPPING OPTIONS +# OSD INPUT MAPPING OPTIONS # uimodekey auto +controller_map none +background_input 0 # # OSD FONT OPTIONS @@ -330,6 +333,16 @@ glsl_shader_screen9 none sound auto audio_latency 2 +# +# OSD MIDI OPTIONS +# +midiprovider auto + +# +# OSD EMULATED NETWORKING OPTIONS +# +networkprovider auto + # # BGFX POST-PROCESSING OPTIONS # diff --git a/emulators/mame/files/patch-3rdparty_genie_build_gmake.freebsd_genie.make b/emulators/mame/files/patch-3rdparty_genie_build_gmake.freebsd_genie.make new file mode 100644 index 000000000000..d528ea1d3b91 --- /dev/null +++ b/emulators/mame/files/patch-3rdparty_genie_build_gmake.freebsd_genie.make @@ -0,0 +1,63 @@ +--- 3rdparty/genie/build/gmake.freebsd/genie.make.orig 2023-05-26 04:14:50 UTC ++++ 3rdparty/genie/build/gmake.freebsd/genie.make +@@ -28,9 +28,9 @@ endif + RM = $(SILENT) del /F "$(subst /,\\,$(1))" 2> nul || exit 0 + endif + +-CC = gcc +-CXX = g++ +-AR = ar ++CC ?= gcc ++CXX ?= g++ ++AR ?= ar + + ifndef RESCOMP + ifdef WINDRES +@@ -49,17 +49,17 @@ ifeq ($(config),release) + DEFINES += -DNDEBUG -DLUA_COMPAT_MODULE -DLUA_USE_POSIX -DLUA_USE_DLOPEN + INCLUDES += -I"../../src/host/lua-5.3.0/src" + ALL_CPPFLAGS += $(CPPFLAGS) -MMD -MP -MP $(DEFINES) $(INCLUDES) +- ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) +- ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) +- ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) +- ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) +- ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) ++ ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) -Wall -Wextra -Os $(MPARAM) ++ ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) -Wall -Wextra -Os $(MPARAM) ++ ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) -Wall -Wextra -Os $(MPARAM) ++ ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) -Wall -Wextra -Os $(MPARAM) ++ ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) -Wall -Wextra -Os $(MPARAM) + ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES) + ALL_LDFLAGS += $(LDFLAGS) -L. -s -rdynamic + LDDEPS += + LIBS += $(LDDEPS) -lm + EXTERNAL_LIBS += +- LINKCMD = $(CC) -o $(TARGET) $(OBJECTS) $(RESOURCES) $(ARCH) $(ALL_LDFLAGS) $(LIBS) ++ LINKCMD = $(CC) -o $(TARGET) $(OBJECTS) $(RESOURCES) $(ALL_LDFLAGS) $(LIBS) + OBJECTS := \ + $(OBJDIR)/src/host/lua-5.3.0/src/lapi.o \ + $(OBJDIR)/src/host/lua-5.3.0/src/lauxlib.o \ +@@ -132,17 +132,17 @@ ifeq ($(config),debug) + DEFINES += -D_DEBUG -DLUA_COMPAT_MODULE -DLUA_USE_POSIX -DLUA_USE_DLOPEN + INCLUDES += -I"../../src/host/lua-5.3.0/src" + ALL_CPPFLAGS += $(CPPFLAGS) -MMD -MP -MP $(DEFINES) $(INCLUDES) +- ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g +- ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g +- ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g +- ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g +- ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g ++ ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) -Wall -Wextra -g ++ ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) -Wall -Wextra -g ++ ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) -Wall -Wextra -g ++ ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) -Wall -Wextra -g ++ ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) -Wall -Wextra -g + ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES) + ALL_LDFLAGS += $(LDFLAGS) -L. -rdynamic + LDDEPS += + LIBS += $(LDDEPS) -lm + EXTERNAL_LIBS += +- LINKCMD = $(CC) -o $(TARGET) $(OBJECTS) $(RESOURCES) $(ARCH) $(ALL_LDFLAGS) $(LIBS) ++ LINKCMD = $(CC) -o $(TARGET) $(OBJECTS) $(RESOURCES) $(ALL_LDFLAGS) $(LIBS) + OBJECTS := \ + $(OBJDIR)/src/host/lua-5.3.0/src/lapi.o \ + $(OBJDIR)/src/host/lua-5.3.0/src/lauxlib.o \ diff --git a/emulators/mame/files/patch-3rdparty_genie_src_host_scripts.c b/emulators/mame/files/patch-3rdparty_genie_src_host_scripts.c new file mode 100644 index 000000000000..044cf87ada38 --- /dev/null +++ b/emulators/mame/files/patch-3rdparty_genie_src_host_scripts.c @@ -0,0 +1,16 @@ +--- 3rdparty/genie/src/host/scripts.c.orig 2023-05-22 09:40:13 UTC ++++ 3rdparty/genie/src/host/scripts.c +@@ -237,10 +237,10 @@ const char* builtin_scripts[] = { + "exit 0')\n_p(' COPY = $(SILENT) copy /Y \"$(subst /,\\\\\\\\,$(1))\" \"$(subst /,\\\\\\\\,$(2))\"')\n_p(' RM = $(SILENT) del /F \"$(subst /,\\\\\\\\,$(1))\" 2> nul || exit 0')\n_p('endif')\n_p('')\n_p('CC = %s', cc.cc)\n_p('CXX = %s', cc.cxx)\n_p('AR = %s', cc.ar)\n_p('')\n_p('ifndef RESCOMP')\n_p(' ifdef WINDRES')\n_p(' RESCOMP = $(WINDRES)')\n_p(' else')\n_p(' RESCOMP = %s', cc.rc or 'windres')\n_p(' endif')\n_p('endif')\n_p('')\nif (not premake.make.makefile_ignore) then\n_p('MAKEFILE = %s', _MAKE.getmakefilename(prj, true))\n_p('')\nend\nend\nlocal function is_excluded(prj, cfg, file)\nif table.icontains(prj.excludes, file) then\nreturn true\nend\nif table.icontains(cfg.excludes, file) then\nreturn true\nend\nreturn false\nend\nfunction premake.gmake_cpp_configs(prj, cc, platforms)\nfor _, platform in ipairs(platforms) do\nfor cfg in premake.eachconfig(prj, platform) do\npremake.gmake_cpp_config(prj, cfg, cc)\nend\nend\nend\nfunction premake.gmake_cpp_config(prj, cfg, cc)\n_p('ifeq ($(conf" + "ig),%s)', _MAKE.esc(cfg.shortname))\ncpp.platformtools(cfg, cc)\nlocal targetDir = _MAKE.esc(cfg.buildtarget.directory)\n_p(' ' .. (table.contains(premake.make.override,\"OBJDIR\") and \"override \" or \"\") .. 'OBJDIR = %s', _MAKE.esc(cfg.objectsdir))\n_p(' ' .. (table.contains(premake.make.override,\"TARGETDIR\") and \"override \" or \"\") .. 'TARGETDIR = %s', iif(targetDir == \"\", \".\", targetDir))\n_p(' ' .. (table.contains(premake.make.override,\"TARGET\") and \"override \" or \"\") .. 'TARGET = $(TARGETDIR)/%s', _MAKE.esc(cfg.buildtarget.name))\n_p(' DEFINES +=%s', make.list(_MAKE.escquote(cc.getdefines(cfg.defines))))\nlocal id = make.list(cc.getincludedirs(cfg.includedirs));\nlocal uid = make.list(cc.getquoteincludedirs(cfg.userincludedirs))\nlocal sid = make.list(cc.getsystemincludedirs(cfg.systemincludedirs))\nif id ~= \"\" then\n_p(' INCLUDES +=%s', id)\nend\nif uid ~= \"\" then\n_p(' INCLUDES +=%s', uid)\nend\nif sid " + "~= \"\" then\n_p(' INCLUDES +=%s', sid)\nend\ncpp.pchconfig(cfg)\ncpp.flags(cfg, cc)\ncpp.linker(prj, cfg, cc)\ntable.sort(cfg.files)\nif cfg.flags.UseObjectResponseFile then\n_p(' OBJRESP = $(OBJDIR)/%s_objects', prj.name)\nelse\n_p(' OBJRESP =')\nend\n_p(' OBJECTS := \\\\')\nfor _, file in ipairs(cfg.files) do\nif path.issourcefile(file) then\nif not is_excluded(prj, cfg, file) then\n_p('\\t$(OBJDIR)/%s.o \\\\'\n, _MAKE.esc(path.trimdots(path.removeext(file)))\n)\nend\nend\nend\n_p('')\n_p(' define PREBUILDCMDS')\nif #cfg.prebuildcommands > 0 then\n_p('\\t@echo Running pre-build commands')\n_p('\\t%s', table.implode(cfg.prebuildcommands, \"\", \"\", \"\\n\\t\"))\nend\n_p(' endef')\n_p(' define PRELINKCMDS')\nif #cfg.prelinkcommands > 0 then\n_p('\\t@echo Running pre-link commands')\n_p('\\t%s', table.implode(cfg.prelinkcommands, \"\", \"\", \"\\n\\t\"))\nend\n_p(' endef')\n_p(' define POSTBUILDCMDS')\nif #cfg.postbuildcommands > 0 then\n_p('\\t@echo Running post-bui" +- "ld commands')\n_p('\\t%s', table.implode(cfg.postbuildcommands, \"\", \"\", \"\\n\\t\"))\nend\n_p(' endef')\nmake.settings(cfg, cc)\n_p('endif')\n_p('')\nend\nfunction cpp.platformtools(cfg, cc)\nlocal platform = cc.platforms[cfg.platform]\nif platform.cc then\n_p(' CC = %s', platform.cc)\nend\nif platform.cxx then\n_p(' CXX = %s', platform.cxx)\nend\nif platform.ar then\n_p(' AR = %s', platform.ar)\nend\nend\nfunction cpp.flags(cfg, cc)\nif cfg.pchheader and not cfg.flags.NoPCH then\n_p(' FORCE_INCLUDE += -include $(OBJDIR)/$(notdir $(PCH))')\n_p(' FORCE_INCLUDE_OBJC += -include $(OBJDIR)/$(notdir $(PCH))_objc')\nend\nif #cfg.forcedincludes > 0 then\n_p(' FORCE_INCLUDE += -include %s'\n,_MAKE.esc(table.concat(cfg.forcedincludes, \";\")))\nend\n_p(' ALL_CPPFLAGS += $(CPPFLAGS) %s $(DEFINES) $(INCLUDES)', table.concat(cc.getcppflags(cfg), \" \"))\n_p(' ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH)%s', make.list(table.join(cc.getcflags(cfg), c" +- "fg.buildoptions, cfg.buildoptions_asm)))\n_p(' ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH)%s', make.list(table.join(cc.getcflags(cfg), cfg.buildoptions, cfg.buildoptions_c)))\n_p(' ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH)%s', make.list(table.join(cc.getcflags(cfg), cc.getcxxflags(cfg), cfg.buildoptions, cfg.buildoptions_cpp)))\n_p(' ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH)%s', make.list(table.join(cc.getcflags(cfg), cc.getobjcflags(cfg), cfg.buildoptions, cfg.buildoptions_objc)))\n_p(' ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH)%s', make.list(table.join(cc.getcflags(cfg), cc.getcxxflags(cfg), cc.getobjcflags(cfg), cfg.buildoptions, cfg.buildoptions_objcpp)))\n_p(' ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES)%s',\n make.list(table.join(cc.getdefines(cfg.resdefines),\n cc.getincludedirs(cfg.resincludedirs), cfg.resoptions)))\nend\nfunction cpp.linker(prj, cfg, cc)\nlocal libdeps\nl" ++ "ld commands')\n_p('\\t%s', table.implode(cfg.postbuildcommands, \"\", \"\", \"\\n\\t\"))\nend\n_p(' endef')\nmake.settings(cfg, cc)\n_p('endif')\n_p('')\nend\nfunction cpp.platformtools(cfg, cc)\nlocal platform = cc.platforms[cfg.platform]\nif platform.cc then\n_p(' CC = %s', platform.cc)\nend\nif platform.cxx then\n_p(' CXX = %s', platform.cxx)\nend\nif platform.ar then\n_p(' AR = %s', platform.ar)\nend\nend\nfunction cpp.flags(cfg, cc)\nif cfg.pchheader and not cfg.flags.NoPCH then\n_p(' FORCE_INCLUDE += -include $(OBJDIR)/$(notdir $(PCH))')\n_p(' FORCE_INCLUDE_OBJC += -include $(OBJDIR)/$(notdir $(PCH))_objc')\nend\nif #cfg.forcedincludes > 0 then\n_p(' FORCE_INCLUDE += -include %s'\n,_MAKE.esc(table.concat(cfg.forcedincludes, \";\")))\nend\n_p(' ALL_CPPFLAGS += $(CPPFLAGS) %s $(DEFINES) $(INCLUDES)', table.concat(cc.getcppflags(cfg), \" \"))\n_p(' ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) %s', make.list(table.join(cc.getcflags(cfg), c" ++ "fg.buildoptions, cfg.buildoptions_asm)))\n_p(' ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) %s', make.list(table.join(cc.getcflags(cfg), cfg.buildoptions, cfg.buildoptions_c)))\n_p(' ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) %s', make.list(table.join(cc.getcflags(cfg), cc.getcxxflags(cfg), cfg.buildoptions, cfg.buildoptions_cpp)))\n_p(' ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) %s', make.list(table.join(cc.getcflags(cfg), cc.getobjcflags(cfg), cfg.buildoptions, cfg.buildoptions_objc)))\n_p(' ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) %s', make.list(table.join(cc.getcflags(cfg), cc.getcxxflags(cfg), cc.getobjcflags(cfg), cfg.buildoptions, cfg.buildoptions_objcpp)))\n_p(' ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES)%s',\n make.list(table.join(cc.getdefines(cfg.resdefines),\n cc.getincludedirs(cfg.resincludedirs), cfg.resoptions)))\nend\nfunction cpp.linker(prj, cfg, cc)\nlocal libdeps\nl" + "ocal lddeps\nif #cfg.wholearchive > 0 then\nlibdeps = {}\nlddeps = {}\nfor _, linkcfg in ipairs(premake.getlinks(cfg, \"siblings\", \"object\")) do\nlocal linkpath = path.rebase(linkcfg.linktarget.fullpath, linkcfg.location, cfg.location)\nif table.icontains(cfg.wholearchive, linkcfg.project.name) then\nlddeps = table.join(lddeps, cc.wholearchive(linkpath))\nelse\ntable.insert(lddeps, linkpath)\nend\ntable.insert(libdeps, linkpath)\nend\nlibdeps = make.list(_MAKE.esc(libdeps))\nlddeps = make.list(_MAKE.esc(lddeps))\nelse\nlibdeps = make.list(_MAKE.esc(premake.getlinks(cfg, \"siblings\", \"fullpath\")))\nlddeps = libdeps\nend\n_p(' ALL_LDFLAGS += $(LDFLAGS)%s', make.list(table.join(cc.getlibdirflags(cfg), cc.getldflags(cfg), cfg.linkoptions)))\n_p(' LIBDEPS +=%s', libdeps)\n_p(' LDDEPS +=%s', lddeps)\nif cfg.flags.UseLDResponseFile then\n_p(' LDRESP = $(OBJDIR)/%s_libs', prj.name)\n_p(' LIBS += @$(LDRESP)%s', make.list(cc.getlinkflags(cfg)))\nelse" +- "\n_p(' LDRESP =')\n_p(' LIBS += $(LDDEPS)%s', make.list(cc.getlinkflags(cfg)))\nend\n_p(' EXTERNAL_LIBS +=%s', make.list(cc.getlibfiles(cfg)))\n_p(' LINKOBJS = %s', (cfg.flags.UseObjectResponseFile and \"@$(OBJRESP)\" or \"$(OBJECTS)\"))\nif cfg.kind == \"StaticLib\" then\nif (not prj.options.ArchiveSplit) then\n_p(' LINKCMD = $(AR) %s $(TARGET)', make.list(cc.getarchiveflags(prj, cfg, false)))\nelse\n_p(' LINKCMD = $(AR) %s $(TARGET)', make.list(cc.getarchiveflags(prj, cfg, false)))\n_p(' LINKCMD_NDX = $(AR) %s $(TARGET)', make.list(cc.getarchiveflags(prj, cfg, true)))\nend\nelse\nlocal tool = iif(cfg.language == \"C\", \"CC\", \"CXX\")\nlocal startgroup = ''\nlocal endgroup = ''\nif (cfg.flags.LinkSupportCircularDependencies) then\nstartgroup = '-Wl,--start-group '\nendgroup = ' -Wl,--end-group'\nend\n_p(' LINKCMD = $(%s) -o $(TARGET) $(LINKOBJS) $(RESOURCES) $(ARCH) $(ALL_LDFLAGS) %s$(LIBS)%s', tool, startgroup," ++ "\n_p(' LDRESP =')\n_p(' LIBS += $(LDDEPS)%s', make.list(cc.getlinkflags(cfg)))\nend\n_p(' EXTERNAL_LIBS +=%s', make.list(cc.getlibfiles(cfg)))\n_p(' LINKOBJS = %s', (cfg.flags.UseObjectResponseFile and \"@$(OBJRESP)\" or \"$(OBJECTS)\"))\nif cfg.kind == \"StaticLib\" then\nif (not prj.options.ArchiveSplit) then\n_p(' LINKCMD = $(AR) %s $(TARGET)', make.list(cc.getarchiveflags(prj, cfg, false)))\nelse\n_p(' LINKCMD = $(AR) %s $(TARGET)', make.list(cc.getarchiveflags(prj, cfg, false)))\n_p(' LINKCMD_NDX = $(AR) %s $(TARGET)', make.list(cc.getarchiveflags(prj, cfg, true)))\nend\nelse\nlocal tool = iif(cfg.language == \"C\", \"CC\", \"CXX\")\nlocal startgroup = ''\nlocal endgroup = ''\nif (cfg.flags.LinkSupportCircularDependencies) then\nstartgroup = '-Wl,--start-group '\nendgroup = ' -Wl,--end-group'\nend\n_p(' LINKCMD = $(%s) -o $(TARGET) $(LINKOBJS) $(RESOURCES) $(ALL_LDFLAGS) %s$(LIBS)%s', tool, startgroup," + " endgroup)\nend\nend\nfunction cpp.pchconfig(cfg)\nif not cfg.pchheader or cfg.flags.NoPCH then\nreturn\nend\nlocal pch = cfg.pchheader\nfor _, incdir in ipairs(cfg.includedirs) do\nlocal abspath = path.getabsolute(path.join(cfg.project.location, incdir))\nlocal testname = path.join(abspath, pch)\nif os.isfile(testname) then\npch = path.getrelative(cfg.location, testname)\nbreak\nend\nend\n_p(' PCH = %s', _MAKE.esc(pch))\n_p(' GCH = $(OBJDIR)/$(notdir $(PCH)).gch')\n_p(' GCH_OBJC = $(OBJDIR)/$(notdir $(PCH))_objc.gch')\nend\nfunction cpp.pchrules(prj)\n_p('ifneq (,$(PCH))')\n_p('$(GCH): $(PCH) $(MAKEFILE) | $(OBJDIR)')\nif prj.msgprecompile then\n_p('\\t@echo ' .. prj.msgprecompile)\nelse\n_p('\\t@echo $(notdir $<)')\nend\nlocal cmd = iif(prj.language == \"C\", \"$(CC) $(ALL_CFLAGS) -x c-header\", \"$(CXX) $(ALL_CXXFLAGS) -x c++-header\")\n_p('\\t$(SILENT) %s $(DEFINES) $(INCLUDES) -o \"$@\" -c \"$<\"', cmd)\n_p('')\n_p('$(GCH_OBJC): $(PCH) $(MAKEFILE) | $(OBJDIR)'" + ")\nif prj.msgprecompile then\n_p('\\t@echo ' .. prj.msgprecompile)\nelse\n_p('\\t@echo $(notdir $<)')\nend\nlocal cmd = iif(prj.language == \"C\", \"$(CC) $(ALL_OBJCFLAGS) -x objective-c-header\", \"$(CXX) $(ALL_OBJCPPFLAGS) -x objective-c++-header\")\n_p('\\t$(SILENT) %s $(DEFINES) $(INCLUDES) -o \"$@\" -c \"$<\"', cmd)\n_p('endif')\n_p('')\nend\nfunction cpp.fileRules(prj, cc)\nlocal platforms = premake.filterplatforms(prj.solution, cc.platforms, \"Native\")\n_p('ifneq (,$(OBJRESP))')\n_p('$(OBJRESP): $(OBJECTS) | $(TARGETDIR) $(OBJDIRS)')\n_p('\\t$(SILENT) echo $^')\n_p('\\t$(SILENT) echo $^ > $@')\n_p('endif')\n_p('')\n_p('ifneq (,$(LDRESP))')\n_p('$(LDRESP): $(LDDEPS) | $(TARGETDIR) $(OBJDIRS)')\n_p('\\t$(SILENT) echo $^')\n_p('\\t$(SILENT) echo $^ > $@')\n_p('endif')\n_p('')\ntable.sort(prj.allfiles)\nfor _, file in ipairs(prj.allfiles or {}) do\nif path.issourcefile(file) then\nif (path.isobjcfile(file)) then\n_p('$(OBJDIR)/%s.o: %s $(GCH_OBJC) $(MAKEFILE) | $(OBJDIR)/%s'\n, _MAKE.esc(path.trimdots(path" + ".removeext(file)))\n, _MAKE.esc(file)\n, _MAKE.esc(path.getdirectory(path.trimdots(file)))\n)\nelse\n_p('$(OBJDIR)/%s.o: %s $(GCH) $(MAKEFILE) | $(OBJDIR)/%s'\n, _MAKE.esc(path.trimdots(path.removeext(file)))\n, _MAKE.esc(file)\n, _MAKE.esc(path.getdirectory(path.trimdots(file)))\n)\nend\nif (path.isobjcfile(file) and prj.msgcompile_objc) then\n_p('\\t@echo ' .. prj.msgcompile_objc)\nelseif prj.msgcompile then\n_p('\\t@echo ' .. prj.msgcompile)\nelse\n_p('\\t@echo $(notdir $<)')\nend\nif (path.isobjcfile(file)) then\nif (path.iscfile(file)) then\n_p('\\t$(SILENT) $(CXX) $(ALL_OBJCFLAGS) $(FORCE_INCLUDE_OBJC) -o \"$@\" -c \"$<\"')\nelse\n_p('\\t$(SILENT) $(CXX) $(ALL_OBJCPPFLAGS) $(FORCE_INCLUDE_OBJC) -o \"$@\" -c \"$<\"')\nend\nelseif (path.isasmfile(file)) then\n_p('\\t$(SILENT) $(CC) $(ALL_ASMFLAGS) -o \"$@\" -c \"$<\"')\nelse\ncpp.buildcommand(path.iscfile(file) and not prj.options.ForceCPP, \"o\")\nend\nfor _, task in ipairs(prj.postcompiletasks or {}) do\n_p('\\t$(SILENT) %s', task)\n_p('')\nend\n_p('')\n" diff --git a/emulators/mame/files/patch-3rdparty_genie_src_tools_gcc.lua b/emulators/mame/files/patch-3rdparty_genie_src_tools_gcc.lua new file mode 100644 index 000000000000..9ffe65ae8854 --- /dev/null +++ b/emulators/mame/files/patch-3rdparty_genie_src_tools_gcc.lua @@ -0,0 +1,15 @@ +--- 3rdparty/genie/src/tools/gcc.lua.orig 2023-05-25 09:19:09 UTC ++++ 3rdparty/genie/src/tools/gcc.lua +@@ -12,9 +12,9 @@ -- + -- Set default tools + -- + +- premake.gcc.cc = "gcc" +- premake.gcc.cxx = "g++" +- premake.gcc.ar = "ar" ++ premake.gcc.cc = _OPTIONS["CC"] ++ premake.gcc.cxx = _OPTIONS["CXX"] ++ premake.gcc.ar = _OPTIONS["AR"] + premake.gcc.rc = "windres" + premake.gcc.llvm = false + diff --git a/emulators/mame/files/patch-3rdparty_genie_tests_test__gmake__cpp.lua b/emulators/mame/files/patch-3rdparty_genie_tests_test__gmake__cpp.lua new file mode 100644 index 000000000000..481cbce2ab24 --- /dev/null +++ b/emulators/mame/files/patch-3rdparty_genie_tests_test__gmake__cpp.lua @@ -0,0 +1,15 @@ +--- 3rdparty/genie/tests/test_gmake_cpp.lua.orig 2023-04-25 15:19:25 UTC ++++ 3rdparty/genie/tests/test_gmake_cpp.lua +@@ -47,9 +47,9 @@ endif + SILENT = @ + endif + +-CC = gcc +-CXX = g++ +-AR = ar ++CC ?= gcc ++CXX ?= g++ ++AR ?= ar + + ifndef RESCOMP + ifdef WINDRES diff --git a/emulators/mame/files/patch-makefile b/emulators/mame/files/patch-makefile index 82288e63f2ca..eda56ef1f250 100644 --- a/emulators/mame/files/patch-makefile +++ b/emulators/mame/files/patch-makefile @@ -1,14 +1,27 @@ ---- makefile.orig 2023-05-17 11:43:34 UTC +--- makefile.orig 2023-04-25 15:19:25 UTC +++ makefile -@@ -1425,6 +1425,11 @@ $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang/Makefile: make +@@ -447,9 +447,9 @@ ifneq ($(TARGETOS),asmjs) + endif - .PHONY: freebsd_x64_clang - freebsd_x64_clang: generate $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang/Makefile -+ $(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=$(CONFIG)64 precompile -+ $(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=$(CONFIG)64 + ifneq ($(TARGETOS),asmjs) +-CC := $(SILENT)gcc +-LD := $(SILENT)g++ +-CXX:= $(SILENT)g++ ++CC ?= $(SILENT)gcc ++LD ?= $(SILENT)g++ ++CXX ?= $(SILENT)g++ + endif + + #------------------------------------------------- +@@ -1409,6 +1409,11 @@ $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang/Makefile: make + + $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang/Makefile: makefile $(SCRIPTS) $(GENIE) + $(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) --gcc=freebsd-clang --gcc_version=$(CLANG_VERSION) $(MAKETYPE) + +.PHONY: freebsd_arm64_clang +freebsd_arm64_clang: generate $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang/Makefile - $(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=$(CONFIG)64 precompile - $(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=$(CONFIG)64 ++ $(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=$(CONFIG)64 precompile ++ $(SILENT) $(MAKE) -C $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang config=$(CONFIG)64 + .PHONY: freebsd_x64_clang + freebsd_x64_clang: generate $(PROJECTDIR)/$(MAKETYPE)-freebsd-clang/Makefile diff --git a/emulators/mame/files/patch-scripts_genie.lua b/emulators/mame/files/patch-scripts_genie.lua new file mode 100644 index 000000000000..fbe17676dd90 --- /dev/null +++ b/emulators/mame/files/patch-scripts_genie.lua @@ -0,0 +1,14 @@ +--- scripts/genie.lua.orig 2023-05-24 01:14:32 UTC ++++ scripts/genie.lua +@@ -1238,6 +1238,11 @@ configuration { "netbsd" } + "LinkSupportCircularDependencies", + } + ++configuration { "freebsd" } ++ flags { ++ "LinkSupportCircularDependencies", ++ } ++ + configuration { "osx*" } + links { + "pthread", diff --git a/emulators/mame/files/patch-scripts_toolchain.lua b/emulators/mame/files/patch-scripts_toolchain.lua index 014ee01b1f28..fe4f9966ff46 100644 --- a/emulators/mame/files/patch-scripts_toolchain.lua +++ b/emulators/mame/files/patch-scripts_toolchain.lua @@ -1,4 +1,4 @@ ---- scripts/toolchain.lua.orig 2023-05-06 02:56:32 UTC +--- scripts/toolchain.lua.orig 2023-05-27 02:18:45 UTC +++ scripts/toolchain.lua @@ -60,7 +60,8 @@ function androidToolchainRoot() local hostTags = { @@ -6,7 +6,7 @@ linux = "linux-x86_64", - macosx = "darwin-x86_64" + macosx = "darwin-x86_64", -+ bsd = "freebsd-x86_64" ++ bsd = "freebsd-x86_64" } android.toolchainRoot = (os.getenv("ANDROID_NDK_HOME") or "") .. "/toolchains/llvm/prebuilt/" .. hostTags[os.get()] end diff --git a/emulators/mame/files/pkg-message.in b/emulators/mame/files/pkg-message.in index 0d2518668aee..2133bf702035 100644 --- a/emulators/mame/files/pkg-message.in +++ b/emulators/mame/files/pkg-message.in @@ -1,12 +1,15 @@ [ { type: install message: <= 1300000 && ${OSVERSION} < 1300109) + (${OSVERSION} < 1203502 || ${OSVERSION} >= 1300000 && ${OSVERSION} < 1300109 || \ + ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 || ${OSVERSION} >= 1400079) +# USES must be before .include , but CHOSEN_COMPILER_TYPE must be after. +# This is a workaround with possibility to define different llvm via VBOX_LLVM_VER in make.conf. +#USES+= llvm:min=11,max=14 +#CC= clang${LLVM_VERSION} +#CXX= clang++${LLVM_VERSION} BUILD_DEPENDS+= clang${VBOX_LLVM_VER}:devel/llvm${VBOX_LLVM_VER} CC= clang${VBOX_LLVM_VER} CXX= clang++${VBOX_LLVM_VER} -VBOX_LLVM_VER?= 11 +.if ${LLVM_DEFAULT} < 11 || ${LLVM_DEFAULT} > 14 +VBOX_LLVM_VER?= 14 +.else +VBOX_LLVM_VER?= ${LLVM_DEFAULT} +.endif .endif PATCH_DEPENDS+= ${LOCALBASE}/share/kBuild/tools/GXX3.kmk:devel/kBuild EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src-VBox-Devices-PC-ipxe-Makefile.kmk diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 674fcb5e8499..4aa51bcda2d0 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20230528 +PORTVERSION= s20230530 CATEGORIES= emulators wayland .if make(makesum) MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb @@ -46,7 +46,7 @@ qt6_OPTIONS_EXCLUDE= QT5 USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 53fd08b36 +GH_TAGNAME= 05e38ee14 GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ yuzu-emu:sirit:ab75463:sirit/externals/sirit \ KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-201-gc214f6f:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index a3d2d2fc0d2d..53926d4b6dff 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1685306022 +TIMESTAMP = 1685482932 SHA256 (yuzu-s20230424/compatibility_list.json) = 382db629d6b060af722a27dfa9cd6bb60ac16a7544c58322f63aa1be4c0c0fac SIZE (yuzu-s20230424/compatibility_list.json) = 1801327 -SHA256 (yuzu-emu-yuzu-s20230528-53fd08b36_GH0.tar.gz) = f7aa39eace7836eb949a3ff9ac6aa0ac51e5e673cf1ed11d101cc95eb38fbe2c -SIZE (yuzu-emu-yuzu-s20230528-53fd08b36_GH0.tar.gz) = 5648245 +SHA256 (yuzu-emu-yuzu-s20230530-05e38ee14_GH0.tar.gz) = a309febf15011c98ab791a850cd1863d1884b0bad54a72e4ed151555c76aa95c +SIZE (yuzu-emu-yuzu-s20230530-05e38ee14_GH0.tar.gz) = 5647501 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189 SHA256 (yuzu-emu-sirit-ab75463_GH0.tar.gz) = 6b61e265be182b7a78075fc1b98ccf80fd33008343205dd0e22a10a439c45319 diff --git a/finance/Makefile b/finance/Makefile index d06896d98b3d..fef7a067b6c2 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -138,7 +138,6 @@ SUBDIR += sql-ledger SUBDIR += ticker SUBDIR += tickrs - SUBDIR += vanitygen SUBDIR += venice SUBDIR += weberp SUBDIR += xtrader diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index 9083684d60da..f31fc6c6889e 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -1,5 +1,5 @@ PORTNAME= electrum -PORTVERSION= 4.4.3 +PORTVERSION= 4.4.4 CATEGORIES= finance python MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \ http://download.electrum.org/${PORTVERSION}/ diff --git a/finance/electrum/distinfo b/finance/electrum/distinfo index 9719ca5f4841..f24042b78f3f 100644 --- a/finance/electrum/distinfo +++ b/finance/electrum/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683869255 -SHA256 (Electrum-4.4.3.tar.gz) = 5463db5ef850c97f4653aba52ec7e1b99e798545ddcc32e8bd48cb311ddd5378 -SIZE (Electrum-4.4.3.tar.gz) = 14582547 +TIMESTAMP = 1685611666 +SHA256 (Electrum-4.4.4.tar.gz) = 6b4227f4f011577c522425e080a89c8260415a3894c4617f2db3f88cb653bf17 +SIZE (Electrum-4.4.4.tar.gz) = 14600226 diff --git a/finance/vanitygen/Makefile b/finance/vanitygen/Makefile deleted file mode 100644 index 8f06799f2e95..000000000000 --- a/finance/vanitygen/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -PORTNAME= vanitygen -PORTVERSION= 0.22 -PORTREVISION= 1 -CATEGORIES= finance - -MAINTAINER= ports@FreeBSD.org -COMMENT= Standalone vanity address generator for bitcoin -WWW= https://github.com/samr7/vanitygen - -LICENSE= AGPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Broken for more than a year and upstream last release was 11 years ago -EXPIRATION_DATE= 2023-05-31 - -LIB_DEPENDS= libpcre.so:devel/pcre - -USE_GITHUB= yes -GH_ACCOUNT= samr7 -GH_TAGNAME= cd1a728 - -USES= gmake ssl -ALL_TARGET= most - -PLIST_FILES= bin/keyconv bin/vanitygen - -.include - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= field has incomplete type 'BIGNUM' (aka 'struct bignum_st') -BROKEN_FreeBSD_13= field has incomplete type 'BIGNUM' (aka 'struct bignum_st') -BROKEN_FreeBSD_14= field has incomplete type 'BIGNUM' (aka 'struct bignum_st') -.endif - -post-patch: - @${REINPLACE_CMD} -e \ - 's|-lpcre|$$(shell pcre-config --libs)| ; \ - s|-lpthread|-pthread $$(LDFLAGS)| ; \ - s|^\(CFLAGS\).*|\1+=$$(shell pcre-config --cflags)|' \ - ${WRKSRC}/Makefile - -do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} keyconv vanitygen \ - ${STAGEDIR}${PREFIX}/bin) - -.include diff --git a/finance/vanitygen/distinfo b/finance/vanitygen/distinfo deleted file mode 100644 index 12ee0ffd96e9..000000000000 --- a/finance/vanitygen/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (samr7-vanitygen-0.22-cd1a728_GH0.tar.gz) = 4e0f90637abfe1b314aca10a650cfe344ec7ab5585e557bee2b846babb82e154 -SIZE (samr7-vanitygen-0.22-cd1a728_GH0.tar.gz) = 77813 diff --git a/finance/vanitygen/pkg-descr b/finance/vanitygen/pkg-descr deleted file mode 100644 index 9a91cfdbff65..000000000000 --- a/finance/vanitygen/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Vanitygen can generate regular bitcoin addresses, namecoin addresses, -and testnet addresses. diff --git a/ftp/Makefile b/ftp/Makefile index f2767c41ca89..f1cc5aa31ef7 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -22,7 +22,6 @@ SUBDIR += ftpcopy SUBDIR += ftpfind SUBDIR += ftplib - SUBDIR += ftpmirror SUBDIR += ftpproxy SUBDIR += ftpsesame SUBDIR += ftpsync diff --git a/ftp/R-cran-curl/Makefile b/ftp/R-cran-curl/Makefile index fa92df85d3b9..b0620127c7f2 100644 --- a/ftp/R-cran-curl/Makefile +++ b/ftp/R-cran-curl/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 5.0.0 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Modern and Flexible Web Client for R WWW= https://cran.r-project.org/web/packages/curl/ diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile deleted file mode 100644 index 524821a47b1d..000000000000 --- a/ftp/ftpmirror/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -PORTNAME= ftpmirror -PORTVERSION= 1.96 -PORTREVISION= 5 -CATEGORIES= ftp -MASTER_SITES= ftp://ftp.sai.msu.su/pub/unix/FTP/mirror/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Utility to mirror directory hierarchy with FTP - -DEPRECATED= Abandonware -EXPIRATION_DATE=2023-05-31 -BROKEN= Do not build - -LICENSE= BSD2CLAUSE - -RUN_DEPENDS= p5-Socket6>=0:net/p5-Socket6 - -OPTIONS_DEFINE= DOCS - -GNU_CONFIGURE= yes - -USES= shebangfix perl5 -SHEBANG_FILES= ftpmirror rotate - -CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}" - -PORTDOCS= README.jis RELEASE.jis - -post-configure: - @${REINPLACE_CMD} -i '' -e 's|%%PREFIX%%|${PREFIX}|' \ - ${WRKSRC}/Fan/Fan.pm - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} -.endfor - -.include diff --git a/ftp/ftpmirror/distinfo b/ftp/ftpmirror/distinfo deleted file mode 100644 index 75893c7c56a8..000000000000 --- a/ftp/ftpmirror/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ftpmirror-1.96.tar.gz) = 62766ea6b411fe254e9a12c139bb2468469e04692319b470d4d5d84276f8bbf0 -SIZE (ftpmirror-1.96.tar.gz) = 116782 diff --git a/ftp/ftpmirror/files/patch-FTP.pm b/ftp/ftpmirror/files/patch-FTP.pm deleted file mode 100644 index fb8e8448105f..000000000000 --- a/ftp/ftpmirror/files/patch-FTP.pm +++ /dev/null @@ -1,108 +0,0 @@ -Index: Fan/FTP/FTP.pm -=================================================================== -RCS file: /usr/home/ume/ncvs/src/ftpmirror/Fan/FTP/FTP.pm,v -retrieving revision 1.1.1.2 -retrieving revision 1.6 -diff -u -r1.1.1.2 -r1.6 ---- Fan/FTP/FTP.pm 2000/03/03 07:35:58 1.1.1.2 -+++ Fan/FTP/FTP.pm 2000/03/09 13:32:04 1.6 -@@ -60,6 +60,9 @@ - - use Carp; - use Socket; -+ -+use Socket6; -+ - use Fan::TCP; - use AutoLoader 'AUTOLOAD'; - -@@ -390,7 +393,7 @@ - $self->clearerror || return undef; - $self->cleardataconn; # always success - -- my($port, $addr) = $self->sockname; -+ my ($port, $addr, $family) = $self->sockname; - - my $acpt = Fan::TCP->new(); - unless (defined($acpt)) { -@@ -398,20 +401,28 @@ - return undef; - } - -- unless ($acpt->do_server(tcp_bindaddr => $addr)) { -+ unless ($acpt->do_server(tcp_family => $family, -+ tcp_bindaddr => $addr)) { - warn("Fan::TCP->do_server failed"); - return undef; - } - -- ($port, $addr) = $acpt->sockname; -- unless ($addr =~ tr/./,/ == 3) { -- warn("ADDRESS=$addr must have just 3 dots"); -- return undef; -+ ($port, $addr, $family) = $acpt->sockname; -+ my $command; -+ if ($family == AF_INET) { -+ unless ($addr =~ tr/./,/ == 3) { -+ warn("ADDRESS=$addr must have just 3 dots"); -+ return undef; -+ } -+ $addr .= sprintf(",%d,%d", ($port >> 8) & 0xff, $port & 0xff); -+ $command = 'PORT'; -+ } else { -+ $addr = "|2|$addr|$port|"; -+ $command = 'EPRT'; - } -- $addr .= sprintf(",%d,%d", ($port >> 8) & 0xff, $port & 0xff); - -- unless ($self->putreq("PORT $addr") =~ /^2/) { -- warn("PORT command failed\n") if $LOG > 5; -+ unless ($self->putreq("$command $addr") =~ /^2/) { -+ warn("$command command failed\n") if $LOG > 5; - $self->error($self->{lastmesg}); - return undef; - } -@@ -437,12 +448,20 @@ - ;# - sub pasv ($) { - my $self = shift; -- my $a_regexp = '\((\d+),(\d+),(\d+),(\d+),(\d+),(\d+)\)'; - - $self->clearerror && - $self->cleardataconn || return undef; - -- if ($self->putreq("PASV") !~ /^2/) { -+ my $family = ($self->sockname)[2]; -+ my ($a_regexp, $command); -+ if ($family == AF_INET) { -+ $a_regexp = '\((\d+),(\d+),(\d+),(\d+),(\d+),(\d+)\)'; -+ $command = 'PASV'; -+ } else { -+ $a_regexp = '\([^\d\s]{3}(\d+)[^\d\s]\)'; -+ $command = 'EPSV'; -+ } -+ if ($self->putreq($command) !~ /^2/) { - $self->error($self->{lastmesg}); - return undef; - } -@@ -452,11 +471,18 @@ - } - - my $bindaddr = $self->{ftp_bindaddr}; -- my $port = $5 * 256 + $6; -- my $addr = join('.', $1, $2, $3, $4); -+ my ($port, $addr); -+ if ($family == AF_INET) { -+ $port = $5 * 256 + $6; -+ $addr = join('.', $1, $2, $3, $4); -+ } else { -+ $port = $1; -+ $addr = ($self->peername)[1]; -+ } - my $data = Fan::TCP->new(); - - $data && $data->do_client( -+ tcp_family => $family, - tcp_bindaddr => $bindaddr, - tcp_host => $addr, - tcp_port => $port diff --git a/ftp/ftpmirror/files/patch-Fan__Fan.pm b/ftp/ftpmirror/files/patch-Fan__Fan.pm deleted file mode 100644 index 720124599a89..000000000000 --- a/ftp/ftpmirror/files/patch-Fan__Fan.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- Fan/Fan.pm.orig Sun Nov 21 17:24:27 1999 -+++ Fan/Fan.pm Wed Jan 12 13:28:20 2000 -@@ -48,7 +48,7 @@ - - ;# Where configuration files are. - BEGIN { -- $sysconfdir = "/usr/local/etc"; -+ $sysconfdir = '%%PREFIX%%/etc'; - } - - ;# diff --git a/ftp/ftpmirror/files/patch-Makefile.in b/ftp/ftpmirror/files/patch-Makefile.in deleted file mode 100644 index b29c6a91c6fd..000000000000 --- a/ftp/ftpmirror/files/patch-Makefile.in +++ /dev/null @@ -1,42 +0,0 @@ ---- Makefile.in.orig 1997-09-26 11:43:03.000000000 -0300 -+++ Makefile.in 2013-10-30 11:19:37.000000000 -0200 -@@ -23,28 +23,31 @@ - rm -f *.old *.bak *.core Makefile - - # install:: ${BINDIR}/farm --install:: ${BINDIR}/rotate --install:: ${BINDIR}/ftpmirror --install:: ${SYSCONFDIR}/ftpmirror.cf-sample -+install:: ${DESTDIR}${BINDIR}/rotate -+install:: ${DESTDIR}${BINDIR}/ftpmirror -+install:: ${DESTDIR}${SYSCONFDIR}/ftpmirror.cf-sample - --${BINDIR}/rotate: rotate -+${DESTDIR}${BINDIR}/rotate: rotate - ${INSTALL_PROGRAM} $? $@ - --${BINDIR}/farm: farm -+${DESTDIR}${BINDIR}/farm: farm - ${INSTALL_PROGRAM} $? $@ - --${BINDIR}/ftpmirror: ftpmirror -+${DESTDIR}${BINDIR}/ftpmirror: ftpmirror - ${INSTALL_PROGRAM} $? $@ - --${SYSCONFDIR}/ftpmirror.cf-sample: ftpmirror.cf-sample -+${DESTDIR}${SYSCONFDIR}/ftpmirror.cf-sample: ftpmirror.cf-sample - ${INSTALL_DATA} $? $@ - - # for subdirectories... --all clean realclean install:: Fan/Makefile -+all clean realclean:: Fan/Makefile - @ for d in ${SUBDIR} ; do \ - ( echo "make $@ in $$d..." && cd $$d && make $@ ) ; \ - done - -+install:: Fan/Makefile -+ ( echo "make pure_install in Fan..." && cd Fan && make pure_install ) ; \ -+ - # Fan subdirectory requres Makefile first. - Fan/Makefile:: Fan/Makefile.PL - cd Fan; ${PERL} Makefile.PL diff --git a/ftp/ftpmirror/files/patch-TCP.pm b/ftp/ftpmirror/files/patch-TCP.pm deleted file mode 100644 index d8ed2c572d39..000000000000 --- a/ftp/ftpmirror/files/patch-TCP.pm +++ /dev/null @@ -1,154 +0,0 @@ -Index: Fan/TCP/TCP.pm -=================================================================== -RCS file: /usr/home/ume/ncvs/src/ftpmirror/Fan/TCP/TCP.pm,v -retrieving revision 1.1.1.1 -retrieving revision 1.12 -diff -u -r1.1.1.1 -r1.12 ---- Fan/TCP/TCP.pm 1999/10/24 10:28:15 1.1.1.1 -+++ Fan/TCP/TCP.pm 2000/03/09 13:32:06 1.12 -@@ -35,15 +35,16 @@ - package Fan::TCP; - - use strict; --use vars qw($VERSION $LOG -- $tcp_proto $seq_id $sent_octets $recv_octets); -+use vars qw($VERSION $LOG $seq_id $sent_octets $recv_octets); - - use Carp; - use Socket; -+ -+use Socket6; -+ - use AutoLoader 'AUTOLOAD'; - - $VERSION = '0.03'; --$tcp_proto = (getprotobyname('tcp'))[2]; - - ;# - BEGIN { -@@ -463,27 +464,21 @@ - - # check local side port #. - my $port = $params{tcp_bindport} || $self->{tcp_bindport} || 0; -- if ($port !~ /^\d+$/) { -- if (!defined($port = getservbyname($port, 'tcp'))) { -- my $e = $!.''; -- $self->error($e, &FATAL); -- carp("$self: getservbyname($port) - $e"); -- return undef; -- } -- } - - # define local side address if bindaddr is not null string. -- my $addr = inet_aton( -- $params{tcp_bindaddr} || $self->{tcp_bindaddr} || '0.0.0.0'); -- -- # parameter for bind. -- my $me = sockaddr_in($port, $addr); -+ my $family = $params{tcp_family} ? $params{tcp_family} : AF_INET; -+ my $tcp_bindaddr = $params{tcp_bindaddr} || $self->{tcp_bindaddr} || -+ (($family == AF_INET) ? '0.0.0.0' : '::'); -+ -+ my ($socktype, $proto, $me, $canonname); -+ ($family, $socktype, $proto, $me, $canonname) -+ = getaddrinfo($tcp_bindaddr, $port, $family, SOCK_STREAM); - - # local file handle... - local *SOCKET; - - # creating a stream socket. -- unless (socket(SOCKET, PF_INET, SOCK_STREAM, $tcp_proto)) { -+ unless (socket(SOCKET, $family, $socktype, $proto)) { - my $e = $!.''; - $self->error($e, &FATAL); - carp("$self: socket - $e") if $LOG >= 5; -@@ -539,41 +534,27 @@ - return undef; - } - -- # try to parse port number -- if ($port !~ /^\d+$/) { -- if (!defined($port = getservbyname($port, 'tcp'))) { -- my $e = $!.''; -- $self->error($e, &FATAL); -- carp("$self: getservbyname($port) - $e"); -- return undef; -- } -- } -- -- # check server name -- my @addr; -- if ($host =~ /^(\d+)\.(\d+)\.(\d+).(\d+)$/) { -- @addr = (pack('C4', $1, $2, $3, $4)); -- } else { -- if ((@addr = gethostbyname($host)) < 5) { -- carp("$self: gethostbyname - $?"); -- my $e = $?.''; -- $self->error($e, &FATAL); -- carp("$self: gethostbyname - $e"); -- return undef; -- } -- splice(@addr, 0, 4); -+ # check server name and try to parse port number -+ my @infos = getaddrinfo($host, $port, AF_UNSPEC, SOCK_STREAM); -+ if ($#infos < 1) { -+ carp("$self: getaddrinfo($host, $port) - $?"); -+ my $e = $?.''; -+ $self->error($e, &FATAL); -+ carp("$self: getaddrinfo($host, $port) - $e"); -+ return undef; - } - - # Perl's bug? once connect fails, we could not any more - # connect (connect returns "Invalid Argument"). So we - # create/close a socket in each iteration. -- for my $i (@addr) { -+ while ($#infos >= 1) { -+ my ($family, $socktype, $proto, $peer, $canonname) -+ = splice(@infos, 0, 5); - - # open socket stores any error -+ $params{tcp_family} = $family; - $self->open_socket(%params) || return undef; - -- # target address. -- my $peer = sockaddr_in($port, $i); - my $result = undef; - - # do real work. -@@ -758,10 +739,13 @@ - my $sock = $self->handle; - - if (defined($sock)) { -- my($port, $a) = sockaddr_in(getsockname($sock)); -- my $addr = join('.', unpack('C4', $a)); --carp("$self sockname=$addr:$port") if $LOG > 7; -- return wantarray ? ($port, $addr) : "$addr:$port"; -+ my $sa = getsockname($sock); -+ my $family = (unpack('CC', $sa))[1]; -+ my ($addr, $port) = getnameinfo($sa, NI_NUMERICHOST | -+ NI_NUMERICSERV); -+ carp("$self sockname=$addr|$port|$family") if $LOG > 7; -+ return wantarray ? ($port, $addr, $family) -+ : "$addr|$port|$family"; - } - return wantarray ? () : undef; - } -@@ -772,10 +756,13 @@ - my $sock = $self->handle; - - if (defined($sock)) { -- my($port, $a) = sockaddr_in(getpeername($sock)); -- my $addr = join('.', unpack('C4', $a)); --carp("$self sockpeer=$addr:$port") if $LOG > 7; -- return wantarray ? ($port, $addr) : "$addr:$port"; -+ my $sa = getpeername($sock); -+ my $family = (unpack('CC', $sa))[1]; -+ my ($addr, $port) = getnameinfo($sa, NI_NUMERICHOST | -+ NI_NUMERICSERV); -+ carp("$self sockpeer=$addr|$port|$family") if $LOG > 7; -+ return wantarray ? ($port, $addr, $family) -+ : "$addr|$port|$family"; - } - return wantarray ? () : undef; - } diff --git a/ftp/ftpmirror/pkg-descr b/ftp/ftpmirror/pkg-descr deleted file mode 100644 index 9839a31ed1de..000000000000 --- a/ftp/ftpmirror/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Ftpmirror is an utility to copy directory hierarchy -(this is called ``mirror'') with FTP. - -A similar perl script exists, whose name is `mirror', -but ftpmirror requires less memory than mirror. diff --git a/ftp/ftpmirror/pkg-plist b/ftp/ftpmirror/pkg-plist deleted file mode 100644 index d7da3cd9ffa0..000000000000 --- a/ftp/ftpmirror/pkg-plist +++ /dev/null @@ -1,263 +0,0 @@ -bin/rotate -bin/ftpmirror -etc/ftpmirror.cf-sample -%%SITE_ARCH%%/auto/Fan/MD5/MD5.so -%%SITE_ARCH%%/auto/Fan/MD5/MD5File.al -%%SITE_ARCH%%/auto/Fan/MD5/MD5String.al -%%SITE_ARCH%%/auto/Fan/MD5/autosplit.ix -%%SITE_ARCH%%/auto/Fan/Usage/Usage.so -%%SITE_ARCH%%/auto/Fan/full_setup.al -%%SITE_ARCH%%/auto/Fan/find_archive.al -%%SITE_ARCH%%/auto/Fan/DESTROY.al -%%SITE_ARCH%%/auto/Fan/new.al -%%SITE_ARCH%%/auto/Fan/check.al -%%SITE_ARCH%%/auto/Fan/subst_directory.al -%%SITE_ARCH%%/auto/Fan/gen_match.al -%%SITE_ARCH%%/auto/Fan/gen_subst.al -%%SITE_ARCH%%/auto/Fan/do_lock.al -%%SITE_ARCH%%/auto/Fan/cleanup.al -%%SITE_ARCH%%/auto/Fan/net_init.al -%%SITE_ARCH%%/auto/Fan/last_seq.al -%%SITE_ARCH%%/auto/Fan/step_synch.al -%%SITE_ARCH%%/auto/Fan/run_step_mirror.al -%%SITE_ARCH%%/auto/Fan/run_full_mirror.al -%%SITE_ARCH%%/auto/Fan/quit.al -%%SITE_ARCH%%/auto/Fan/list.al -%%SITE_ARCH%%/auto/Fan/get.al -%%SITE_ARCH%%/auto/Fan/put.al -%%SITE_ARCH%%/auto/Fan/fill_mtime.al -%%SITE_ARCH%%/auto/Fan/fill_size.al -%%SITE_ARCH%%/auto/Fan/add.al -%%SITE_ARCH%%/auto/Fan/del.al -%%SITE_ARCH%%/auto/Fan/local_add.al -%%SITE_ARCH%%/auto/Fan/local_del.al -%%SITE_ARCH%%/auto/Fan/remote_add.al -%%SITE_ARCH%%/auto/Fan/remote_del.al -%%SITE_ARCH%%/auto/Fan/besame.al -%%SITE_ARCH%%/auto/Fan/date_check.al -%%SITE_ARCH%%/auto/Fan/calc_offset.al -%%SITE_ARCH%%/auto/Fan/adjust_offset.al -%%SITE_ARCH%%/auto/Fan/mkdirinfo.al -%%SITE_ARCH%%/auto/Fan/remote_scanner.al -%%SITE_ARCH%%/auto/Fan/local_scanner.al -%%SITE_ARCH%%/auto/Fan/server_filter.al -%%SITE_ARCH%%/auto/Fan/client_filter.al -%%SITE_ARCH%%/auto/Fan/changer_filter.al -%%SITE_ARCH%%/auto/Fan/get_uid.al -%%SITE_ARCH%%/auto/Fan/get_gid.al -%%SITE_ARCH%%/auto/Fan/scan_any.al -%%SITE_ARCH%%/auto/Fan/scan_remote.al -%%SITE_ARCH%%/auto/Fan/scan_local.al -%%SITE_ARCH%%/auto/Fan/Attrib/DESTROY.al -%%SITE_ARCH%%/auto/Fan/Attrib/new.al -%%SITE_ARCH%%/auto/Fan/Attrib/attr_encode.al -%%SITE_ARCH%%/auto/Fan/Attrib/attr_decode.al -%%SITE_ARCH%%/auto/Fan/Attrib/mtime.al -%%SITE_ARCH%%/auto/Fan/Attrib/get_mtime.al -%%SITE_ARCH%%/auto/Fan/Attrib/gmt2mdtm.al -%%SITE_ARCH%%/auto/Fan/Attrib/cleanup.al -%%SITE_ARCH%%/auto/Fan/Attrib/validate.al -%%SITE_ARCH%%/auto/Fan/Attrib/compare.al -%%SITE_ARCH%%/auto/Fan/Attrib/copyfrom.al -%%SITE_ARCH%%/auto/Fan/Attrib/duplicate.al -%%SITE_ARCH%%/auto/Fan/Attrib/to_line.al -%%SITE_ARCH%%/auto/Fan/Attrib/fill_checksum.al -%%SITE_ARCH%%/auto/Fan/Attrib/fill.al -%%SITE_ARCH%%/auto/Fan/Attrib/from_path.al -%%SITE_ARCH%%/auto/Fan/Attrib/from_line.al -%%SITE_ARCH%%/auto/Fan/Attrib/from_list.al -%%SITE_ARCH%%/auto/Fan/Attrib/parsetime.al -%%SITE_ARCH%%/auto/Fan/Attrib/autosplit.ix -%%SITE_ARCH%%/auto/Fan/update_master.al -%%SITE_ARCH%%/auto/Fan/autosplit.ix -%%SITE_ARCH%%/auto/Fan/Cool/append.al -%%SITE_ARCH%%/auto/Fan/Cool/mkdirhier.al -%%SITE_ARCH%%/auto/Fan/Cool/rmdirhier.al -%%SITE_ARCH%%/auto/Fan/Cool/plog.al -%%SITE_ARCH%%/auto/Fan/Cool/plog_level.al -%%SITE_ARCH%%/auto/Fan/Cool/plog_mask.al -%%SITE_ARCH%%/auto/Fan/Cool/plock.al -%%SITE_ARCH%%/auto/Fan/Cool/encode.al -%%SITE_ARCH%%/auto/Fan/Cool/decode.al -%%SITE_ARCH%%/auto/Fan/Cool/str4time.al -%%SITE_ARCH%%/auto/Fan/Cool/str4date.al -%%SITE_ARCH%%/auto/Fan/Cool/timezone.al -%%SITE_ARCH%%/auto/Fan/Cool/isleap.al -%%SITE_ARCH%%/auto/Fan/Cool/dayofyear.al -%%SITE_ARCH%%/auto/Fan/Cool/days.al -%%SITE_ARCH%%/auto/Fan/Cool/dayofweek.al -%%SITE_ARCH%%/auto/Fan/Cool/daysofmonth.al -%%SITE_ARCH%%/auto/Fan/Cool/nameofmonth.al -%%SITE_ARCH%%/auto/Fan/Cool/lookup.al -%%SITE_ARCH%%/auto/Fan/Cool/autosplit.ix -%%SITE_ARCH%%/auto/Fan/DIR/new.al -%%SITE_ARCH%%/auto/Fan/DIR/DESTROY.al -%%SITE_ARCH%%/auto/Fan/DIR/get.al -%%SITE_ARCH%%/auto/Fan/DIR/add.al -%%SITE_ARCH%%/auto/Fan/DIR/delete.al -%%SITE_ARCH%%/auto/Fan/DIR/index.al -%%SITE_ARCH%%/auto/Fan/DIR/load.al -%%SITE_ARCH%%/auto/Fan/DIR/fill.al -%%SITE_ARCH%%/auto/Fan/DIR/store.al -%%SITE_ARCH%%/auto/Fan/DIR/update.al -%%SITE_ARCH%%/auto/Fan/DIR/putdata.al -%%SITE_ARCH%%/auto/Fan/DIR/autosplit.ix -%%SITE_ARCH%%/auto/Fan/FTP/stats.al -%%SITE_ARCH%%/auto/Fan/FTP/DESTROY.al -%%SITE_ARCH%%/auto/Fan/FTP/new.al -%%SITE_ARCH%%/auto/Fan/FTP/passive.al -%%SITE_ARCH%%/auto/Fan/FTP/putreq.al -%%SITE_ARCH%%/auto/Fan/FTP/getres.al -%%SITE_ARCH%%/auto/Fan/FTP/quit.al -%%SITE_ARCH%%/auto/Fan/FTP/login.al -%%SITE_ARCH%%/auto/Fan/FTP/do_login.al -%%SITE_ARCH%%/auto/Fan/FTP/port.al -%%SITE_ARCH%%/auto/Fan/FTP/acpt.al -%%SITE_ARCH%%/auto/Fan/FTP/pasv.al -%%SITE_ARCH%%/auto/Fan/FTP/cleardataconn.al -%%SITE_ARCH%%/auto/Fan/FTP/makedataconn.al -%%SITE_ARCH%%/auto/Fan/FTP/list.al -%%SITE_ARCH%%/auto/Fan/FTP/get.al -%%SITE_ARCH%%/auto/Fan/FTP/put.al -%%SITE_ARCH%%/auto/Fan/FTP/stat.al -%%SITE_ARCH%%/auto/Fan/FTP/chdir.al -%%SITE_ARCH%%/auto/Fan/FTP/cwd.al -%%SITE_ARCH%%/auto/Fan/FTP/pwd.al -%%SITE_ARCH%%/auto/Fan/FTP/type.al -%%SITE_ARCH%%/auto/Fan/FTP/image.al -%%SITE_ARCH%%/auto/Fan/FTP/ascii.al -%%SITE_ARCH%%/auto/Fan/FTP/size.al -%%SITE_ARCH%%/auto/Fan/FTP/mtime.al -%%SITE_ARCH%%/auto/Fan/FTP/unlink.al -%%SITE_ARCH%%/auto/Fan/FTP/mkdir.al -%%SITE_ARCH%%/auto/Fan/FTP/rmdir.al -%%SITE_ARCH%%/auto/Fan/FTP/rename.al -%%SITE_ARCH%%/auto/Fan/FTP/chmod.al -%%SITE_ARCH%%/auto/Fan/FTP/umask.al -%%SITE_ARCH%%/auto/Fan/FTP/group.al -%%SITE_ARCH%%/auto/Fan/FTP/idle.al -%%SITE_ARCH%%/auto/Fan/FTP/autosplit.ix -%%SITE_ARCH%%/auto/Fan/Farm/DESTROY.al -%%SITE_ARCH%%/auto/Fan/Farm/new.al -%%SITE_ARCH%%/auto/Fan/Farm/d_begin.al -%%SITE_ARCH%%/auto/Fan/Farm/d_add.al -%%SITE_ARCH%%/auto/Fan/Farm/d_end.al -%%SITE_ARCH%%/auto/Fan/Farm/generate.al -%%SITE_ARCH%%/auto/Fan/Farm/normalize.al -%%SITE_ARCH%%/auto/Fan/Farm/update.al -%%SITE_ARCH%%/auto/Fan/Farm/farm_filter.al -%%SITE_ARCH%%/auto/Fan/Farm/genindex.al -%%SITE_ARCH%%/auto/Fan/Farm/synch.al -%%SITE_ARCH%%/auto/Fan/Farm/getrev.al -%%SITE_ARCH%%/auto/Fan/Farm/autosplit.ix -%%SITE_ARCH%%/auto/Fan/HTTP/DESTROY.al -%%SITE_ARCH%%/auto/Fan/HTTP/new.al -%%SITE_ARCH%%/auto/Fan/HTTP/get.al -%%SITE_ARCH%%/auto/Fan/HTTP/parse_url.al -%%SITE_ARCH%%/auto/Fan/HTTP/autosplit.ix -%%SITE_ARCH%%/auto/Fan/Loader/DESTROY.al -%%SITE_ARCH%%/auto/Fan/Loader/new.al -%%SITE_ARCH%%/auto/Fan/Loader/search.al -%%SITE_ARCH%%/auto/Fan/Loader/parse_line.al -%%SITE_ARCH%%/auto/Fan/Loader/parse_option.al -%%SITE_ARCH%%/auto/Fan/Loader/parse_file.al -%%SITE_ARCH%%/auto/Fan/Loader/combine_hash.al -%%SITE_ARCH%%/auto/Fan/Loader/merge_hash.al -%%SITE_ARCH%%/auto/Fan/Loader/dumpall.al -%%SITE_ARCH%%/auto/Fan/Loader/get_value.al -%%SITE_ARCH%%/auto/Fan/Loader/autosplit.ix -%%SITE_ARCH%%/auto/Fan/Param/DESTROY.al -%%SITE_ARCH%%/auto/Fan/Param/new.al -%%SITE_ARCH%%/auto/Fan/Param/error.al -%%SITE_ARCH%%/auto/Fan/Param/addkey.al -%%SITE_ARCH%%/auto/Fan/Param/try_check.al -%%SITE_ARCH%%/auto/Fan/Param/getval.al -%%SITE_ARCH%%/auto/Fan/Param/delete.al -%%SITE_ARCH%%/auto/Fan/Param/setval.al -%%SITE_ARCH%%/auto/Fan/Param/addval.al -%%SITE_ARCH%%/auto/Fan/Param/dump.al -%%SITE_ARCH%%/auto/Fan/Param/combine.al -%%SITE_ARCH%%/auto/Fan/Param/merge.al -%%SITE_ARCH%%/auto/Fan/Param/want_ref.al -%%SITE_ARCH%%/auto/Fan/Param/want_code.al -%%SITE_ARCH%%/auto/Fan/Param/want_hash.al -%%SITE_ARCH%%/auto/Fan/Param/want_array.al -%%SITE_ARCH%%/auto/Fan/Param/want_boolean.al -%%SITE_ARCH%%/auto/Fan/Param/want_decimal.al -%%SITE_ARCH%%/auto/Fan/Param/want_octal.al -%%SITE_ARCH%%/auto/Fan/Param/want_integer.al -%%SITE_ARCH%%/auto/Fan/Param/want_ipv4_addr.al -%%SITE_ARCH%%/auto/Fan/Param/want_path.al -%%SITE_ARCH%%/auto/Fan/Param/want_file.al -%%SITE_ARCH%%/auto/Fan/Param/want_directory.al -%%SITE_ARCH%%/auto/Fan/Param/want_timezone.al -%%SITE_ARCH%%/auto/Fan/Param/autosplit.ix -%%SITE_ARCH%%/auto/Fan/Scan/findpath.al -%%SITE_ARCH%%/auto/Fan/Scan/DESTROY.al -%%SITE_ARCH%%/auto/Fan/Scan/new.al -%%SITE_ARCH%%/auto/Fan/Scan/where.al -%%SITE_ARCH%%/auto/Fan/Scan/start.al -%%SITE_ARCH%%/auto/Fan/Scan/end.al -%%SITE_ARCH%%/auto/Fan/Scan/down.al -%%SITE_ARCH%%/auto/Fan/Scan/up.al -%%SITE_ARCH%%/auto/Fan/Scan/open.al -%%SITE_ARCH%%/auto/Fan/Scan/close.al -%%SITE_ARCH%%/auto/Fan/Scan/add_filter.al -%%SITE_ARCH%%/auto/Fan/Scan/clr_filter.al -%%SITE_ARCH%%/auto/Fan/Scan/perform_filter.al -%%SITE_ARCH%%/auto/Fan/Scan/unget.al -%%SITE_ARCH%%/auto/Fan/Scan/get.al -%%SITE_ARCH%%/auto/Fan/Scan/getone.al -%%SITE_ARCH%%/auto/Fan/Scan/get_index.al -%%SITE_ARCH%%/auto/Fan/Scan/get_misc.al -%%SITE_ARCH%%/auto/Fan/Scan/dir_local.al -%%SITE_ARCH%%/auto/Fan/Scan/dir_ftp.al -%%SITE_ARCH%%/auto/Fan/Scan/dir_lslR.al -%%SITE_ARCH%%/auto/Fan/Scan/getline_lslR.al -%%SITE_ARCH%%/auto/Fan/Scan/dump.al -%%SITE_ARCH%%/auto/Fan/Scan/summary.al -%%SITE_ARCH%%/auto/Fan/Scan/getcmp.al -%%SITE_ARCH%%/auto/Fan/Scan/guess.al -%%SITE_ARCH%%/auto/Fan/Scan/fileglob.al -%%SITE_ARCH%%/auto/Fan/Scan/scan_mklist.al -%%SITE_ARCH%%/auto/Fan/Scan/scan_mkdiff.al -%%SITE_ARCH%%/auto/Fan/Scan/scan_update.al -%%SITE_ARCH%%/auto/Fan/Scan/attr_cmp.al -%%SITE_ARCH%%/auto/Fan/Scan/autosplit.ix -%%SITE_ARCH%%/auto/Fan/TCP/status_report.al -%%SITE_ARCH%%/auto/Fan/TCP/FATAL.al -%%SITE_ARCH%%/auto/Fan/TCP/DESTROY.al -%%SITE_ARCH%%/auto/Fan/TCP/new.al -%%SITE_ARCH%%/auto/Fan/TCP/stats.al -%%SITE_ARCH%%/auto/Fan/TCP/clearerror.al -%%SITE_ARCH%%/auto/Fan/TCP/error.al -%%SITE_ARCH%%/auto/Fan/TCP/fatal.al -%%SITE_ARCH%%/auto/Fan/TCP/status.al -%%SITE_ARCH%%/auto/Fan/TCP/dump.al -%%SITE_ARCH%%/auto/Fan/TCP/putln.al -%%SITE_ARCH%%/auto/Fan/TCP/getln.al -%%SITE_ARCH%%/auto/Fan/TCP/putdata.al -%%SITE_ARCH%%/auto/Fan/TCP/getdata.al -%%SITE_ARCH%%/auto/Fan/TCP/nowait.al -%%SITE_ARCH%%/auto/Fan/TCP/open_socket.al -%%SITE_ARCH%%/auto/Fan/TCP/do_client.al -%%SITE_ARCH%%/auto/Fan/TCP/do_server.al -%%SITE_ARCH%%/auto/Fan/TCP/new_client.al -%%SITE_ARCH%%/auto/Fan/TCP/close.al -%%SITE_ARCH%%/auto/Fan/TCP/handle.al -%%SITE_ARCH%%/auto/Fan/TCP/sockname.al -%%SITE_ARCH%%/auto/Fan/TCP/peername.al -%%SITE_ARCH%%/auto/Fan/TCP/autosplit.ix -%%SITE_ARCH%%/Fan.pm -%%SITE_ARCH%%/Fan/Attrib.pm -%%SITE_ARCH%%/Fan/Cool.pm -%%SITE_ARCH%%/Fan/DIR.pm -%%SITE_ARCH%%/Fan/FTP.pm -%%SITE_ARCH%%/Fan/Farm.pm -%%SITE_ARCH%%/Fan/HTTP.pm -%%SITE_ARCH%%/Fan/Loader.pm -%%SITE_ARCH%%/Fan/MD5.pm -%%SITE_ARCH%%/Fan/Param.pm -%%SITE_ARCH%%/Fan/Scan.pm -%%SITE_ARCH%%/Fan/TCP.pm -%%SITE_ARCH%%/Fan/Usage.pm diff --git a/ftp/sftpgo/Makefile b/ftp/sftpgo/Makefile index f83a60e72fc6..7377e1e17aa7 100644 --- a/ftp/sftpgo/Makefile +++ b/ftp/sftpgo/Makefile @@ -1,5 +1,6 @@ PORTNAME= sftpgo PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= ftp www MASTER_SITES= https://github.com/drakkan/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}_v${PORTVERSION}_src_with_deps diff --git a/ftp/sftpgo/pkg-plist b/ftp/sftpgo/pkg-plist index a67d501ba809..e57cfdeb9370 100644 --- a/ftp/sftpgo/pkg-plist +++ b/ftp/sftpgo/pkg-plist @@ -60,6 +60,8 @@ bin/sftpgo %%DATADIR%%/static/vendor/datatables/responsive.bootstrap4.min.css %%DATADIR%%/static/vendor/datatables/responsive.bootstrap4.min.js %%DATADIR%%/static/vendor/datatables/select.bootstrap4.min.css +%%DATADIR%%/static/vendor/daterangepicker/daterangepicker.css +%%DATADIR%%/static/vendor/daterangepicker/daterangepicker.min.js %%DATADIR%%/static/vendor/filepond/filepond.min.css %%DATADIR%%/static/vendor/filepond/filepond.min.js %%DATADIR%%/static/vendor/fontawesome-free/css/fontawesome.min.css @@ -98,6 +100,7 @@ bin/sftpgo %%DATADIR%%/templates/common/forgot-password.html %%DATADIR%%/templates/common/reset-password.html %%DATADIR%%/templates/common/sftpgo.css +%%DATADIR%%/templates/email/password-expiration.html %%DATADIR%%/templates/email/reset-password.html %%DATADIR%%/templates/webadmin/admin.html %%DATADIR%%/templates/webadmin/admins.html @@ -105,22 +108,28 @@ bin/sftpgo %%DATADIR%%/templates/webadmin/base.html %%DATADIR%%/templates/webadmin/baselogin.html %%DATADIR%%/templates/webadmin/changepassword.html +%%DATADIR%%/templates/webadmin/configs.html %%DATADIR%%/templates/webadmin/connections.html %%DATADIR%%/templates/webadmin/defender.html %%DATADIR%%/templates/webadmin/eventaction.html %%DATADIR%%/templates/webadmin/eventactions.html %%DATADIR%%/templates/webadmin/eventrule.html %%DATADIR%%/templates/webadmin/eventrules.html +%%DATADIR%%/templates/webadmin/events.html %%DATADIR%%/templates/webadmin/folder.html %%DATADIR%%/templates/webadmin/folders.html %%DATADIR%%/templates/webadmin/fsconfig.html %%DATADIR%%/templates/webadmin/group.html %%DATADIR%%/templates/webadmin/groups.html +%%DATADIR%%/templates/webadmin/iplist.html +%%DATADIR%%/templates/webadmin/iplists.html %%DATADIR%%/templates/webadmin/login.html %%DATADIR%%/templates/webadmin/maintenance.html %%DATADIR%%/templates/webadmin/message.html %%DATADIR%%/templates/webadmin/mfa.html %%DATADIR%%/templates/webadmin/profile.html +%%DATADIR%%/templates/webadmin/role.html +%%DATADIR%%/templates/webadmin/roles.html %%DATADIR%%/templates/webadmin/sharedcomponents.html %%DATADIR%%/templates/webadmin/status.html %%DATADIR%%/templates/webadmin/twofactor-recovery.html @@ -138,6 +147,7 @@ bin/sftpgo %%DATADIR%%/templates/webclient/profile.html %%DATADIR%%/templates/webclient/share.html %%DATADIR%%/templates/webclient/sharefiles.html +%%DATADIR%%/templates/webclient/sharelogin.html %%DATADIR%%/templates/webclient/shares.html %%DATADIR%%/templates/webclient/shareupload.html %%DATADIR%%/templates/webclient/twofactor-recovery.html diff --git a/games/DDNet/Makefile b/games/DDNet/Makefile index c23ca23e5446..979703811a97 100644 --- a/games/DDNet/Makefile +++ b/games/DDNet/Makefile @@ -1,5 +1,5 @@ PORTNAME= DDNet -PORTVERSION= 17.0.1 +PORTVERSION= 17.0.2 CATEGORIES= games MASTER_SITES= https://ddnet.tw/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/games/DDNet/distinfo b/games/DDNet/distinfo index a9a9fe621707..8a5da135cb9c 100644 --- a/games/DDNet/distinfo +++ b/games/DDNet/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1685386928 -SHA256 (DDNet-17.0.1.tar.xz) = 8a440008feeea21228401e35729f61a485d73f0d81ce557e873945435dd1f470 -SIZE (DDNet-17.0.1.tar.xz) = 28866556 +TIMESTAMP = 1685557665 +SHA256 (DDNet-17.0.2.tar.xz) = a931faf0a6bad9d8d4c6ecc1c87083c766ddf72819a5e40c6ab8460dbdc2a919 +SIZE (DDNet-17.0.2.tar.xz) = 28866764 SHA256 (rust/crates/cc-1.0.73.crate) = 2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11 SIZE (rust/crates/cc-1.0.73.crate) = 57880 SHA256 (rust/crates/cxx-1.0.71.crate) = 5469a6f42296f4fd40789b397383718f9a0bd75d2f9b7cedbb249996811fba27 diff --git a/games/hyperrogue/Makefile b/games/hyperrogue/Makefile index 3849e76034ca..e6e19e2324a8 100644 --- a/games/hyperrogue/Makefile +++ b/games/hyperrogue/Makefile @@ -1,5 +1,5 @@ PORTNAME= hyperrogue -PORTVERSION= 12.1o +PORTVERSION= 12.1q DISTVERSIONPREFIX= v CATEGORIES= games diff --git a/games/hyperrogue/distinfo b/games/hyperrogue/distinfo index 2902ce4f502f..6ca0aeb30d50 100644 --- a/games/hyperrogue/distinfo +++ b/games/hyperrogue/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680087767 -SHA256 (zenorogue-hyperrogue-v12.1o_GH0.tar.gz) = cd351935d79be5c2e952a48cfad165635573d4aec0f695f8d6b563fb9938c4e9 -SIZE (zenorogue-hyperrogue-v12.1o_GH0.tar.gz) = 80850153 +TIMESTAMP = 1685557545 +SHA256 (zenorogue-hyperrogue-v12.1q_GH0.tar.gz) = 65689881423762cadf6d6b2e22a1ade62a3f6911fdf6d268d84111e1e0f3b6f0 +SIZE (zenorogue-hyperrogue-v12.1q_GH0.tar.gz) = 87679304 diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile index 36243e4bc84d..5dfb6d2fd3db 100644 --- a/games/mirrormagic/Makefile +++ b/games/mirrormagic/Makefile @@ -1,6 +1,5 @@ PORTNAME= mirrormagic -DISTVERSION= 3.2.4 -PORTREVISION= 1 +DISTVERSION= 3.3.0 CATEGORIES= games MASTER_SITES= https://www.artsoft.org/RELEASES/linux/mirrormagic/ DISTNAME= ${PORTNAME}-${DISTVERSION}-linux diff --git a/games/mirrormagic/distinfo b/games/mirrormagic/distinfo index 751968ce447d..a04c08a4de9c 100644 --- a/games/mirrormagic/distinfo +++ b/games/mirrormagic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681217525 -SHA256 (mirrormagic-3.2.4-linux.tar.gz) = b70e49d064d23a61fc77e7be4dd79199eafdb48b2e450ff21991cd43cb2c5720 -SIZE (mirrormagic-3.2.4-linux.tar.gz) = 5675055 +TIMESTAMP = 1685557668 +SHA256 (mirrormagic-3.3.0-linux.tar.gz) = acfa4510d77c43e2b0089ebb8a501e1f6aa51378ed915ff1f065f3238e99a4c7 +SIZE (mirrormagic-3.3.0-linux.tar.gz) = 5686178 diff --git a/games/vcmi/Makefile b/games/vcmi/Makefile index aa3237c8f618..c37319564378 100644 --- a/games/vcmi/Makefile +++ b/games/vcmi/Makefile @@ -1,8 +1,10 @@ PORTNAME= vcmi -PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTVERSION= 1.2.1 CATEGORIES= games +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= c7bee037d2c06c56893d631651288c33e.patch:-p1 + MAINTAINER= danfe@FreeBSD.org COMMENT= Open-source engine for Heroes of Might and Magic III WWW= https://vcmi.eu/ diff --git a/games/vcmi/distinfo b/games/vcmi/distinfo index 01410f98ace3..30d0e84a7ef4 100644 --- a/games/vcmi/distinfo +++ b/games/vcmi/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1681475469 -SHA256 (vcmi-vcmi-1.2.0_GH0.tar.gz) = fb7ad26f19e91647c480fed3183e205c8c3f48da955f7ab797ebdbae74efc2d3 -SIZE (vcmi-vcmi-1.2.0_GH0.tar.gz) = 7143423 +TIMESTAMP = 1682700427 +SHA256 (vcmi-vcmi-1.2.1_GH0.tar.gz) = 88ffc13da9b7d6ac8ed294b1b7719e5adc0cdc34a9f0d83d55b5b5c8d02e529a +SIZE (vcmi-vcmi-1.2.1_GH0.tar.gz) = 7143981 +SHA256 (c7bee037d2c06c56893d631651288c33e.patch) = 128e6749191fb81c9432b4b40e838af5a942c3b42b051488c5675d5da2911a43 +SIZE (c7bee037d2c06c56893d631651288c33e.patch) = 1538 diff --git a/games/vcmi/pkg-plist b/games/vcmi/pkg-plist index 53bea6a51adf..0aca293ac9db 100644 --- a/games/vcmi/pkg-plist +++ b/games/vcmi/pkg-plist @@ -26,8 +26,8 @@ share/icons/hicolor/64x64/apps/vcmiclient.png %%DATADIR%%/Mods/vcmi/Data/StackQueueLarge.png %%DATADIR%%/Mods/vcmi/Data/StackQueueSmall.png %%DATADIR%%/Mods/vcmi/Data/debug/blocked.png -%%DATADIR%%/Mods/vcmi/Data/debug/cached.png %%DATADIR%%/Mods/vcmi/Data/debug/grid.png +%%DATADIR%%/Mods/vcmi/Data/debug/spellRange.png %%DATADIR%%/Mods/vcmi/Data/debug/visitable.png %%DATADIR%%/Mods/vcmi/Data/questDialog.png %%DATADIR%%/Mods/vcmi/Data/s/std.verm diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index 5c3f4cbd4eab..e34b9d78ddaa 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -1,5 +1,5 @@ PORTNAME= veloren -PORTVERSION= s20230524 +PORTVERSION= s20230601 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_COMMIT= 68491dde556b6b5d9736061d1728817b9d3c5eb2 +GL_COMMIT= e71eee0cd209861ed9cfb475bfbe1cd395a7047f 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 080094ca9488..a26d104c39cb 100644 --- a/games/veloren-weekly/distinfo +++ b/games/veloren-weekly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1684952009 +TIMESTAMP = 1685630940 SHA256 (rust/crates/ab_glyph-0.2.21.crate) = 5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39 SIZE (rust/crates/ab_glyph-0.2.21.crate) = 17764 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046 @@ -1565,5 +1565,5 @@ SHA256 (hasenbanck-egui_wgpu_backend-63a002c6a9b6c016e45806dd065864431caab621_GH SIZE (hasenbanck-egui_wgpu_backend-63a002c6a9b6c016e45806dd065864431caab621_GH0.tar.gz) = 11500 SHA256 (yoanlcq-vek-84d5cb65841d46599a986c5477341bea4456be26_GH0.tar.gz) = f6fc0b8e9b1290729ea94865be84a8c47846e49e3c193dab700940e1452d2fed SIZE (yoanlcq-vek-84d5cb65841d46599a986c5477341bea4456be26_GH0.tar.gz) = 90485 -SHA256 (veloren-veloren-68491dde556b6b5d9736061d1728817b9d3c5eb2_GL0.tar.gz) = cfe9380d200c8f8f4faac9bb1fcbe7b505f8498434566e230dd3920d09fa2669 -SIZE (veloren-veloren-68491dde556b6b5d9736061d1728817b9d3c5eb2_GL0.tar.gz) = 264009879 +SHA256 (veloren-veloren-e71eee0cd209861ed9cfb475bfbe1cd395a7047f_GL0.tar.gz) = e5f8c1adb1639c14733cbf5173c5c68006209b99027e08db45a60195380b5d62 +SIZE (veloren-veloren-e71eee0cd209861ed9cfb475bfbe1cd395a7047f_GL0.tar.gz) = 264025165 diff --git a/games/wtf/Makefile b/games/wtf/Makefile index 8f82504b3308..09b28df8a8cb 100644 --- a/games/wtf/Makefile +++ b/games/wtf/Makefile @@ -1,5 +1,5 @@ PORTNAME= wtf -PORTVERSION= 20230515 +PORTVERSION= 20230526 CATEGORIES= games MASTER_SITES= SF/bsdwtf diff --git a/games/wtf/distinfo b/games/wtf/distinfo index df6f500ba3b7..09e525dc3a6d 100644 --- a/games/wtf/distinfo +++ b/games/wtf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684262967 -SHA256 (wtf-20230515.tar.gz) = 5147187b35d86f86b82f75eefec03261e85b960cc65146d4625ad57b8981c6c6 -SIZE (wtf-20230515.tar.gz) = 31422 +TIMESTAMP = 1685530913 +SHA256 (wtf-20230526.tar.gz) = 5edd2c987877a949fb57838b3185d3fdc5eaab2b8f619f363982dc11a6a1b67b +SIZE (wtf-20230526.tar.gz) = 31445 diff --git a/graphics/3d-ascii-viewer-c/Makefile b/graphics/3d-ascii-viewer-c/Makefile index a660361ba02a..befe5b266725 100644 --- a/graphics/3d-ascii-viewer-c/Makefile +++ b/graphics/3d-ascii-viewer-c/Makefile @@ -1,5 +1,5 @@ PORTNAME= 3d-ascii-viewer-c -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= graphics diff --git a/graphics/3d-ascii-viewer-c/distinfo b/graphics/3d-ascii-viewer-c/distinfo index 62ff3c087f39..e54ae40cf75a 100644 --- a/graphics/3d-ascii-viewer-c/distinfo +++ b/graphics/3d-ascii-viewer-c/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683962458 -SHA256 (autopawn-3d-ascii-viewer-c-v1.1.0_GH0.tar.gz) = 692100eaf4600033f8a8d07ca3e107a8b3a8ebdf59ac7f154149fda212cb7b12 -SIZE (autopawn-3d-ascii-viewer-c-v1.1.0_GH0.tar.gz) = 6864524 +TIMESTAMP = 1685563062 +SHA256 (autopawn-3d-ascii-viewer-c-v1.2.0_GH0.tar.gz) = 16abc73d280f7634cbe5fb47bff4e874e68de4d89637d69e115af5774cecabb5 +SIZE (autopawn-3d-ascii-viewer-c-v1.2.0_GH0.tar.gz) = 5946977 diff --git a/graphics/Makefile b/graphics/Makefile index 557f61af875f..bddd89c9fb6d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1134,6 +1134,7 @@ SUBDIR += timg SUBDIR += tintfu SUBDIR += tinyows + SUBDIR += tippecanoe SUBDIR += tkpng SUBDIR += togl SUBDIR += tslib diff --git a/graphics/R-cran-colorspace/Makefile b/graphics/R-cran-colorspace/Makefile index d7d3e0e98096..66822cf58996 100644 --- a/graphics/R-cran-colorspace/Makefile +++ b/graphics/R-cran-colorspace/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 2.1-0 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Color Space Manipulation WWW= https://cran.r-project.org/web/packages/colorspace/ diff --git a/graphics/R-cran-s2/Makefile b/graphics/R-cran-s2/Makefile index 84dc2169f62c..d893a926ddae 100644 --- a/graphics/R-cran-s2/Makefile +++ b/graphics/R-cran-s2/Makefile @@ -9,7 +9,7 @@ WWW= https://cran.r-project.org/web/packages/s2/ LICENSE= APACHE20 -NOT_FOR_ARCHS= armv6 armv7 mips powerpc powerpcspe +NOT_FOR_ARCHS= armv6 mips powerpc powerpcspe NOT_FOR_ARCHS_REASON= is currently 64-bit only CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \ diff --git a/graphics/alizams/Makefile b/graphics/alizams/Makefile index 09532c5c5bbf..be3b68530840 100644 --- a/graphics/alizams/Makefile +++ b/graphics/alizams/Makefile @@ -1,6 +1,6 @@ PORTNAME= alizams DISTVERSIONPREFIX= v -DISTVERSION= 1.9.0 +DISTVERSION= 1.9.1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/alizams/distinfo b/graphics/alizams/distinfo index 828c34214da5..383744093186 100644 --- a/graphics/alizams/distinfo +++ b/graphics/alizams/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685179802 -SHA256 (AlizaMedicalImaging-AlizaMS-v1.9.0_GH0.tar.gz) = 3a4d78b4520390461062e8994f123e8144492683557a0039b5d88343f40e3f0a -SIZE (AlizaMedicalImaging-AlizaMS-v1.9.0_GH0.tar.gz) = 5032693 +TIMESTAMP = 1685635491 +SHA256 (AlizaMedicalImaging-AlizaMS-v1.9.1_GH0.tar.gz) = b0b6dfbf050b0968cda3cbeddd1a17d8db2629deee69fc8eaa415bfeb516e767 +SIZE (AlizaMedicalImaging-AlizaMS-v1.9.1_GH0.tar.gz) = 5032561 diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 77a3fa78de5a..c4755a300d11 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -1,7 +1,6 @@ PORTNAME= cimg DISTVERSIONPREFIX= v. -DISTVERSION= 3.2.4 -PORTREVISION= 1 +DISTVERSION= 3.2.5 PORTEPOCH= 3 CATEGORIES= graphics devel diff --git a/graphics/cimg/distinfo b/graphics/cimg/distinfo index cf84edfd3119..e032c29819bb 100644 --- a/graphics/cimg/distinfo +++ b/graphics/cimg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682675965 -SHA256 (dtschump-CImg-v.3.2.4_GH0.tar.gz) = 796934c727f0444bff6c13c148edbdab060ca6dc5dd7c6d374f1a3bbd9acd2f2 -SIZE (dtschump-CImg-v.3.2.4_GH0.tar.gz) = 12660194 +TIMESTAMP = 1685470110 +SHA256 (dtschump-CImg-v.3.2.5_GH0.tar.gz) = 994413c43e4d2feab63d7e7c5ea375228a825136ef921d92cb48428646b6d877 +SIZE (dtschump-CImg-v.3.2.5_GH0.tar.gz) = 12660311 diff --git a/graphics/filament/Makefile b/graphics/filament/Makefile index f45855a48cb3..c9e5453f2e31 100644 --- a/graphics/filament/Makefile +++ b/graphics/filament/Makefile @@ -1,6 +1,6 @@ PORTNAME= filament DISTVERSIONPREFIX= v -DISTVERSION= 1.36.0 +DISTVERSION= 1.37.0 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/filament/distinfo b/graphics/filament/distinfo index afd530df2972..fbdc1556c4bc 100644 --- a/graphics/filament/distinfo +++ b/graphics/filament/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684721878 -SHA256 (google-filament-v1.36.0_GH0.tar.gz) = 7c6b2a5c2b2d14d532d6c43ae3cb78754cfce5c739b9f9ca6b5e1af276b12573 -SIZE (google-filament-v1.36.0_GH0.tar.gz) = 500402413 +TIMESTAMP = 1685637225 +SHA256 (google-filament-v1.37.0_GH0.tar.gz) = 7d9504b19615975bf834c1e0225bc818145e16e0b59336938756f07d0906d8fb +SIZE (google-filament-v1.37.0_GH0.tar.gz) = 500505901 diff --git a/graphics/filament/files/patch-filament_backend_src_PlatformFactory.cpp b/graphics/filament/files/patch-filament_backend_src_PlatformFactory.cpp index f1497e65ba5d..d9c7385d548c 100644 --- a/graphics/filament/files/patch-filament_backend_src_PlatformFactory.cpp +++ b/graphics/filament/files/patch-filament_backend_src_PlatformFactory.cpp @@ -1,24 +1,15 @@ ---- filament/backend/src/PlatformFactory.cpp.orig 2023-01-26 04:37:03 UTC +--- filament/backend/src/PlatformFactory.cpp.orig 2023-05-30 23:22:31 UTC +++ filament/backend/src/PlatformFactory.cpp -@@ -41,7 +41,7 @@ - #if defined(FILAMENT_DRIVER_SUPPORTS_VULKAN) - #include "vulkan/PlatformVkCocoa.h" +@@ -32,7 +32,7 @@ + #if defined(FILAMENT_SUPPORTS_OPENGL) && !defined(FILAMENT_USE_EXTERNAL_GLES3) && !defined(FILAMENT_USE_SWIFTSHADER) + #include #endif -#elif defined(__linux__) +#elif defined(__linux__) || defined(__FreeBSD__) - #if defined(FILAMENT_SUPPORTS_GGP) - #include "vulkan/PlatformVkLinuxGGP.h" - #elif defined(FILAMENT_SUPPORTS_WAYLAND) -@@ -118,7 +118,7 @@ Platform* PlatformFactory::create(Backend* backend) no - return new PlatformVkAndroid(); - #elif defined(IOS) - return new PlatformVkCocoaTouch(); -- #elif defined(__linux__) -+ #elif defined(__linux__) || defined(__FreeBSD__) - #if defined(FILAMENT_SUPPORTS_GGP) - return new PlatformVkLinuxGGP(); - #elif defined(FILAMENT_SUPPORTS_WAYLAND) -@@ -155,7 +155,7 @@ Platform* PlatformFactory::create(Backend* backend) no + #if defined(FILAMENT_SUPPORTS_X11) + #if defined(FILAMENT_SUPPORTS_OPENGL) && !defined(FILAMENT_USE_EXTERNAL_GLES3) && !defined(FILAMENT_USE_SWIFTSHADER) + #include "backend/platforms/PlatformGLX.h" +@@ -120,7 +120,7 @@ Platform* PlatformFactory::create(Backend* backend) no return new PlatformCocoaTouchGL(); #elif defined(__APPLE__) return new PlatformCocoaGL(); diff --git a/graphics/filament/files/patch-filament_backend_src_vulkan_platform_PlatformVulkanAndroidLinuxWindows.cpp b/graphics/filament/files/patch-filament_backend_src_vulkan_platform_PlatformVulkanAndroidLinuxWindows.cpp new file mode 100644 index 000000000000..29208b26ecfd --- /dev/null +++ b/graphics/filament/files/patch-filament_backend_src_vulkan_platform_PlatformVulkanAndroidLinuxWindows.cpp @@ -0,0 +1,54 @@ +- workaround for https://github.com/google/filament/issues/6861 + +--- filament/backend/src/vulkan/platform/PlatformVulkanAndroidLinuxWindows.cpp.orig 2023-06-01 16:53:44 UTC ++++ filament/backend/src/vulkan/platform/PlatformVulkanAndroidLinuxWindows.cpp +@@ -38,7 +38,7 @@ + uint32_t height; + } wl; + }// anonymous namespace +-#elif defined(__linux__) && defined(FILAMENT_SUPPORTS_X11) ++#elif (defined(__linux__) || defined(__FreeBSD__)) && defined(FILAMENT_SUPPORTS_X11) + #include + #if defined(FILAMENT_SUPPORTS_XCB) + #include +@@ -83,11 +83,11 @@ Driver* PlatformVulkan::createDriver(void* const share + static const char* requiredInstanceExtensions[] = { + #if defined(__ANDROID__) + "VK_KHR_android_surface", +- #elif defined(__linux__) && defined(FILAMENT_SUPPORTS_GGP) ++ #elif (defined(__linux__) || defined(__FreeBSD__)) && defined(FILAMENT_SUPPORTS_GGP) + VK_GGP_STREAM_DESCRIPTOR_SURFACE_EXTENSION_NAME, + #elif defined(__linux__) && defined(FILAMENT_SUPPORTS_WAYLAND) + "VK_KHR_wayland_surface", +- #elif defined(__linux__) && defined(FILAMENT_SUPPORTS_X11) ++ #elif (defined(__linux__) || defined(__FreeBSD__)) && defined(FILAMENT_SUPPORTS_X11) + #if defined(FILAMENT_SUPPORTS_XCB) + "VK_KHR_xcb_surface", + #endif +@@ -121,7 +121,7 @@ PlatformVulkan::SurfaceBundle PlatformVulkan::createVk + VkResult const result = vkCreateAndroidSurfaceKHR(instance, &createInfo, VKALLOC, + (VkSurfaceKHR*) &bundle.surface); + ASSERT_POSTCONDITION(result == VK_SUCCESS, "vkCreateAndroidSurfaceKHR error."); +- #elif defined(__linux__) && defined(FILAMENT_SUPPORTS_GGP) ++ #elif (defined(__linux__) || defined(__FreeBSD__)) && defined(FILAMENT_SUPPORTS_GGP) + VkStreamDescriptorSurfaceCreateInfoGGP const surface_create_info = { + .sType = VK_STRUCTURE_TYPE_STREAM_DESCRIPTOR_SURFACE_CREATE_INFO_GGP, + .streamDescriptor = kGgpPrimaryStreamDescriptor, +@@ -135,7 +135,7 @@ PlatformVulkan::SurfaceBundle PlatformVulkan::createVk + VkResult const result = fpCreateStreamDescriptorSurfaceGGP(instance, &surface_create_info, + nullptr, (VkSurfaceKHR*) &bundle.surface); + ASSERT_POSTCONDITION(result == VK_SUCCESS, "vkCreateStreamDescriptorSurfaceGGP error."); +- #elif defined(__linux__) && defined(FILAMENT_SUPPORTS_WAYLAND) ++ #elif (defined(__linux__) || defined(__FreeBSD__)) && defined(FILAMENT_SUPPORTS_WAYLAND) + wl* ptrval = reinterpret_cast(nativeWindow); + bundle.width = ptrval->width; + bundle.height = ptrval->height; +@@ -150,7 +150,7 @@ PlatformVulkan::SurfaceBundle PlatformVulkan::createVk + VkResult const result = vkCreateWaylandSurfaceKHR(instance, &createInfo, VKALLOC, + (VkSurfaceKHR*) &bundle.surface); + ASSERT_POSTCONDITION(result == VK_SUCCESS, "vkCreateWaylandSurfaceKHR error."); +- #elif defined(__linux__) && defined(FILAMENT_SUPPORTS_X11) ++ #elif (defined(__linux__) || defined(__FreeBSD__)) && defined(FILAMENT_SUPPORTS_X11) + if (g_x11_vk.library == nullptr) { + g_x11_vk.library = dlopen(LIBRARY_X11, RTLD_LOCAL | RTLD_NOW); + ASSERT_PRECONDITION(g_x11_vk.library, "Unable to open X11 library."); diff --git a/graphics/filament/files/patch-libs_utils_CMakeLists.txt b/graphics/filament/files/patch-libs_utils_CMakeLists.txt index 2deb894bd724..4e45fbc7aa4d 100644 --- a/graphics/filament/files/patch-libs_utils_CMakeLists.txt +++ b/graphics/filament/files/patch-libs_utils_CMakeLists.txt @@ -1,7 +1,7 @@ ---- libs/utils/CMakeLists.txt.orig 2022-08-16 18:01:04 UTC +--- libs/utils/CMakeLists.txt.orig 2023-05-30 23:22:31 UTC +++ libs/utils/CMakeLists.txt -@@ -81,8 +81,10 @@ if (ANDROID) - list(APPEND SRCS src/android/ThermalManager.cpp) +@@ -82,8 +82,10 @@ if (ANDROID) + list(APPEND SRCS src/android/Systrace.cpp) endif() if (LINUX OR ANDROID) - list(APPEND SRCS src/linux/Condition.cpp) diff --git a/graphics/glaxnimate/Makefile b/graphics/glaxnimate/Makefile index 66b401fee93c..cc8c1bde07ee 100644 --- a/graphics/glaxnimate/Makefile +++ b/graphics/glaxnimate/Makefile @@ -1,39 +1,65 @@ PORTNAME= glaxnimate -DISTVERSION= 0.5.1 -PORTREVISION= 2 +DISTVERSION= 0.5.3 CATEGORIES= graphics +PKGNAMESUFFIX= -${FLAVOR} MAINTAINER= yuri@FreeBSD.org COMMENT= Simple vector animation program WWW= https://glaxnimate.mattbas.org/ -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt BUILD_DEPENDS= pip:devel/py-pip@${PY_FLAVOR} LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libpotrace.so:graphics/libpotrace -USES= cmake compiler:c++17-lang desktop-file-utils gl libarchive python qt:5 -USE_QT= concurrent core gui network svg xml widgets buildtools:build linguisttools:build qmake:build uitools:build +FLAVORS= qt5 qt6 +FLAVOR?= ${FLAVORS:[1]} +qt5_CONFLICTS_INSTALL= glaxnimate glaxnimate-qt6 +qt6_CONFLICTS_INSTALL= glaxnimate glaxnimate-qt5 + +USES= cmake compiler:c++17-lang desktop-file-utils gl libarchive \ + python qt:${FLAVOR:S/qt//} USE_GL= gl +_USE_QT5= concurrent core gui network svg xml widgets buildtools:build \ + linguisttools:build qmake:build uitools:build +_USE_QT6= base svg tools +USE_QT= ${_USE_QT${FLAVOR:S/qt//}} + +_CMAKE_ON_qt5= WITH_QT5 +_CMAKE_ON_qt6= WITH_QT6 +_CMAKE_OFF_qt5= WITH_QT6 +_CMAKE_OFF_qt6= WITH_QT5 +CMAKE_ON= ${_CMAKE_ON_${FLAVOR}} +CMAKE_OFF= ${_CMAKE_OFF_${FLAVOR}} USE_GITLAB= yes GL_ACCOUNT= mattbas -GL_COMMIT= 91219dc52ca909118e4a756629ea779dde5577c3 +GL_COMMIT= 3090870e9172dfd587e89753c2d4d19e9c083f70 -GL_TUPLE= mattbas:CMake-Lib:8af80b5668dbc6a0210e09a969a1b43fc99f39ba:mattbas_CMake_Lib/cmake \ - mattbas:Qt-Color-Widgets:091c29463bbeec1a672598af4597055ba24842cd:mattbas_Qt_Color_Widgets/external/Qt-Color-Widgets \ +GL_TUPLE= mattbas:CMake-Lib:3b445d91fd4620542162f35ccc6bf14533a76321:mattbas_CMake_Lib/cmake \ + mattbas:Qt-Color-Widgets:621a1a3c336aedc451c1597e66449e239d0aed5e:mattbas_Qt_Color_Widgets/external/Qt-Color-Widgets \ mattbas:Qt-History-LineEdit:5b761f436e8b31491e06b26460d28a2eaef0babc:mattbas_Qt_History_LineEdit/external/Qt-History-LineEdit \ mattbas:python-lottie:9e742aadb5ca7d0e8c9b01b2553c0a81de238ae4:mattbas_python_lottie/data/lib/python-lottie USE_GITHUB= nodefault GH_TUPLE= KDE:breeze-icons:1a13b09adc7ebe0c4b5be6cc1add3869f3de8a1a:KDE_breeze_icons/data/icons/breeze-icons \ - mbasaglia:pybind11:7b30131fcbbbc227d2afcc969a8aab8c8b792b66:mbasaglia_pybind11/external/QtAppSetup/external/pybind11 \ + pybind:pybind11:80dc998efced8ceb2be59756668a7e90e8bef917:pybind_pybind11/external/QtAppSetup/external/pybind11 \ rpavlik/cmake-modules:c97690cc0024a1842cd8de71334a2ee9c5f7e729:rpavlik_cmake_modules/external/cmake-modules CMAKE_ARGS= -DPython3_EXECUTABLE=${PYTHON_CMD} ALL_TARGET= all translations +OPTIONS_DEFINE= DEBUG + +DEBUG_VARS= WITH_DEBUG=yes + +.include + +.if !${PORT_OPTIONS:MDEBUG} +CXXFLAGS:= ${CXXFLAGS:C/-O([2-9]|[sz]|fast)/-O1/} -fstack-protector-strong -fno-strict-aliasing +.endif + .include diff --git a/graphics/glaxnimate/distinfo b/graphics/glaxnimate/distinfo index 2f3dccc99208..c11e1f0f492c 100644 --- a/graphics/glaxnimate/distinfo +++ b/graphics/glaxnimate/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1665476418 +TIMESTAMP = 1685637754 SHA256 (KDE-breeze-icons-1a13b09adc7ebe0c4b5be6cc1add3869f3de8a1a_GH0.tar.gz) = 5d7d4437bb0c87ac5573b9ae05328379bbaf6229818579456ee7b2ec1a827a37 SIZE (KDE-breeze-icons-1a13b09adc7ebe0c4b5be6cc1add3869f3de8a1a_GH0.tar.gz) = 5573747 -SHA256 (mbasaglia-pybind11-7b30131fcbbbc227d2afcc969a8aab8c8b792b66_GH0.tar.gz) = b2568d046d2527a4d2bd22383f1d7853662492666994e20db16f70fcf578f87f -SIZE (mbasaglia-pybind11-7b30131fcbbbc227d2afcc969a8aab8c8b792b66_GH0.tar.gz) = 702926 -SHA256 (mattbas-glaxnimate-91219dc52ca909118e4a756629ea779dde5577c3_GL0.tar.gz) = f23c67f64fe8be6f7d61a414ec72e0e57fa72cfb0aa160c7d86a29343fe84a83 -SIZE (mattbas-glaxnimate-91219dc52ca909118e4a756629ea779dde5577c3_GL0.tar.gz) = 4933409 -SHA256 (mattbas-CMake-Lib-8af80b5668dbc6a0210e09a969a1b43fc99f39ba_GL0.tar.gz) = ef7a6a963b6117f161a41b34d8c2488b030c953bc4de935d8d4c9fa28114ed57 -SIZE (mattbas-CMake-Lib-8af80b5668dbc6a0210e09a969a1b43fc99f39ba_GL0.tar.gz) = 9463 -SHA256 (mattbas-Qt-Color-Widgets-091c29463bbeec1a672598af4597055ba24842cd_GL0.tar.gz) = 6e2e36ebbdad9d7c89d7d5abb59bee4374b25cceeae1ec3353d3814b8a6b6ab9 -SIZE (mattbas-Qt-Color-Widgets-091c29463bbeec1a672598af4597055ba24842cd_GL0.tar.gz) = 207734 +SHA256 (pybind-pybind11-80dc998efced8ceb2be59756668a7e90e8bef917_GH0.tar.gz) = aa4d57f8c3c4fb47d75e1d676167966a8aa7cbb014e4d20813adabc93bd6670a +SIZE (pybind-pybind11-80dc998efced8ceb2be59756668a7e90e8bef917_GH0.tar.gz) = 728381 +SHA256 (mattbas-glaxnimate-3090870e9172dfd587e89753c2d4d19e9c083f70_GL0.tar.gz) = 19e4bc10c2294711836cc8aabec8fad892b2305b9fb93080def8d1028b430c5d +SIZE (mattbas-glaxnimate-3090870e9172dfd587e89753c2d4d19e9c083f70_GL0.tar.gz) = 8144306 +SHA256 (mattbas-CMake-Lib-3b445d91fd4620542162f35ccc6bf14533a76321_GL0.tar.gz) = 19adf91e1316bdd2a7400f71854264a5459adc695bbd56cfc832f13e4234f0ed +SIZE (mattbas-CMake-Lib-3b445d91fd4620542162f35ccc6bf14533a76321_GL0.tar.gz) = 9483 +SHA256 (mattbas-Qt-Color-Widgets-621a1a3c336aedc451c1597e66449e239d0aed5e_GL0.tar.gz) = ef925058537557cc451b4406d6c63ff2c4034affa4a172b4d15685a5932e142c +SIZE (mattbas-Qt-Color-Widgets-621a1a3c336aedc451c1597e66449e239d0aed5e_GL0.tar.gz) = 207779 SHA256 (mattbas-Qt-History-LineEdit-5b761f436e8b31491e06b26460d28a2eaef0babc_GL0.tar.gz) = 00e63231f41f8f0c9274990c6d1fb394ffa7e7bc72c673defeb87479c2110ca9 SIZE (mattbas-Qt-History-LineEdit-5b761f436e8b31491e06b26460d28a2eaef0babc_GL0.tar.gz) = 7856 SHA256 (mattbas-python-lottie-9e742aadb5ca7d0e8c9b01b2553c0a81de238ae4_GL0.tar.gz) = 54de1e9507524d83d4035ac3a16bd29c40335c6f9eb0a8b6376c3a10267e1a56 diff --git a/graphics/glaxnimate/files/patch-CMakeLists.txt b/graphics/glaxnimate/files/patch-CMakeLists.txt index 0bbccf693e68..7f955177a821 100644 --- a/graphics/glaxnimate/files/patch-CMakeLists.txt +++ b/graphics/glaxnimate/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2022-09-11 09:38:36 UTC +--- CMakeLists.txt.orig 2023-03-08 16:08:22 UTC +++ CMakeLists.txt -@@ -29,7 +29,7 @@ set(PROJECT_MANINTAINER "${PROJECT_MANINTAINER_NAME} < +@@ -30,7 +30,7 @@ include(misc) # CMake modules set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_CURRENT_SOURCE_DIR}/external/cmake-modules") include(misc) @@ -9,7 +9,7 @@ # C++ set(CMAKE_CXX_STANDARD 17) -@@ -39,14 +39,14 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) +@@ -40,14 +40,14 @@ set(VERSION_SUFFIX "-git-" CACHE STRING "") set(VERSION_NAKED ${PROJECT_VERSION}) set(VERSION_SUFFIX "-git-" CACHE STRING "") @@ -27,3 +27,21 @@ set(PROJECT_VERSION "${PROJECT_VERSION}+${VERSION_SUFFIX}") endif() +@@ -90,8 +90,15 @@ endif() + + # Qt + #find_package(Qt5Qml QUIET) +-set(QT_VERSION_MAJOR 5) +-find_package(QT NAMES Qt5 Qt6 COMPONENTS Core QUIET) ++option(WITH_QT5 "Build against Qt5" ON) ++option(WITH_QT6 "Build against Qt6" OFF) ++if ( WITH_QT5 ) ++ set(QT_VERSION_MAJOR 5) ++endif() ++if ( WITH_QT6 ) ++ set(QT_VERSION_MAJOR 6) ++endif() ++find_package(QT NAMES Qt${QT_VERSION_MAJOR} COMPONENTS Core QUIET) + find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Widgets Xml UiTools Concurrent Network Svg REQUIRED) + message(STATUS "Using Qt ${QT_VERSION_MAJOR}") + diff --git a/graphics/glaxnimate/files/patch-src_gui_emoji_emoji__set__dialog.cpp b/graphics/glaxnimate/files/patch-src_gui_emoji_emoji__set__dialog.cpp deleted file mode 100644 index dcfcd15353c9..000000000000 --- a/graphics/glaxnimate/files/patch-src_gui_emoji_emoji__set__dialog.cpp +++ /dev/null @@ -1,13 +0,0 @@ -- workaround for https://gitlab.com/mattbas/glaxnimate/-/issues/486 - ---- src/gui/emoji/emoji_set_dialog.cpp.orig 2022-04-19 03:42:34 UTC -+++ src/gui/emoji/emoji_set_dialog.cpp -@@ -16,6 +16,8 @@ - #include "glaxnimate_app.hpp" - #include "emoji_dialog.hpp" - -+#include -+ - class glaxnimate::emoji::EmojiSetDialog::Private - { - public: diff --git a/graphics/glaxnimate/pkg-plist b/graphics/glaxnimate/pkg-plist index 3f67f098fb63..808795339b12 100644 --- a/graphics/glaxnimate/pkg-plist +++ b/graphics/glaxnimate/pkg-plist @@ -1,5 +1,6 @@ bin/glaxnimate -share/applications/glaxnimate.desktop +share/applications/org.mattbas.Glaxnimate.desktop +%%DATADIR%%/glaxnimate/AUTHORS.md %%DATADIR%%/glaxnimate/emoji/sets.json %%DATADIR%%/glaxnimate/glaxnimate.desktop %%DATADIR%%/glaxnimate/icons/icons-dark/.gitignore @@ -7509,7 +7510,7 @@ share/applications/glaxnimate.desktop %%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/preferences-log.svg %%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/preferences-other.svg %%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/preferences-plugin.svg -%%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/preferences-%%CMAKE_BUILD_TYPE%%notes.svg +%%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/preferences-releasenotes.svg %%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/preferences-security-apparmor.svg %%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/preferences-security-firewall.svg %%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/preferences-security-kerberos.svg @@ -7621,7 +7622,7 @@ share/applications/glaxnimate.desktop %%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/yast-ntp-client.svg %%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/yast-printer.svg %%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/yast-proxy.svg -%%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/yast-%%CMAKE_BUILD_TYPE%%-notes.svg +%%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/yast-release-notes.svg %%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/yast-remote.svg %%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/yast-samba-client.svg %%DATADIR%%/glaxnimate/icons/icons-dark/preferences/32/yast-samba-server.svg @@ -15582,7 +15583,7 @@ share/applications/glaxnimate.desktop %%DATADIR%%/glaxnimate/icons/icons/preferences/32/preferences-log.svg %%DATADIR%%/glaxnimate/icons/icons/preferences/32/preferences-other.svg %%DATADIR%%/glaxnimate/icons/icons/preferences/32/preferences-plugin.svg -%%DATADIR%%/glaxnimate/icons/icons/preferences/32/preferences-%%CMAKE_BUILD_TYPE%%notes.svg +%%DATADIR%%/glaxnimate/icons/icons/preferences/32/preferences-releasenotes.svg %%DATADIR%%/glaxnimate/icons/icons/preferences/32/preferences-security-apparmor.svg %%DATADIR%%/glaxnimate/icons/icons/preferences/32/preferences-security-firewall.svg %%DATADIR%%/glaxnimate/icons/icons/preferences/32/preferences-security-kerberos.svg @@ -15694,7 +15695,7 @@ share/applications/glaxnimate.desktop %%DATADIR%%/glaxnimate/icons/icons/preferences/32/yast-ntp-client.svg %%DATADIR%%/glaxnimate/icons/icons/preferences/32/yast-printer.svg %%DATADIR%%/glaxnimate/icons/icons/preferences/32/yast-proxy.svg -%%DATADIR%%/glaxnimate/icons/icons/preferences/32/yast-%%CMAKE_BUILD_TYPE%%-notes.svg +%%DATADIR%%/glaxnimate/icons/icons/preferences/32/yast-release-notes.svg %%DATADIR%%/glaxnimate/icons/icons/preferences/32/yast-remote.svg %%DATADIR%%/glaxnimate/icons/icons/preferences/32/yast-samba-client.svg %%DATADIR%%/glaxnimate/icons/icons/preferences/32/yast-samba-server.svg @@ -16129,16 +16130,20 @@ share/applications/glaxnimate.desktop %%DATADIR%%/glaxnimate/images/icons/keyframe-record.svg %%DATADIR%%/glaxnimate/images/icons/keyframe-remove.svg %%DATADIR%%/glaxnimate/images/icons/lottiefiles.svg +%%DATADIR%%/glaxnimate/images/icons/paint-gradient-conical.svg %%DATADIR%%/glaxnimate/images/keyframe/custom.svg %%DATADIR%%/glaxnimate/images/keyframe/ease.svg +%%DATADIR%%/glaxnimate/images/keyframe/fast.svg %%DATADIR%%/glaxnimate/images/keyframe/finish/custom.svg %%DATADIR%%/glaxnimate/images/keyframe/finish/ease.svg +%%DATADIR%%/glaxnimate/images/keyframe/finish/fast.svg %%DATADIR%%/glaxnimate/images/keyframe/finish/hold.svg %%DATADIR%%/glaxnimate/images/keyframe/finish/linear.svg %%DATADIR%%/glaxnimate/images/keyframe/hold.svg %%DATADIR%%/glaxnimate/images/keyframe/linear.svg %%DATADIR%%/glaxnimate/images/keyframe/start/custom.svg %%DATADIR%%/glaxnimate/images/keyframe/start/ease.svg +%%DATADIR%%/glaxnimate/images/keyframe/start/fast.svg %%DATADIR%%/glaxnimate/images/keyframe/start/hold.svg %%DATADIR%%/glaxnimate/images/keyframe/start/linear.svg %%DATADIR%%/glaxnimate/images/keyframe/status/key.svg @@ -16258,5 +16263,15 @@ share/applications/glaxnimate.desktop %%DATADIR%%/glaxnimate/templates/Telegram_Sticker_60.rawr %%DATADIR%%/glaxnimate/themes/dark.ini %%DATADIR%%/glaxnimate/themes/light.ini +%%DATADIR%%/glaxnimate/translations/glaxnimate_de.qm +%%DATADIR%%/glaxnimate/translations/glaxnimate_en_GB.qm +%%DATADIR%%/glaxnimate/translations/glaxnimate_en_US.qm +%%DATADIR%%/glaxnimate/translations/glaxnimate_es.qm +%%DATADIR%%/glaxnimate/translations/glaxnimate_fr.qm +%%DATADIR%%/glaxnimate/translations/glaxnimate_it.qm +%%DATADIR%%/glaxnimate/translations/glaxnimate_zh_CN.qm share/icons/hicolor/512x512/apps/glaxnimate.png +share/icons/hicolor/512x512/apps/org.mattbas.Glaxnimate.png share/icons/hicolor/scalable/apps/glaxnimate.svg +share/icons/hicolor/scalable/apps/org.mattbas.Glaxnimate.svg +share/metainfo/org.mattbas.Glaxnimate.metainfo.xml diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index 5ce8c1d69078..67806c9ff60c 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -1,6 +1,5 @@ PORTNAME= librsvg -PORTVERSION= 2.56.0 -PORTREVISION= 1 +PORTVERSION= 2.56.1 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust diff --git a/graphics/librsvg2-rust/Makefile.crates b/graphics/librsvg2-rust/Makefile.crates index 32fd6003c842..1217238091e4 100644 --- a/graphics/librsvg2-rust/Makefile.crates +++ b/graphics/librsvg2-rust/Makefile.crates @@ -1,11 +1,16 @@ CARGO_CRATES= adler-1.0.2 \ - aho-corasick-0.7.20 \ + aho-corasick-1.0.1 \ + android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ anes-0.1.6 \ - anstyle-0.3.4 \ - anyhow-1.0.69 \ + anstream-0.3.2 \ + anstyle-1.0.0 \ + anstyle-parse-0.2.0 \ + anstyle-query-1.0.0 \ + anstyle-wincon-1.0.1 \ + anyhow-1.0.71 \ approx-0.5.1 \ - assert_cmd-2.0.10 \ + assert_cmd-2.0.11 \ atty-0.2.14 \ autocfg-1.1.0 \ base-x-0.2.11 \ @@ -13,44 +18,41 @@ CARGO_CRATES= adler-1.0.2 \ bit-vec-0.6.3 \ bitflags-1.3.2 \ block-0.1.6 \ - bstr-1.3.0 \ - bumpalo-3.12.0 \ + bstr-1.5.0 \ + bumpalo-3.13.0 \ bytemuck-1.13.1 \ byteorder-1.4.3 \ cairo-rs-0.17.0 \ cairo-sys-rs-0.17.0 \ cast-0.3.0 \ cc-1.0.79 \ - cfg-expr-0.11.0 \ + cfg-expr-0.15.1 \ cfg-if-1.0.0 \ - chrono-0.4.24 \ - ciborium-0.2.0 \ - ciborium-io-0.2.0 \ - ciborium-ll-0.2.0 \ - clap-3.2.23 \ - clap-4.1.9 \ - clap_complete-4.1.5 \ - clap_derive-4.1.9 \ + chrono-0.4.25 \ + ciborium-0.2.1 \ + ciborium-io-0.2.1 \ + ciborium-ll-0.2.1 \ + clap-3.2.25 \ + clap-4.3.0 \ + clap_builder-4.3.0 \ + clap_complete-4.3.0 \ + clap_derive-4.3.0 \ clap_lex-0.2.4 \ - clap_lex-0.3.3 \ - codespan-reporting-0.11.1 \ + clap_lex-0.5.0 \ + colorchoice-1.0.0 \ const-cstr-0.3.0 \ const_fn-0.4.9 \ convert_case-0.4.0 \ - core-foundation-sys-0.8.3 \ + core-foundation-sys-0.8.4 \ crc32fast-1.3.2 \ criterion-0.4.0 \ criterion-plot-0.5.0 \ - crossbeam-channel-0.5.7 \ + crossbeam-channel-0.5.8 \ crossbeam-deque-0.8.3 \ crossbeam-epoch-0.9.14 \ crossbeam-utils-0.8.15 \ cssparser-0.29.6 \ cssparser-macros-0.6.0 \ - cxx-1.0.92 \ - cxx-build-1.0.92 \ - cxxbridge-flags-1.0.92 \ - cxxbridge-macro-1.0.92 \ data-url-0.2.0 \ derive_more-0.99.17 \ difflib-0.4.0 \ @@ -67,30 +69,32 @@ CARGO_CRATES= adler-1.0.2 \ encoding-index-singlebyte-1.20141219.5 \ encoding-index-tradchinese-1.20141219.5 \ encoding_index_tests-0.1.4 \ - errno-0.2.8 \ + encoding_rs-0.8.32 \ + errno-0.3.1 \ errno-dragonfly-0.1.2 \ fastrand-1.9.0 \ - flate2-1.0.25 \ + fdeflate-0.3.0 \ + flate2-1.0.26 \ float-cmp-0.9.0 \ fnv-1.0.7 \ form_urlencoded-1.1.0 \ futf-0.1.5 \ - futures-channel-0.3.27 \ - futures-core-0.3.27 \ - futures-executor-0.3.27 \ - futures-io-0.3.27 \ - futures-macro-0.3.27 \ - futures-task-0.3.27 \ - futures-util-0.3.27 \ + futures-channel-0.3.28 \ + futures-core-0.3.28 \ + futures-executor-0.3.28 \ + futures-io-0.3.28 \ + futures-macro-0.3.28 \ + futures-task-0.3.28 \ + futures-util-0.3.28 \ fxhash-0.2.1 \ gdk-pixbuf-0.17.0 \ gdk-pixbuf-sys-0.17.0 \ getrandom-0.1.16 \ - getrandom-0.2.8 \ - gio-0.17.4 \ + getrandom-0.2.9 \ + gio-0.17.9 \ gio-sys-0.17.4 \ - glib-0.17.5 \ - glib-macros-0.17.5 \ + glib-0.17.9 \ + glib-macros-0.17.9 \ glib-sys-0.17.4 \ gobject-sys-0.17.4 \ half-1.8.2 \ @@ -99,36 +103,35 @@ CARGO_CRATES= adler-1.0.2 \ hermit-abi-0.1.19 \ hermit-abi-0.2.6 \ hermit-abi-0.3.1 \ - iana-time-zone-0.1.53 \ - iana-time-zone-haiku-0.1.1 \ + iana-time-zone-0.1.56 \ + iana-time-zone-haiku-0.1.2 \ idna-0.3.0 \ - indexmap-1.9.2 \ + indexmap-1.9.3 \ instant-0.1.12 \ - io-lifetimes-1.0.7 \ - is-terminal-0.4.4 \ + io-lifetimes-1.0.11 \ + is-terminal-0.4.7 \ itertools-0.10.5 \ itoa-1.0.6 \ - js-sys-0.3.61 \ + js-sys-0.3.63 \ language-tags-0.3.2 \ lazy_static-1.4.0 \ - libc-0.2.140 \ + libc-0.2.144 \ libloading-0.7.4 \ - libm-0.2.6 \ - link-cplusplus-1.0.8 \ + libm-0.2.7 \ linked-hash-map-0.5.6 \ - linux-raw-sys-0.1.4 \ + linux-raw-sys-0.3.8 \ locale_config-0.3.0 \ lock_api-0.4.9 \ - log-0.4.17 \ + log-0.4.18 \ lopdf-0.29.0 \ mac-0.1.1 \ malloc_buf-0.0.6 \ markup5ever-0.11.0 \ matches-0.1.10 \ - matrixmultiply-0.3.2 \ + matrixmultiply-0.3.7 \ memchr-2.5.0 \ memoffset-0.8.0 \ - miniz_oxide-0.6.2 \ + miniz_oxide-0.7.1 \ nalgebra-0.32.2 \ nalgebra-macros-0.2.0 \ new_debug_unreachable-1.0.4 \ @@ -142,9 +145,9 @@ CARGO_CRATES= adler-1.0.2 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc_id-0.1.1 \ - once_cell-1.17.1 \ + once_cell-1.17.2 \ oorandom-11.1.3 \ - os_str_bytes-6.4.1 \ + os_str_bytes-6.5.0 \ pango-0.17.4 \ pango-sys-0.17.0 \ pangocairo-0.17.0 \ @@ -164,27 +167,26 @@ CARGO_CRATES= adler-1.0.2 \ phf_shared-0.10.0 \ pin-project-lite-0.2.9 \ pin-utils-0.1.0 \ - pkg-config-0.3.26 \ + pkg-config-0.3.27 \ plotters-0.3.4 \ plotters-backend-0.3.4 \ plotters-svg-0.3.3 \ - png-0.17.7 \ + png-0.17.8 \ pom-3.2.0 \ ppv-lite86-0.2.17 \ precomputed-hash-0.1.1 \ predicates-2.1.5 \ - predicates-3.0.1 \ + predicates-3.0.3 \ predicates-core-1.0.6 \ predicates-tree-1.0.9 \ proc-macro-crate-1.3.1 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.20+deprecated \ - proc-macro2-1.0.52 \ - proptest-1.1.0 \ + proc-macro2-1.0.59 \ + proptest-1.2.0 \ quick-error-1.2.3 \ - quick-error-2.0.1 \ - quote-1.0.26 \ + quote-1.0.28 \ rand-0.7.3 \ rand-0.8.5 \ rand_chacha-0.2.2 \ @@ -199,30 +201,33 @@ CARGO_CRATES= adler-1.0.2 \ rayon-core-1.11.0 \ rctree-0.5.0 \ redox_syscall-0.2.16 \ - regex-1.7.1 \ + redox_syscall-0.3.5 \ + regex-1.8.3 \ regex-automata-0.1.10 \ - regex-syntax-0.6.28 \ + regex-syntax-0.6.29 \ + regex-syntax-0.7.2 \ rgb-0.8.36 \ rustc_version-0.2.3 \ rustc_version-0.4.0 \ - rustix-0.36.9 \ + rustix-0.37.19 \ rusty-fork-0.3.0 \ ryu-1.0.13 \ safe_arch-0.6.0 \ same-file-1.0.6 \ scopeguard-1.1.0 \ - scratch-1.0.5 \ selectors-0.24.0 \ semver-0.9.0 \ semver-1.0.17 \ semver-parser-0.7.0 \ - serde-1.0.156 \ - serde_derive-1.0.156 \ - serde_json-1.0.94 \ + serde-1.0.163 \ + serde_derive-1.0.163 \ + serde_json-1.0.96 \ + serde_spanned-0.6.2 \ servo_arc-0.2.0 \ sha1-0.6.1 \ sha1_smol-1.0.0 \ - simba-0.8.0 \ + simba-0.8.1 \ + simd-adler32-0.3.5 \ siphasher-0.3.10 \ slab-0.4.8 \ smallvec-1.10.0 \ @@ -236,59 +241,69 @@ CARGO_CRATES= adler-1.0.2 \ string_cache_codegen-0.5.2 \ strsim-0.10.0 \ syn-1.0.109 \ - system-deps-6.0.3 \ - tempfile-3.4.0 \ + syn-2.0.18 \ + system-deps-6.1.0 \ + target-lexicon-0.12.7 \ + tempfile-3.5.0 \ tendril-0.4.3 \ - termcolor-1.2.0 \ termtree-0.4.1 \ textwrap-0.16.0 \ - thiserror-1.0.39 \ - thiserror-impl-1.0.39 \ + thiserror-1.0.40 \ + thiserror-impl-1.0.40 \ time-0.2.27 \ time-macros-0.1.1 \ time-macros-impl-0.1.2 \ tinytemplate-1.2.1 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ - toml-0.5.11 \ - toml_datetime-0.6.1 \ - toml_edit-0.19.7 \ + toml-0.7.4 \ + toml_datetime-0.6.2 \ + toml_edit-0.19.10 \ typenum-1.16.0 \ unarray-0.1.4 \ - unicode-bidi-0.3.11 \ - unicode-ident-1.0.8 \ + unicode-bidi-0.3.13 \ + unicode-ident-1.0.9 \ unicode-normalization-0.1.22 \ - unicode-width-0.1.10 \ url-2.3.1 \ utf-8-0.7.6 \ + utf8parse-0.2.1 \ version-compare-0.1.1 \ version_check-0.9.4 \ wait-timeout-0.2.0 \ walkdir-2.3.3 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.84 \ - wasm-bindgen-backend-0.2.84 \ - wasm-bindgen-macro-0.2.84 \ - wasm-bindgen-macro-support-0.2.84 \ - wasm-bindgen-shared-0.2.84 \ - web-sys-0.3.61 \ + wasm-bindgen-0.2.86 \ + wasm-bindgen-backend-0.2.86 \ + wasm-bindgen-macro-0.2.86 \ + wasm-bindgen-macro-support-0.2.86 \ + wasm-bindgen-shared-0.2.86 \ + web-sys-0.3.63 \ weezl-0.1.7 \ - wide-0.7.8 \ + wide-0.7.9 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-sys-0.42.0 \ + windows-0.48.0 \ windows-sys-0.45.0 \ + windows-sys-0.48.0 \ windows-targets-0.42.2 \ + windows-targets-0.48.0 \ windows_aarch64_gnullvm-0.42.2 \ + windows_aarch64_gnullvm-0.48.0 \ windows_aarch64_msvc-0.42.2 \ + windows_aarch64_msvc-0.48.0 \ windows_i686_gnu-0.42.2 \ + windows_i686_gnu-0.48.0 \ windows_i686_msvc-0.42.2 \ + windows_i686_msvc-0.48.0 \ windows_x86_64_gnu-0.42.2 \ + windows_x86_64_gnu-0.48.0 \ windows_x86_64_gnullvm-0.42.2 \ + windows_x86_64_gnullvm-0.48.0 \ windows_x86_64_msvc-0.42.2 \ - winnow-0.3.6 \ + windows_x86_64_msvc-0.48.0 \ + winnow-0.4.6 \ xml5ever-0.17.0 \ yeslogic-fontconfig-sys-4.0.1 diff --git a/graphics/librsvg2-rust/distinfo b/graphics/librsvg2-rust/distinfo index b42cf70ddd29..8da1f5d1e1b3 100644 --- a/graphics/librsvg2-rust/distinfo +++ b/graphics/librsvg2-rust/distinfo @@ -1,22 +1,32 @@ -TIMESTAMP = 1679084042 -SHA256 (librsvg-2.56.0.tar.xz) = 194b5097d9cd107495f49c291cf0da65ec2b4bb55e5628369751a3f44ba222b3 -SIZE (librsvg-2.56.0.tar.xz) = 5640776 +TIMESTAMP = 1683858528 +SHA256 (librsvg-2.56.1.tar.xz) = 1685aeacae9a441dcb12c0c3ec63706172a2f52705dafbefb8e7311d4d5e430b +SIZE (librsvg-2.56.1.tar.xz) = 5654476 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 -SHA256 (rust/crates/aho-corasick-0.7.20.crate) = cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac -SIZE (rust/crates/aho-corasick-0.7.20.crate) = 111440 +SHA256 (rust/crates/aho-corasick-1.0.1.crate) = 67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04 +SIZE (rust/crates/aho-corasick-1.0.1.crate) = 167320 +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/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 SIZE (rust/crates/anes-0.1.6.crate) = 23857 -SHA256 (rust/crates/anstyle-0.3.4.crate) = 1ba0b55c2201aa802adb684e7963ce2c3191675629e7df899774331e3ac747cf -SIZE (rust/crates/anstyle-0.3.4.crate) = 14285 -SHA256 (rust/crates/anyhow-1.0.69.crate) = 224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800 -SIZE (rust/crates/anyhow-1.0.69.crate) = 43576 +SHA256 (rust/crates/anstream-0.3.2.crate) = 0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163 +SIZE (rust/crates/anstream-0.3.2.crate) = 19504 +SHA256 (rust/crates/anstyle-1.0.0.crate) = 41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d +SIZE (rust/crates/anstyle-1.0.0.crate) = 13972 +SHA256 (rust/crates/anstyle-parse-0.2.0.crate) = e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee +SIZE (rust/crates/anstyle-parse-0.2.0.crate) = 24361 +SHA256 (rust/crates/anstyle-query-1.0.0.crate) = 5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b +SIZE (rust/crates/anstyle-query-1.0.0.crate) = 8620 +SHA256 (rust/crates/anstyle-wincon-1.0.1.crate) = 180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188 +SIZE (rust/crates/anstyle-wincon-1.0.1.crate) = 11718 +SHA256 (rust/crates/anyhow-1.0.71.crate) = 9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8 +SIZE (rust/crates/anyhow-1.0.71.crate) = 43808 SHA256 (rust/crates/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6 SIZE (rust/crates/approx-0.5.1.crate) = 15100 -SHA256 (rust/crates/assert_cmd-2.0.10.crate) = ec0b2340f55d9661d76793b2bfc2eb0e62689bd79d067a95707ea762afd5e9dd -SIZE (rust/crates/assert_cmd-2.0.10.crate) = 24717 +SHA256 (rust/crates/assert_cmd-2.0.11.crate) = 86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151 +SIZE (rust/crates/assert_cmd-2.0.11.crate) = 25346 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 @@ -31,10 +41,10 @@ SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c9 SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 SHA256 (rust/crates/block-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a SIZE (rust/crates/block-0.1.6.crate) = 4077 -SHA256 (rust/crates/bstr-1.3.0.crate) = 5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1 -SIZE (rust/crates/bstr-1.3.0.crate) = 340998 -SHA256 (rust/crates/bumpalo-3.12.0.crate) = 0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535 -SIZE (rust/crates/bumpalo-3.12.0.crate) = 81604 +SHA256 (rust/crates/bstr-1.5.0.crate) = a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5 +SIZE (rust/crates/bstr-1.5.0.crate) = 346060 +SHA256 (rust/crates/bumpalo-3.13.0.crate) = a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1 +SIZE (rust/crates/bumpalo-3.13.0.crate) = 82114 SHA256 (rust/crates/bytemuck-1.13.1.crate) = 17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea SIZE (rust/crates/bytemuck-1.13.1.crate) = 42309 SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 @@ -47,48 +57,50 @@ SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2 SIZE (rust/crates/cast-0.3.0.crate) = 11452 SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f SIZE (rust/crates/cc-1.0.79.crate) = 62624 -SHA256 (rust/crates/cfg-expr-0.11.0.crate) = b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa -SIZE (rust/crates/cfg-expr-0.11.0.crate) = 39821 +SHA256 (rust/crates/cfg-expr-0.15.1.crate) = c8790cf1286da485c72cf5fc7aeba308438800036ec67d89425924c4807268c9 +SIZE (rust/crates/cfg-expr-0.15.1.crate) = 40860 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/chrono-0.4.24.crate) = 4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b -SIZE (rust/crates/chrono-0.4.24.crate) = 191330 -SHA256 (rust/crates/ciborium-0.2.0.crate) = b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f -SIZE (rust/crates/ciborium-0.2.0.crate) = 30130 -SHA256 (rust/crates/ciborium-io-0.2.0.crate) = 346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369 -SIZE (rust/crates/ciborium-io-0.2.0.crate) = 2738 -SHA256 (rust/crates/ciborium-ll-0.2.0.crate) = 213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b -SIZE (rust/crates/ciborium-ll-0.2.0.crate) = 10740 -SHA256 (rust/crates/clap-3.2.23.crate) = 71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5 -SIZE (rust/crates/clap-3.2.23.crate) = 219435 -SHA256 (rust/crates/clap-4.1.9.crate) = 9a9d6ada83c1edcce028902ea27dd929069c70df4c7600b131b4d9a1ad2879cc -SIZE (rust/crates/clap-4.1.9.crate) = 207749 -SHA256 (rust/crates/clap_complete-4.1.5.crate) = 37686beaba5ac9f3ab01ee3172f792fc6ffdd685bfb9e63cfef02c0571a4e8e1 -SIZE (rust/crates/clap_complete-4.1.5.crate) = 33582 -SHA256 (rust/crates/clap_derive-4.1.9.crate) = fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644 -SIZE (rust/crates/clap_derive-4.1.9.crate) = 27888 +SHA256 (rust/crates/chrono-0.4.25.crate) = fdbc37d37da9e5bce8173f3a41b71d9bf3c674deebbaceacd0ebdabde76efb03 +SIZE (rust/crates/chrono-0.4.25.crate) = 199868 +SHA256 (rust/crates/ciborium-0.2.1.crate) = effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926 +SIZE (rust/crates/ciborium-0.2.1.crate) = 34974 +SHA256 (rust/crates/ciborium-io-0.2.1.crate) = cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656 +SIZE (rust/crates/ciborium-io-0.2.1.crate) = 6679 +SHA256 (rust/crates/ciborium-ll-0.2.1.crate) = defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b +SIZE (rust/crates/ciborium-ll-0.2.1.crate) = 14649 +SHA256 (rust/crates/clap-3.2.25.crate) = 4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123 +SIZE (rust/crates/clap-3.2.25.crate) = 219403 +SHA256 (rust/crates/clap-4.3.0.crate) = 93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc +SIZE (rust/crates/clap-4.3.0.crate) = 54034 +SHA256 (rust/crates/clap_builder-4.3.0.crate) = 4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990 +SIZE (rust/crates/clap_builder-4.3.0.crate) = 162227 +SHA256 (rust/crates/clap_complete-4.3.0.crate) = a04ddfaacc3bc9e6ea67d024575fafc2a813027cf374b8f24f7bc233c6b6be12 +SIZE (rust/crates/clap_complete-4.3.0.crate) = 34107 +SHA256 (rust/crates/clap_derive-4.3.0.crate) = 191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b +SIZE (rust/crates/clap_derive-4.3.0.crate) = 28954 SHA256 (rust/crates/clap_lex-0.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5 SIZE (rust/crates/clap_lex-0.2.4.crate) = 9652 -SHA256 (rust/crates/clap_lex-0.3.3.crate) = 033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646 -SIZE (rust/crates/clap_lex-0.3.3.crate) = 9648 -SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e -SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 +SHA256 (rust/crates/clap_lex-0.5.0.crate) = 2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b +SIZE (rust/crates/clap_lex-0.5.0.crate) = 11792 +SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 +SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 SHA256 (rust/crates/const-cstr-0.3.0.crate) = ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6 SIZE (rust/crates/const-cstr-0.3.0.crate) = 7497 SHA256 (rust/crates/const_fn-0.4.9.crate) = fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935 SIZE (rust/crates/const_fn-0.4.9.crate) = 12624 SHA256 (rust/crates/convert_case-0.4.0.crate) = 6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e SIZE (rust/crates/convert_case-0.4.0.crate) = 8098 -SHA256 (rust/crates/core-foundation-sys-0.8.3.crate) = 5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc -SIZE (rust/crates/core-foundation-sys-0.8.3.crate) = 17519 +SHA256 (rust/crates/core-foundation-sys-0.8.4.crate) = e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa +SIZE (rust/crates/core-foundation-sys-0.8.4.crate) = 17725 SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661 SHA256 (rust/crates/criterion-0.4.0.crate) = e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb SIZE (rust/crates/criterion-0.4.0.crate) = 108978 SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1 SIZE (rust/crates/criterion-plot-0.5.0.crate) = 22706 -SHA256 (rust/crates/crossbeam-channel-0.5.7.crate) = cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c -SIZE (rust/crates/crossbeam-channel-0.5.7.crate) = 90257 +SHA256 (rust/crates/crossbeam-channel-0.5.8.crate) = a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200 +SIZE (rust/crates/crossbeam-channel-0.5.8.crate) = 90455 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 @@ -99,14 +111,6 @@ SHA256 (rust/crates/cssparser-0.29.6.crate) = f93d03419cb5950ccfd3daf3ff1c7a36ac SIZE (rust/crates/cssparser-0.29.6.crate) = 56704 SHA256 (rust/crates/cssparser-macros-0.6.0.crate) = dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e SIZE (rust/crates/cssparser-macros-0.6.0.crate) = 6684 -SHA256 (rust/crates/cxx-1.0.92.crate) = 9a140f260e6f3f79013b8bfc65e7ce630c9ab4388c6a89c71e07226f49487b72 -SIZE (rust/crates/cxx-1.0.92.crate) = 195895 -SHA256 (rust/crates/cxx-build-1.0.92.crate) = da6383f459341ea689374bf0a42979739dc421874f112ff26f829b8040b8e613 -SIZE (rust/crates/cxx-build-1.0.92.crate) = 84461 -SHA256 (rust/crates/cxxbridge-flags-1.0.92.crate) = 90201c1a650e95ccff1c8c0bb5a343213bdd317c6e600a93075bca2eff54ec97 -SIZE (rust/crates/cxxbridge-flags-1.0.92.crate) = 5254 -SHA256 (rust/crates/cxxbridge-macro-1.0.92.crate) = 0b75aed41bb2e6367cae39e6326ef817a851db13c13e4f3263714ca3cfb8de56 -SIZE (rust/crates/cxxbridge-macro-1.0.92.crate) = 59533 SHA256 (rust/crates/data-url-0.2.0.crate) = 8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5 SIZE (rust/crates/data-url-0.2.0.crate) = 20553 SHA256 (rust/crates/derive_more-0.99.17.crate) = 4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321 @@ -139,14 +143,18 @@ SHA256 (rust/crates/encoding-index-tradchinese-1.20141219.5.crate) = fd0e20d5688 SIZE (rust/crates/encoding-index-tradchinese-1.20141219.5.crate) = 120862 SHA256 (rust/crates/encoding_index_tests-0.1.4.crate) = a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569 SIZE (rust/crates/encoding_index_tests-0.1.4.crate) = 1631 -SHA256 (rust/crates/errno-0.2.8.crate) = f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1 -SIZE (rust/crates/errno-0.2.8.crate) = 9276 +SHA256 (rust/crates/encoding_rs-0.8.32.crate) = 071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394 +SIZE (rust/crates/encoding_rs-0.8.32.crate) = 1370046 +SHA256 (rust/crates/errno-0.3.1.crate) = 4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a +SIZE (rust/crates/errno-0.3.1.crate) = 10348 SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 -SHA256 (rust/crates/flate2-1.0.25.crate) = a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841 -SIZE (rust/crates/flate2-1.0.25.crate) = 70210 +SHA256 (rust/crates/fdeflate-0.3.0.crate) = d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10 +SIZE (rust/crates/fdeflate-0.3.0.crate) = 21790 +SHA256 (rust/crates/flate2-1.0.26.crate) = 3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743 +SIZE (rust/crates/flate2-1.0.26.crate) = 70832 SHA256 (rust/crates/float-cmp-0.9.0.crate) = 98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4 SIZE (rust/crates/float-cmp-0.9.0.crate) = 10102 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 @@ -155,20 +163,20 @@ SHA256 (rust/crates/form_urlencoded-1.1.0.crate) = a9c384f161156f5260c24a097c561 SIZE (rust/crates/form_urlencoded-1.1.0.crate) = 8734 SHA256 (rust/crates/futf-0.1.5.crate) = df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843 SIZE (rust/crates/futf-0.1.5.crate) = 11344 -SHA256 (rust/crates/futures-channel-0.3.27.crate) = 164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac -SIZE (rust/crates/futures-channel-0.3.27.crate) = 32278 -SHA256 (rust/crates/futures-core-0.3.27.crate) = 86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd -SIZE (rust/crates/futures-core-0.3.27.crate) = 14709 -SHA256 (rust/crates/futures-executor-0.3.27.crate) = 1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83 -SIZE (rust/crates/futures-executor-0.3.27.crate) = 17745 -SHA256 (rust/crates/futures-io-0.3.27.crate) = 89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91 -SIZE (rust/crates/futures-io-0.3.27.crate) = 8912 -SHA256 (rust/crates/futures-macro-0.3.27.crate) = 3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6 -SIZE (rust/crates/futures-macro-0.3.27.crate) = 11255 -SHA256 (rust/crates/futures-task-0.3.27.crate) = fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879 -SIZE (rust/crates/futures-task-0.3.27.crate) = 11854 -SHA256 (rust/crates/futures-util-0.3.27.crate) = 3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab -SIZE (rust/crates/futures-util-0.3.27.crate) = 158556 +SHA256 (rust/crates/futures-channel-0.3.28.crate) = 955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2 +SIZE (rust/crates/futures-channel-0.3.28.crate) = 32281 +SHA256 (rust/crates/futures-core-0.3.28.crate) = 4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c +SIZE (rust/crates/futures-core-0.3.28.crate) = 14780 +SHA256 (rust/crates/futures-executor-0.3.28.crate) = ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0 +SIZE (rust/crates/futures-executor-0.3.28.crate) = 17743 +SHA256 (rust/crates/futures-io-0.3.28.crate) = 4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964 +SIZE (rust/crates/futures-io-0.3.28.crate) = 8910 +SHA256 (rust/crates/futures-macro-0.3.28.crate) = 89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72 +SIZE (rust/crates/futures-macro-0.3.28.crate) = 11272 +SHA256 (rust/crates/futures-task-0.3.28.crate) = 76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65 +SIZE (rust/crates/futures-task-0.3.28.crate) = 11848 +SHA256 (rust/crates/futures-util-0.3.28.crate) = 26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533 +SIZE (rust/crates/futures-util-0.3.28.crate) = 158510 SHA256 (rust/crates/fxhash-0.2.1.crate) = c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c SIZE (rust/crates/fxhash-0.2.1.crate) = 4102 SHA256 (rust/crates/gdk-pixbuf-0.17.0.crate) = b023fbe0c6b407bd3d9805d107d9800da3829dc5a676653210f1d5f16d7f59bf @@ -177,16 +185,16 @@ SHA256 (rust/crates/gdk-pixbuf-sys-0.17.0.crate) = 7b41bd2b44ed49d99277d3925652a SIZE (rust/crates/gdk-pixbuf-sys-0.17.0.crate) = 9687 SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce SIZE (rust/crates/getrandom-0.1.16.crate) = 25077 -SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31 -SIZE (rust/crates/getrandom-0.2.8.crate) = 30553 -SHA256 (rust/crates/gio-0.17.4.crate) = 2261a3b4e922ec676d1c27ac466218c38cf5dcb49a759129e54bb5046e442125 -SIZE (rust/crates/gio-0.17.4.crate) = 211574 +SHA256 (rust/crates/getrandom-0.2.9.crate) = c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4 +SIZE (rust/crates/getrandom-0.2.9.crate) = 34457 +SHA256 (rust/crates/gio-0.17.9.crate) = d14522e56c6bcb6f7a3aebc25cbcfb06776af4c0c25232b601b4383252d7cb92 +SIZE (rust/crates/gio-0.17.9.crate) = 211582 SHA256 (rust/crates/gio-sys-0.17.4.crate) = 6b1d43b0d7968b48455244ecafe41192871257f5740aa6b095eb19db78e362a5 SIZE (rust/crates/gio-sys-0.17.4.crate) = 81307 -SHA256 (rust/crates/glib-0.17.5.crate) = cfb53061756195d76969292c2d2e329e01259276524a9bae6c9b73af62854773 -SIZE (rust/crates/glib-0.17.5.crate) = 258495 -SHA256 (rust/crates/glib-macros-0.17.5.crate) = 454924cafe58d9174dc32972261fe271d6cd3c10f5e9ff505522a28dcf601a40 -SIZE (rust/crates/glib-macros-0.17.5.crate) = 46203 +SHA256 (rust/crates/glib-0.17.9.crate) = a7f1de7cbde31ea4f0a919453a2dcece5d54d5b70e08f8ad254dc4840f5f09b6 +SIZE (rust/crates/glib-0.17.9.crate) = 258857 +SHA256 (rust/crates/glib-macros-0.17.9.crate) = 0a7206c5c03851ef126ea1444990e81fdd6765fb799d5bc694e4897ca01bb97f +SIZE (rust/crates/glib-macros-0.17.9.crate) = 47720 SHA256 (rust/crates/glib-sys-0.17.4.crate) = 49f00ad0a1bf548e61adfff15d83430941d9e1bb620e334f779edd1c745680a5 SIZE (rust/crates/glib-sys-0.17.4.crate) = 60120 SHA256 (rust/crates/gobject-sys-0.17.4.crate) = 15e75b0000a64632b2d8ca3cf856af9308e3a970844f6e9659bd197f026793d0 @@ -203,48 +211,46 @@ SHA256 (rust/crates/hermit-abi-0.2.6.crate) = ee512640fe35acbfb4bb779db6f0d80704 SIZE (rust/crates/hermit-abi-0.2.6.crate) = 13027 SHA256 (rust/crates/hermit-abi-0.3.1.crate) = fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286 SIZE (rust/crates/hermit-abi-0.3.1.crate) = 13793 -SHA256 (rust/crates/iana-time-zone-0.1.53.crate) = 64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765 -SIZE (rust/crates/iana-time-zone-0.1.53.crate) = 20176 -SHA256 (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca -SIZE (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 7200 +SHA256 (rust/crates/iana-time-zone-0.1.56.crate) = 0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c +SIZE (rust/crates/iana-time-zone-0.1.56.crate) = 19517 +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/idna-0.3.0.crate) = e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6 SIZE (rust/crates/idna-0.3.0.crate) = 271128 -SHA256 (rust/crates/indexmap-1.9.2.crate) = 1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399 -SIZE (rust/crates/indexmap-1.9.2.crate) = 54627 +SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 +SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c SIZE (rust/crates/instant-0.1.12.crate) = 6128 -SHA256 (rust/crates/io-lifetimes-1.0.7.crate) = 76e86b86ae312accbf05ade23ce76b625e0e47a255712b7414037385a1c05380 -SIZE (rust/crates/io-lifetimes-1.0.7.crate) = 36299 -SHA256 (rust/crates/is-terminal-0.4.4.crate) = 21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857 -SIZE (rust/crates/is-terminal-0.4.4.crate) = 7744 +SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 +SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346 +SHA256 (rust/crates/is-terminal-0.4.7.crate) = adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f +SIZE (rust/crates/is-terminal-0.4.7.crate) = 8356 SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 SIZE (rust/crates/itertools-0.10.5.crate) = 115354 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.61.crate) = 445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730 -SIZE (rust/crates/js-sys-0.3.61.crate) = 80158 +SHA256 (rust/crates/js-sys-0.3.63.crate) = 2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790 +SIZE (rust/crates/js-sys-0.3.63.crate) = 80154 SHA256 (rust/crates/language-tags-0.3.2.crate) = d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388 SIZE (rust/crates/language-tags-0.3.2.crate) = 53420 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.140.crate) = 99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c -SIZE (rust/crates/libc-0.2.140.crate) = 669153 +SHA256 (rust/crates/libc-0.2.144.crate) = 2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1 +SIZE (rust/crates/libc-0.2.144.crate) = 682092 SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f SIZE (rust/crates/libloading-0.7.4.crate) = 27580 -SHA256 (rust/crates/libm-0.2.6.crate) = 348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb -SIZE (rust/crates/libm-0.2.6.crate) = 113690 -SHA256 (rust/crates/link-cplusplus-1.0.8.crate) = ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5 -SIZE (rust/crates/link-cplusplus-1.0.8.crate) = 7674 +SHA256 (rust/crates/libm-0.2.7.crate) = f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4 +SIZE (rust/crates/libm-0.2.7.crate) = 115688 SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 -SHA256 (rust/crates/linux-raw-sys-0.1.4.crate) = f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4 -SIZE (rust/crates/linux-raw-sys-0.1.4.crate) = 878981 +SHA256 (rust/crates/linux-raw-sys-0.3.8.crate) = ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519 +SIZE (rust/crates/linux-raw-sys-0.3.8.crate) = 1013776 SHA256 (rust/crates/locale_config-0.3.0.crate) = 08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934 SIZE (rust/crates/locale_config-0.3.0.crate) = 20808 SHA256 (rust/crates/lock_api-0.4.9.crate) = 435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df SIZE (rust/crates/lock_api-0.4.9.crate) = 25685 -SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e -SIZE (rust/crates/log-0.4.17.crate) = 38028 +SHA256 (rust/crates/log-0.4.18.crate) = 518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de +SIZE (rust/crates/log-0.4.18.crate) = 38339 SHA256 (rust/crates/lopdf-0.29.0.crate) = de0f69c40d6dbc68ebac4bf5aec3d9978e094e22e29fcabd045acd9cec74a9dc SIZE (rust/crates/lopdf-0.29.0.crate) = 6969237 SHA256 (rust/crates/mac-0.1.1.crate) = c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4 @@ -255,14 +261,14 @@ SHA256 (rust/crates/markup5ever-0.11.0.crate) = 7a2629bb1404f3d34c2e921f21fd34ba SIZE (rust/crates/markup5ever-0.11.0.crate) = 34667 SHA256 (rust/crates/matches-0.1.10.crate) = 2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5 SIZE (rust/crates/matches-0.1.10.crate) = 2592 -SHA256 (rust/crates/matrixmultiply-0.3.2.crate) = add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84 -SIZE (rust/crates/matrixmultiply-0.3.2.crate) = 49247 +SHA256 (rust/crates/matrixmultiply-0.3.7.crate) = 090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77 +SIZE (rust/crates/matrixmultiply-0.3.7.crate) = 57046 SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d SIZE (rust/crates/memchr-2.5.0.crate) = 65812 SHA256 (rust/crates/memoffset-0.8.0.crate) = d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1 SIZE (rust/crates/memoffset-0.8.0.crate) = 8912 -SHA256 (rust/crates/miniz_oxide-0.6.2.crate) = b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa -SIZE (rust/crates/miniz_oxide-0.6.2.crate) = 54536 +SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 +SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194 SHA256 (rust/crates/nalgebra-0.32.2.crate) = d68d47bba83f9e2006d117a9a33af1524e655516b8919caac694427a6fb1e511 SIZE (rust/crates/nalgebra-0.32.2.crate) = 370862 SHA256 (rust/crates/nalgebra-macros-0.2.0.crate) = d232c68884c0c99810a5a4d333ef7e47689cfd0edc85efc9e54e1e6bf5212766 @@ -289,12 +295,12 @@ SHA256 (rust/crates/objc-foundation-0.1.1.crate) = 1add1b659e36c9607c7aab864a76c SIZE (rust/crates/objc-foundation-0.1.1.crate) = 9063 SHA256 (rust/crates/objc_id-0.1.1.crate) = c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b SIZE (rust/crates/objc_id-0.1.1.crate) = 3258 -SHA256 (rust/crates/once_cell-1.17.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3 -SIZE (rust/crates/once_cell-1.17.1.crate) = 32856 +SHA256 (rust/crates/once_cell-1.17.2.crate) = 9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b +SIZE (rust/crates/once_cell-1.17.2.crate) = 33335 SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 -SHA256 (rust/crates/os_str_bytes-6.4.1.crate) = 9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee -SIZE (rust/crates/os_str_bytes-6.4.1.crate) = 23101 +SHA256 (rust/crates/os_str_bytes-6.5.0.crate) = ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267 +SIZE (rust/crates/os_str_bytes-6.5.0.crate) = 23166 SHA256 (rust/crates/pango-0.17.4.crate) = 52c280b82a881e4208afb3359a8e7fde27a1b272280981f1f34610bed5770d37 SIZE (rust/crates/pango-0.17.4.crate) = 47702 SHA256 (rust/crates/pango-sys-0.17.0.crate) = 4293d0f0b5525eb5c24734d30b0ed02cd02aa734f216883f376b54de49625de8 @@ -333,16 +339,16 @@ SHA256 (rust/crates/pin-project-lite-0.2.9.crate) = e0a7ae3ac2f1173085d398531c70 SIZE (rust/crates/pin-project-lite-0.2.9.crate) = 27713 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 -SHA256 (rust/crates/pkg-config-0.3.26.crate) = 6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160 -SIZE (rust/crates/pkg-config-0.3.26.crate) = 18662 +SHA256 (rust/crates/pkg-config-0.3.27.crate) = 26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964 +SIZE (rust/crates/pkg-config-0.3.27.crate) = 18838 SHA256 (rust/crates/plotters-0.3.4.crate) = 2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97 SIZE (rust/crates/plotters-0.3.4.crate) = 143219 SHA256 (rust/crates/plotters-backend-0.3.4.crate) = 193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142 SIZE (rust/crates/plotters-backend-0.3.4.crate) = 13416 SHA256 (rust/crates/plotters-svg-0.3.3.crate) = f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f SIZE (rust/crates/plotters-svg-0.3.3.crate) = 6916 -SHA256 (rust/crates/png-0.17.7.crate) = 5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638 -SIZE (rust/crates/png-0.17.7.crate) = 80979 +SHA256 (rust/crates/png-0.17.8.crate) = aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa +SIZE (rust/crates/png-0.17.8.crate) = 88654 SHA256 (rust/crates/pom-3.2.0.crate) = 07e2192780e9f8e282049ff9bffcaa28171e1cb0844f49ed5374e518ae6024ec SIZE (rust/crates/pom-3.2.0.crate) = 169708 SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de @@ -351,8 +357,8 @@ SHA256 (rust/crates/precomputed-hash-0.1.1.crate) = 925383efa346730478fb4838dbe9 SIZE (rust/crates/precomputed-hash-0.1.1.crate) = 1640 SHA256 (rust/crates/predicates-2.1.5.crate) = 59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd SIZE (rust/crates/predicates-2.1.5.crate) = 24165 -SHA256 (rust/crates/predicates-3.0.1.crate) = 1ba7d6ead3e3966038f68caa9fc1f860185d95a793180bbcfe0d0da47b3961ed -SIZE (rust/crates/predicates-3.0.1.crate) = 22744 +SHA256 (rust/crates/predicates-3.0.3.crate) = 09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9 +SIZE (rust/crates/predicates-3.0.3.crate) = 22743 SHA256 (rust/crates/predicates-core-1.0.6.crate) = b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174 SIZE (rust/crates/predicates-core-1.0.6.crate) = 8084 SHA256 (rust/crates/predicates-tree-1.0.9.crate) = 368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf @@ -365,16 +371,14 @@ SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b1 SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 SHA256 (rust/crates/proc-macro-hack-0.5.20+deprecated.crate) = dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068 SIZE (rust/crates/proc-macro-hack-0.5.20+deprecated.crate) = 15045 -SHA256 (rust/crates/proc-macro2-1.0.52.crate) = 1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224 -SIZE (rust/crates/proc-macro2-1.0.52.crate) = 42982 -SHA256 (rust/crates/proptest-1.1.0.crate) = 29f1b898011ce9595050a68e60f90bad083ff2987a695a42357134c8381fba70 -SIZE (rust/crates/proptest-1.1.0.crate) = 194125 +SHA256 (rust/crates/proc-macro2-1.0.59.crate) = 6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b +SIZE (rust/crates/proc-macro2-1.0.59.crate) = 44360 +SHA256 (rust/crates/proptest-1.2.0.crate) = 4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65 +SIZE (rust/crates/proptest-1.2.0.crate) = 194884 SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 -SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 -SIZE (rust/crates/quick-error-2.0.1.crate) = 14265 -SHA256 (rust/crates/quote-1.0.26.crate) = 4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc -SIZE (rust/crates/quote-1.0.26.crate) = 28397 +SHA256 (rust/crates/quote-1.0.28.crate) = 1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488 +SIZE (rust/crates/quote-1.0.28.crate) = 28382 SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.crate) = 112246 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 @@ -403,20 +407,24 @@ SHA256 (rust/crates/rctree-0.5.0.crate) = 3b42e27ef78c35d3998403c1d26f3efd9e135d SIZE (rust/crates/rctree-0.5.0.crate) = 8298 SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 -SHA256 (rust/crates/regex-1.7.1.crate) = 48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733 -SIZE (rust/crates/regex-1.7.1.crate) = 239648 +SHA256 (rust/crates/redox_syscall-0.3.5.crate) = 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29 +SIZE (rust/crates/redox_syscall-0.3.5.crate) = 23404 +SHA256 (rust/crates/regex-1.8.3.crate) = 81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390 +SIZE (rust/crates/regex-1.8.3.crate) = 249112 SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 -SHA256 (rust/crates/regex-syntax-0.6.28.crate) = 456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848 -SIZE (rust/crates/regex-syntax-0.6.28.crate) = 299288 +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.7.2.crate) = 436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78 +SIZE (rust/crates/regex-syntax-0.7.2.crate) = 339778 SHA256 (rust/crates/rgb-0.8.36.crate) = 20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59 SIZE (rust/crates/rgb-0.8.36.crate) = 16576 SHA256 (rust/crates/rustc_version-0.2.3.crate) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a SIZE (rust/crates/rustc_version-0.2.3.crate) = 10210 SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 -SHA256 (rust/crates/rustix-0.36.9.crate) = fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc -SIZE (rust/crates/rustix-0.36.9.crate) = 293797 +SHA256 (rust/crates/rustix-0.37.19.crate) = acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d +SIZE (rust/crates/rustix-0.37.19.crate) = 323809 SHA256 (rust/crates/rusty-fork-0.3.0.crate) = cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f SIZE (rust/crates/rusty-fork-0.3.0.crate) = 19881 SHA256 (rust/crates/ryu-1.0.13.crate) = f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041 @@ -427,8 +435,6 @@ 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.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 -SHA256 (rust/crates/scratch-1.0.5.crate) = 1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1 -SIZE (rust/crates/scratch-1.0.5.crate) = 8013 SHA256 (rust/crates/selectors-0.24.0.crate) = 0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416 SIZE (rust/crates/selectors-0.24.0.crate) = 45204 SHA256 (rust/crates/semver-0.9.0.crate) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 @@ -437,20 +443,24 @@ SHA256 (rust/crates/semver-1.0.17.crate) = bebd363326d05ec3e2f532ab7660680f3b021 SIZE (rust/crates/semver-1.0.17.crate) = 29685 SHA256 (rust/crates/semver-parser-0.7.0.crate) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 SIZE (rust/crates/semver-parser-0.7.0.crate) = 10268 -SHA256 (rust/crates/serde-1.0.156.crate) = 314b5b092c0ade17c00142951e50ced110ec27cea304b1037c6969246c2469a4 -SIZE (rust/crates/serde-1.0.156.crate) = 77019 -SHA256 (rust/crates/serde_derive-1.0.156.crate) = d7e29c4601e36bcec74a223228dce795f4cd3616341a4af93520ca1a837c087d -SIZE (rust/crates/serde_derive-1.0.156.crate) = 55113 -SHA256 (rust/crates/serde_json-1.0.94.crate) = 1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea -SIZE (rust/crates/serde_json-1.0.94.crate) = 144406 +SHA256 (rust/crates/serde-1.0.163.crate) = 2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2 +SIZE (rust/crates/serde-1.0.163.crate) = 77030 +SHA256 (rust/crates/serde_derive-1.0.163.crate) = 8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e +SIZE (rust/crates/serde_derive-1.0.163.crate) = 54447 +SHA256 (rust/crates/serde_json-1.0.96.crate) = 057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1 +SIZE (rust/crates/serde_json-1.0.96.crate) = 144652 +SHA256 (rust/crates/serde_spanned-0.6.2.crate) = 93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d +SIZE (rust/crates/serde_spanned-0.6.2.crate) = 7749 SHA256 (rust/crates/servo_arc-0.2.0.crate) = d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741 SIZE (rust/crates/servo_arc-0.2.0.crate) = 17649 SHA256 (rust/crates/sha1-0.6.1.crate) = c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770 SIZE (rust/crates/sha1-0.6.1.crate) = 2931 SHA256 (rust/crates/sha1_smol-1.0.0.crate) = ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012 SIZE (rust/crates/sha1_smol-1.0.0.crate) = 9782 -SHA256 (rust/crates/simba-0.8.0.crate) = 50582927ed6f77e4ac020c057f37a268fc6aebc29225050365aacbb9deeeddc4 -SIZE (rust/crates/simba-0.8.0.crate) = 52198 +SHA256 (rust/crates/simba-0.8.1.crate) = 061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae +SIZE (rust/crates/simba-0.8.1.crate) = 52545 +SHA256 (rust/crates/simd-adler32-0.3.5.crate) = 238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f +SIZE (rust/crates/simd-adler32-0.3.5.crate) = 12132 SHA256 (rust/crates/siphasher-0.3.10.crate) = 7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de SIZE (rust/crates/siphasher-0.3.10.crate) = 9889 SHA256 (rust/crates/slab-0.4.8.crate) = 6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d @@ -477,22 +487,24 @@ SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f0 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/system-deps-6.0.3.crate) = 2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff -SIZE (rust/crates/system-deps-6.0.3.crate) = 22890 -SHA256 (rust/crates/tempfile-3.4.0.crate) = af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95 -SIZE (rust/crates/tempfile-3.4.0.crate) = 30591 +SHA256 (rust/crates/syn-2.0.18.crate) = 32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e +SIZE (rust/crates/syn-2.0.18.crate) = 240648 +SHA256 (rust/crates/system-deps-6.1.0.crate) = e5fa6fb9ee296c0dc2df41a656ca7948546d061958115ddb0bcaae43ad0d17d2 +SIZE (rust/crates/system-deps-6.1.0.crate) = 23942 +SHA256 (rust/crates/target-lexicon-0.12.7.crate) = fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5 +SIZE (rust/crates/target-lexicon-0.12.7.crate) = 24402 +SHA256 (rust/crates/tempfile-3.5.0.crate) = b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998 +SIZE (rust/crates/tempfile-3.5.0.crate) = 31129 SHA256 (rust/crates/tendril-0.4.3.crate) = d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0 SIZE (rust/crates/tendril-0.4.3.crate) = 37210 -SHA256 (rust/crates/termcolor-1.2.0.crate) = be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6 -SIZE (rust/crates/termcolor-1.2.0.crate) = 17917 SHA256 (rust/crates/termtree-0.4.1.crate) = 3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76 SIZE (rust/crates/termtree-0.4.1.crate) = 4557 SHA256 (rust/crates/textwrap-0.16.0.crate) = 222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d SIZE (rust/crates/textwrap-0.16.0.crate) = 53722 -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.40.crate) = 978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac +SIZE (rust/crates/thiserror-1.0.40.crate) = 18709 +SHA256 (rust/crates/thiserror-impl-1.0.40.crate) = f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f +SIZE (rust/crates/thiserror-impl-1.0.40.crate) = 15138 SHA256 (rust/crates/time-0.2.27.crate) = 4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242 SIZE (rust/crates/time-0.2.27.crate) = 65167 SHA256 (rust/crates/time-macros-0.1.1.crate) = 957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1 @@ -505,28 +517,28 @@ SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a465126 SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 -SIZE (rust/crates/toml-0.5.11.crate) = 54910 -SHA256 (rust/crates/toml_datetime-0.6.1.crate) = 3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622 -SIZE (rust/crates/toml_datetime-0.6.1.crate) = 10765 -SHA256 (rust/crates/toml_edit-0.19.7.crate) = dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274 -SIZE (rust/crates/toml_edit-0.19.7.crate) = 94609 +SHA256 (rust/crates/toml-0.7.4.crate) = d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec +SIZE (rust/crates/toml-0.7.4.crate) = 49003 +SHA256 (rust/crates/toml_datetime-0.6.2.crate) = 5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f +SIZE (rust/crates/toml_datetime-0.6.2.crate) = 10768 +SHA256 (rust/crates/toml_edit-0.19.10.crate) = 2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739 +SIZE (rust/crates/toml_edit-0.19.10.crate) = 95594 SHA256 (rust/crates/typenum-1.16.0.crate) = 497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba SIZE (rust/crates/typenum-1.16.0.crate) = 42477 SHA256 (rust/crates/unarray-0.1.4.crate) = eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94 SIZE (rust/crates/unarray-0.1.4.crate) = 12895 -SHA256 (rust/crates/unicode-bidi-0.3.11.crate) = 524b68aca1d05e03fdf03fcdce2c6c94b6daf6d16861ddaa7e4f2b6638a9052c -SIZE (rust/crates/unicode-bidi-0.3.11.crate) = 43762 -SHA256 (rust/crates/unicode-ident-1.0.8.crate) = e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4 -SIZE (rust/crates/unicode-ident-1.0.8.crate) = 41962 +SHA256 (rust/crates/unicode-bidi-0.3.13.crate) = 92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460 +SIZE (rust/crates/unicode-bidi-0.3.13.crate) = 44477 +SHA256 (rust/crates/unicode-ident-1.0.9.crate) = b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0 +SIZE (rust/crates/unicode-ident-1.0.9.crate) = 41978 SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921 SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604 -SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b -SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968 SHA256 (rust/crates/url-2.3.1.crate) = 0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643 SIZE (rust/crates/url-2.3.1.crate) = 72777 SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 +SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a +SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 SHA256 (rust/crates/version-compare-0.1.1.crate) = 579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29 SIZE (rust/crates/version-compare-0.1.1.crate) = 13224 SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f @@ -539,22 +551,22 @@ SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6a SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 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.84.crate) = 31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b -SIZE (rust/crates/wasm-bindgen-0.2.84.crate) = 172947 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.84.crate) = 95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9 -SIZE (rust/crates/wasm-bindgen-backend-0.2.84.crate) = 26344 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.84.crate) = 4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5 -SIZE (rust/crates/wasm-bindgen-macro-0.2.84.crate) = 12857 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.84.crate) = 2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.84.crate) = 19076 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.84.crate) = 0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d -SIZE (rust/crates/wasm-bindgen-shared-0.2.84.crate) = 7219 -SHA256 (rust/crates/web-sys-0.3.61.crate) = e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97 -SIZE (rust/crates/web-sys-0.3.61.crate) = 706333 +SHA256 (rust/crates/wasm-bindgen-0.2.86.crate) = 5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73 +SIZE (rust/crates/wasm-bindgen-0.2.86.crate) = 174170 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.86.crate) = 19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb +SIZE (rust/crates/wasm-bindgen-backend-0.2.86.crate) = 26792 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.86.crate) = 14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258 +SIZE (rust/crates/wasm-bindgen-macro-0.2.86.crate) = 13888 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.86.crate) = e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.86.crate) = 20027 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.86.crate) = ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93 +SIZE (rust/crates/wasm-bindgen-shared-0.2.86.crate) = 7246 +SHA256 (rust/crates/web-sys-0.3.63.crate) = 3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2 +SIZE (rust/crates/web-sys-0.3.63.crate) = 725192 SHA256 (rust/crates/weezl-0.1.7.crate) = 9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb SIZE (rust/crates/weezl-0.1.7.crate) = 42166 -SHA256 (rust/crates/wide-0.7.8.crate) = b689b6c49d6549434bf944e6b0f39238cf63693cb7a147e9d887507fffa3b223 -SIZE (rust/crates/wide-0.7.8.crate) = 74003 +SHA256 (rust/crates/wide-0.7.9.crate) = 5cd0496a71f3cc6bc4bf0ed91346426a5099e93d89807e663162dc5a1069ff65 +SIZE (rust/crates/wide-0.7.9.crate) = 76065 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 @@ -563,28 +575,46 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9 SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 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-0.48.0.crate) = e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f +SIZE (rust/crates/windows-0.48.0.crate) = 11864177 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 +SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 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.0.crate) = 7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5 +SIZE (rust/crates/windows-targets-0.48.0.crate) = 7466 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.48.0.crate) = 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 366543 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.48.0.crate) = b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3 +SIZE (rust/crates/windows_aarch64_msvc-0.48.0.crate) = 671479 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.48.0.crate) = 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241 +SIZE (rust/crates/windows_i686_gnu-0.48.0.crate) = 741490 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.48.0.crate) = 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00 +SIZE (rust/crates/windows_i686_msvc-0.48.0.crate) = 730056 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.48.0.crate) = ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1 +SIZE (rust/crates/windows_x86_64_gnu-0.48.0.crate) = 703595 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.48.0.crate) = 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953 +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 366536 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/winnow-0.3.6.crate) = 23d020b441f92996c80d94ae9166e8501e59c7bb56121189dc9eab3bd8216966 -SIZE (rust/crates/winnow-0.3.6.crate) = 176641 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a +SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422 +SHA256 (rust/crates/winnow-0.4.6.crate) = 61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699 +SIZE (rust/crates/winnow-0.4.6.crate) = 142565 SHA256 (rust/crates/xml5ever-0.17.0.crate) = 4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650 SIZE (rust/crates/xml5ever-0.17.0.crate) = 41208 SHA256 (rust/crates/yeslogic-fontconfig-sys-4.0.1.crate) = ec657fd32bbcbeaef5c7bc8e10b3db95b143fab8db0a50079773dbf936fd4f73 diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index b4dcb33a8670..896b8667e291 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 23.1-branchpoint-2105 -DISTVERSIONSUFFIX= -g52d212aff2b +DISTVERSION= 23.1-branchpoint-2272 +DISTVERSIONSUFFIX= -g44b960a6453 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 6182180544c9..4bfeeaab3879 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1685403441 -SHA256 (mesa3d-mesa-23.1-branchpoint-2105-g52d212aff2b_GH0.tar.gz) = aaa3dca81a7464088b6594300630d00620cd89987f9c945a8500a6da4e61680f -SIZE (mesa3d-mesa-23.1-branchpoint-2105-g52d212aff2b_GH0.tar.gz) = 29316559 +TIMESTAMP = 1685574065 +SHA256 (mesa3d-mesa-23.1-branchpoint-2272-g44b960a6453_GH0.tar.gz) = 55446bbfdccb2701eb42e1a2c2d81a20c5e6821a9dfc14f1a2045dd9d76a4310 +SIZE (mesa3d-mesa-23.1-branchpoint-2272-g44b960a6453_GH0.tar.gz) = 29344591 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (3043f16d66bf.patch) = 7afdba18fc3041dc6e30bdb1409f5214e451e7e5ceaa3b21991d6b2f793d9c85 diff --git a/graphics/msl/Makefile b/graphics/msl/Makefile index 787f45ba2069..06515554df08 100644 --- a/graphics/msl/Makefile +++ b/graphics/msl/Makefile @@ -1,7 +1,6 @@ PORTNAME= msl DISTVERSIONPREFIX= v -DISTVERSION= 1.7.2 -PORTREVISION= 3 +DISTVERSION= 1.7.3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org @@ -19,15 +18,16 @@ USES= cmake:testing compiler:c++14-lang python:3.6+,build CMAKE_ON= BUILD_SHARED_LIBS MSL_SHARED CMAKE_OFF= SPIRV_TOOLS_BUILD_STATIC CMAKE_OFF= MSL_BUILD_TESTS MSL_BUILD_DOCS +CMAKE_ARGS= -DFREEBSD_PYTHON_VER=${PYTHON_VER} CMAKE_TESTING_ON= MSL_BUILD_TESTS USE_GITHUB= yes GH_ACCOUNT= akb825 GH_PROJECT= ModularShaderLanguage -GH_TUPLE= akb825:glslang:b429a06:akb825_glslang/Compile/glslang \ - KhronosGroup:SPIRV-Cross:eb9b273:KhronosGroup_SPIRV_Cross/Compile/SPIRV-Cross \ - akb825:SPIRV-Tools:289e050:akb825_SPIRV_Tools/Compile/SPIRV-Tools \ - KhronosGroup:SPIRV-Headers:aa331ab:KhronosGroup_SPIRV_Headers/Compile/SPIRV-Tools/external/SPIRV-Headers +GH_TUPLE= akb825:glslang:45234bb:akb825_glslang/Compile/glslang \ + KhronosGroup:SPIRV-Cross:12542fc:KhronosGroup_SPIRV_Cross/Compile/SPIRV-Cross \ + akb825:SPIRV-Tools:0783a8d:akb825_SPIRV_Tools/Compile/SPIRV-Tools \ + KhronosGroup:SPIRV-Headers:aa331ab:KhronosGroup_SPIRV_Headers/Compile/SPIRV-Tools/external/spirv-headers .include diff --git a/graphics/msl/distinfo b/graphics/msl/distinfo index 244beff43ce4..aa8f5dbf699d 100644 --- a/graphics/msl/distinfo +++ b/graphics/msl/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1677740443 -SHA256 (akb825-ModularShaderLanguage-v1.7.2_GH0.tar.gz) = 7a9e14017647c99153202ad4a9ebcc603f8f07bedab4ecdfe3783437cc633973 -SIZE (akb825-ModularShaderLanguage-v1.7.2_GH0.tar.gz) = 257328 -SHA256 (akb825-glslang-b429a06_GH0.tar.gz) = e36b0155fb5c85a9cda68ced78d605644f272e4126661f1a00c06816b5a599f6 -SIZE (akb825-glslang-b429a06_GH0.tar.gz) = 3682573 -SHA256 (KhronosGroup-SPIRV-Cross-eb9b273_GH0.tar.gz) = afb0a2f146bcd145d5dc8353d0bb45e2028d372cef78d4ce7b35f484e14bcae3 -SIZE (KhronosGroup-SPIRV-Cross-eb9b273_GH0.tar.gz) = 1706705 -SHA256 (akb825-SPIRV-Tools-289e050_GH0.tar.gz) = 4133b514391faaec05477c1fbb8c42373f3a5fe533694d53cf750e7e38cc700c -SIZE (akb825-SPIRV-Tools-289e050_GH0.tar.gz) = 3087956 +TIMESTAMP = 1685544713 +SHA256 (akb825-ModularShaderLanguage-v1.7.3_GH0.tar.gz) = c547ea3b335439fcc5bdfd68b950e3dc2e6cde46ab968ca237274d1b32982c95 +SIZE (akb825-ModularShaderLanguage-v1.7.3_GH0.tar.gz) = 260853 +SHA256 (akb825-glslang-45234bb_GH0.tar.gz) = eeebe05d7f6f2987cfa53e2fcf11e1d3ebeeca598d197caf426897be5458c6fb +SIZE (akb825-glslang-45234bb_GH0.tar.gz) = 3706176 +SHA256 (KhronosGroup-SPIRV-Cross-12542fc_GH0.tar.gz) = 16d31d9ff0c46fe89c77ac10277805fe964d7e48efd9dd294332581b548d7b25 +SIZE (KhronosGroup-SPIRV-Cross-12542fc_GH0.tar.gz) = 1740554 +SHA256 (akb825-SPIRV-Tools-0783a8d_GH0.tar.gz) = efc05548fb4fbe3dd1c8449daa247a46b9f88141af41f547cdf9774857168ddb +SIZE (akb825-SPIRV-Tools-0783a8d_GH0.tar.gz) = 3099902 SHA256 (KhronosGroup-SPIRV-Headers-aa331ab_GH0.tar.gz) = 5df789020e7f38f1c950cfd39eb212493cfff01c7e17206c966b05c6b1918b80 SIZE (KhronosGroup-SPIRV-Headers-aa331ab_GH0.tar.gz) = 447531 diff --git a/graphics/msl/files/patch-Compile_SPIRV-Cross_CMakeLists.txt b/graphics/msl/files/patch-Compile_SPIRV-Cross_CMakeLists.txt new file mode 100644 index 000000000000..c7c427fa1236 --- /dev/null +++ b/graphics/msl/files/patch-Compile_SPIRV-Cross_CMakeLists.txt @@ -0,0 +1,11 @@ +--- Compile/SPIRV-Cross/CMakeLists.txt.orig 2023-05-31 14:55:36 UTC ++++ Compile/SPIRV-Cross/CMakeLists.txt +@@ -459,7 +459,7 @@ if (SPIRV_CROSS_CLI) + # - Update the reference files + # - Get cycle counts from malisc + # - Keep failing outputs +- find_package(PythonInterp) ++ find_package(PythonInterp ${FREEBSD_PYTHON_VER} EXACT REQUIRED) + find_program(spirv-cross-glslang NAMES glslangValidator + PATHS ${CMAKE_CURRENT_SOURCE_DIR}/external/glslang-build/output/bin + NO_DEFAULT_PATH) diff --git a/graphics/msl/pkg-plist b/graphics/msl/pkg-plist index a5584a07cc54..5cbbe81861aa 100644 --- a/graphics/msl/pkg-plist +++ b/graphics/msl/pkg-plist @@ -29,6 +29,6 @@ lib/cmake/MSLCompile/MSLCompileConfigVersion.cmake lib/cmake/MSLCompile/MSLCompileTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/MSLCompile/MSLCompileTargets.cmake lib/libmsl_client.so -lib/libmsl_client.so.1.7.2 +lib/libmsl_client.so.1.7.3 lib/libmsl_compile.so -lib/libmsl_compile.so.1.7.2 +lib/libmsl_compile.so.1.7.3 diff --git a/graphics/phototonic/Makefile b/graphics/phototonic/Makefile index c6d1928e6a80..13ca2a2cf327 100644 --- a/graphics/phototonic/Makefile +++ b/graphics/phototonic/Makefile @@ -1,7 +1,7 @@ PORTNAME= phototonic DISTVERSIONPREFIX= v -DISTVERSION= 2.1-132 -DISTVERSIONSUFFIX= -gfce9bfb +DISTVERSION= 2.1-136 +DISTVERSIONSUFFIX= -g12552ec CATEGORIES= graphics MAINTAINER= eduardo@FreeBSD.org diff --git a/graphics/phototonic/distinfo b/graphics/phototonic/distinfo index 04c59a7cbdb8..16a31103c97c 100644 --- a/graphics/phototonic/distinfo +++ b/graphics/phototonic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684045806 -SHA256 (oferkv-phototonic-v2.1-132-gfce9bfb_GH0.tar.gz) = d8e17a3da42006cc9e55ea330f214ef271b3d0f8ffc250e2bb9cc975984c219f -SIZE (oferkv-phototonic-v2.1-132-gfce9bfb_GH0.tar.gz) = 562945 +TIMESTAMP = 1685608852 +SHA256 (oferkv-phototonic-v2.1-136-g12552ec_GH0.tar.gz) = f08efc0db43270498ef864ed7d533d7650a21471b2553538f0cff380a02fa207 +SIZE (oferkv-phototonic-v2.1-136-g12552ec_GH0.tar.gz) = 563032 diff --git a/graphics/py-traitsui/Makefile b/graphics/py-traitsui/Makefile index 7ba49f3fdb67..a90fd2b84195 100644 --- a/graphics/py-traitsui/Makefile +++ b/graphics/py-traitsui/Makefile @@ -1,6 +1,5 @@ PORTNAME= traitsui -DISTVERSION= 7.4.3 -PORTREVISION= 2 +DISTVERSION= 8.0.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,9 +17,8 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/image_LICENSE_Nuvola.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyface>=7.4.1:devel/py-pyface@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyface>=8.0.0:devel/py-pyface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traits>=6.2.0:devel/py-traits@${PY_FLAVOR} -# The requirements are defined in traitsui/__init__.py USES= python USE_PYTHON= autoplist pep517 diff --git a/graphics/py-traitsui/distinfo b/graphics/py-traitsui/distinfo index e9ea7cf690d9..971666c651d1 100644 --- a/graphics/py-traitsui/distinfo +++ b/graphics/py-traitsui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673799477 -SHA256 (traitsui-7.4.3.tar.gz) = db32517e9622a0580c23209e13f8032cea00e61c6774936709ff45e76335d5b9 -SIZE (traitsui-7.4.3.tar.gz) = 6775505 +TIMESTAMP = 1685561274 +SHA256 (traitsui-8.0.0.tar.gz) = 901b9d1cbc45513e00a7397677b098441b28774b688f30a159bad4801bf40364 +SIZE (traitsui-8.0.0.tar.gz) = 6774847 diff --git a/graphics/spirv-tools/Makefile b/graphics/spirv-tools/Makefile index 70776823ac90..1d989fc0bcd7 100644 --- a/graphics/spirv-tools/Makefile +++ b/graphics/spirv-tools/Makefile @@ -1,11 +1,12 @@ PORTNAME= spirv-tools DISTVERSIONPREFIX= v DISTVERSION= 2023.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= d4c0abdcad60.patch:-p1 # https://github.com/KhronosGroup/SPIRV-Tools/pull/5178 +PATCHFILES+= 0ce36ad7856e.patch:-p1 # https://github.com/KhronosGroup/SPIRV-Tools/pull/5178 MAINTAINER= jbeich@FreeBSD.org COMMENT= Tools for processing SPIR-V intermediate shader language modules diff --git a/graphics/spirv-tools/distinfo b/graphics/spirv-tools/distinfo index 6036dc2894ea..28ac98465cef 100644 --- a/graphics/spirv-tools/distinfo +++ b/graphics/spirv-tools/distinfo @@ -5,3 +5,5 @@ SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-245-g1feaf44_GH0.tar.g SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-245-g1feaf44_GH0.tar.gz) = 450276 SHA256 (d4c0abdcad60.patch) = 1c90a90b12005fae60baa736e84c76006f88ee2c572332a8851cb7e62338c624 SIZE (d4c0abdcad60.patch) = 146761 +SHA256 (0ce36ad7856e.patch) = 14b657e86ae5917cb9103956215a39ba70f3894e468aae16fd49e2830923c506 +SIZE (0ce36ad7856e.patch) = 111883 diff --git a/graphics/tippecanoe/Makefile b/graphics/tippecanoe/Makefile new file mode 100644 index 000000000000..b9769100e6e9 --- /dev/null +++ b/graphics/tippecanoe/Makefile @@ -0,0 +1,29 @@ +PORTNAME= tippecanoe +DISTVERSION= 2.6.3 +CATEGORIES= graphics + +MAINTAINER= darcy@dbitech.ca +COMMENT= Builds vector tilesets from large (or small) collections GEO features +WWW= https://github.com/felt/tippecanoe + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +LIB_DEPENDS= libsqlite3.so:databases/sqlite3 + +USES= gmake +USE_GITHUB= yes + +GH_ACCOUNT= felt + +PLIST_FILES= bin/tile-join bin/tippecanoe bin/tippecanoe-decode \ + bin/tippecanoe-enumerate bin/tippecanoe-json-tool \ + man/man1/tippecanoe.1.gz + +do-install: +.for file in tile-join tippecanoe tippecanoe-decode tippecanoe-enumerate tippecanoe-json-tool + ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR$}${PREFIX}/bin +.endfor + ${INSTALL_MAN} ${WRKSRC}/man/tippecanoe.1 ${STAGEDIR}${PREFIX}/man/man1/tippecanoe.1 + +.include diff --git a/graphics/tippecanoe/distinfo b/graphics/tippecanoe/distinfo new file mode 100644 index 000000000000..267f0163d958 --- /dev/null +++ b/graphics/tippecanoe/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1664625361 +SHA256 (felt-tippecanoe-2.6.3_GH0.tar.gz) = 83389045ba5bd1b1e9ec71276331ae394bd9ac70626e78c2a4c73563b79e4300 +SIZE (felt-tippecanoe-2.6.3_GH0.tar.gz) = 17326509 diff --git a/graphics/tippecanoe/files/patch-Makefile b/graphics/tippecanoe/files/patch-Makefile new file mode 100644 index 000000000000..1ffd57cee0f8 --- /dev/null +++ b/graphics/tippecanoe/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2022-09-27 16:15:54 UTC ++++ Makefile +@@ -1,7 +1,7 @@ + PREFIX ?= /usr/local + MANDIR ?= $(PREFIX)/share/man/man1/ + BUILDTYPE ?= Release +-SHELL = /bin/bash ++SHELL = /bin/sh + + # inherit from env if set + CC := $(CC) diff --git a/graphics/tippecanoe/files/patch-main.cpp b/graphics/tippecanoe/files/patch-main.cpp new file mode 100644 index 000000000000..6000fc22a4dc --- /dev/null +++ b/graphics/tippecanoe/files/patch-main.cpp @@ -0,0 +1,11 @@ +--- main.cpp.orig 2022-09-27 16:15:54 UTC ++++ main.cpp +@@ -34,7 +34,7 @@ + #include + #include + +-#ifdef __APPLE__ ++#if defined(__APPLE__) || defined(__FreeBSD__) + #include + #include + #include diff --git a/graphics/tippecanoe/pkg-descr b/graphics/tippecanoe/pkg-descr new file mode 100644 index 000000000000..1af213c8c0aa --- /dev/null +++ b/graphics/tippecanoe/pkg-descr @@ -0,0 +1,21 @@ +Tippecanoe Builds vector tilesets from large (or small) collections of +GeoJSON, FlatGeobuf, or CSV features. + +The goal of Tippecanoe is to enable making a scale-independent view of +your data, so that at any level from the entire world to a single +building, you can see the density and texture of the data rather than a +simplification from dropping supposedly unimportant features or +clustering or aggregating them. + +If you give it all of OpenStreetMap and zoom out, it should give you +back something that looks like "All Streets" rather than something that +looks like an Interstate road atlas. + +If you give it all the building footprints in Los Angeles and zoom out +far enough that most individual buildings are no longer discernable, you +should still be able to see the extent and variety of development in +every neighborhood, not just the largest downtown buildings. + +If you give it a collection of years of tweet locations, you should be +able to see the shape and relative popularity of every point of interest +and every significant travel corridor. diff --git a/graphics/vulkan-extension-layer/Makefile b/graphics/vulkan-extension-layer/Makefile index d63c34df3307..e270070364c2 100644 --- a/graphics/vulkan-extension-layer/Makefile +++ b/graphics/vulkan-extension-layer/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-extension-layer DISTVERSIONPREFIX= v -DISTVERSION= 1.3.250 +DISTVERSION= 1.3.251 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -18,10 +18,4 @@ GH_ACCOUNT= KhronosGroup GH_PROJECT= Vulkan-ExtensionLayer CMAKE_OFF= BUILD_TESTS -post-install: -# https://github.com/KhronosGroup/Vulkan-ExtensionLayer/commit/bd02fcde74f1 - @if [ `${CC} -dM -E - diff --git a/graphics/vulkan-extension-layer/distinfo b/graphics/vulkan-extension-layer/distinfo index e2bbc93ec66b..ab5b7aa509a0 100644 --- a/graphics/vulkan-extension-layer/distinfo +++ b/graphics/vulkan-extension-layer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684516774 -SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.3.250_GH0.tar.gz) = 9c77604b06df1e2f2432cd0c3b3c0df8cf0a3fdfe63c4aac65020a6429929aff -SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.3.250_GH0.tar.gz) = 1152475 +TIMESTAMP = 1685545684 +SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.3.251_GH0.tar.gz) = c4a53bd61ad09c295264d7f09a1581e1d56078acb7db17ea5b9879bc1b5087e4 +SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.3.251_GH0.tar.gz) = 1158951 diff --git a/graphics/vulkan-extension-layer/pkg-plist b/graphics/vulkan-extension-layer/pkg-plist index ced11bb596df..c2cddb900d1c 100644 --- a/graphics/vulkan-extension-layer/pkg-plist +++ b/graphics/vulkan-extension-layer/pkg-plist @@ -1,8 +1,6 @@ -lib/libVkLayer_khronos_memory_decompression.so lib/libVkLayer_khronos_shader_object.so lib/libVkLayer_khronos_synchronization2.so lib/libVkLayer_khronos_timeline_semaphore.so -share/vulkan/explicit_layer.d/VkLayer_khronos_memory_decompression.json share/vulkan/explicit_layer.d/VkLayer_khronos_shader_object.json share/vulkan/explicit_layer.d/VkLayer_khronos_synchronization2.json share/vulkan/explicit_layer.d/VkLayer_khronos_timeline_semaphore.json diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 9e84632ac1ab..70a1a3eefa62 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,7 +1,6 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v -DISTVERSION= 1.3.250 -PORTREVISION= 1 +DISTVERSION= 1.3.251 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-loader/distinfo b/graphics/vulkan-loader/distinfo index b9d2b3be8252..0e4ab258e403 100644 --- a/graphics/vulkan-loader/distinfo +++ b/graphics/vulkan-loader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683226544 -SHA256 (KhronosGroup-Vulkan-Loader-v1.3.250_GH0.tar.gz) = 4e4bf5bb93a43686d36218309804d21be6070d344ccd0c73cf695cb66a1e352b -SIZE (KhronosGroup-Vulkan-Loader-v1.3.250_GH0.tar.gz) = 1663999 +TIMESTAMP = 1685503317 +SHA256 (KhronosGroup-Vulkan-Loader-v1.3.251_GH0.tar.gz) = aa02e9dbe4e31757566f3065b95bcc3c640f8f7f3f0d0c67b2edecf2482fef67 +SIZE (KhronosGroup-Vulkan-Loader-v1.3.251_GH0.tar.gz) = 1688139 diff --git a/graphics/vulkan-loader/pkg-plist b/graphics/vulkan-loader/pkg-plist index 390f1b072a69..8a22507a3212 100644 --- a/graphics/vulkan-loader/pkg-plist +++ b/graphics/vulkan-loader/pkg-plist @@ -1,4 +1,4 @@ lib/libvulkan.so lib/libvulkan.so.1 -lib/libvulkan.so.1.3.250 +lib/libvulkan.so.1.3.251 libdata/pkgconfig/vulkan.pc diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile index 15f99ac0585a..d4a5de65822c 100644 --- a/graphics/vulkan-tools/Makefile +++ b/graphics/vulkan-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-tools DISTVERSIONPREFIX= v -DISTVERSION= 1.3.250 +DISTVERSION= 1.3.251 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-tools/distinfo b/graphics/vulkan-tools/distinfo index 6a759e59d80e..51d114782e04 100644 --- a/graphics/vulkan-tools/distinfo +++ b/graphics/vulkan-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683249506 -SHA256 (KhronosGroup-Vulkan-Tools-v1.3.250_GH0.tar.gz) = a1cd4f7d8d58bec26efb1e5ea73f82dcf36a9662d55401b81a783071b211a35a -SIZE (KhronosGroup-Vulkan-Tools-v1.3.250_GH0.tar.gz) = 783413 +TIMESTAMP = 1685559578 +SHA256 (KhronosGroup-Vulkan-Tools-v1.3.251_GH0.tar.gz) = 03851334d9751464f96b2d3c49cac884b7be5178c04d162a445bb2ca93f56519 +SIZE (KhronosGroup-Vulkan-Tools-v1.3.251_GH0.tar.gz) = 786842 diff --git a/graphics/vulkan-validation-layers/Makefile b/graphics/vulkan-validation-layers/Makefile index 630dbc257e83..2f39b491b2be 100644 --- a/graphics/vulkan-validation-layers/Makefile +++ b/graphics/vulkan-validation-layers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-validation-layers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.250 +DISTVERSION= 1.3.251 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -18,7 +18,7 @@ USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= Vulkan-ValidationLayers -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-265-g7f1d2f4:headers/external/spirv-headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-268-g268a061:headers/external/spirv-headers CMAKE_OFF= BUILD_TESTS CMAKE_ON= BUILD_LAYER_SUPPORT_FILES CMAKE_ARGS= -DSPIRV_HEADERS_INSTALL_DIR:PATH="${WRKSRC_headers}" diff --git a/graphics/vulkan-validation-layers/distinfo b/graphics/vulkan-validation-layers/distinfo index 16ca64712ed2..d95db5a55450 100644 --- a/graphics/vulkan-validation-layers/distinfo +++ b/graphics/vulkan-validation-layers/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1683319248 -SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.3.250_GH0.tar.gz) = 1c3609321c1167f9af5d3687a443885e2cb1e8e5150df16356200e84bef685f3 -SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.3.250_GH0.tar.gz) = 4818918 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-265-g7f1d2f4_GH0.tar.gz) = 7a8a893935d85a3e37dc747292281a71d458d46402aa8ea1d0528abc053bcdd6 -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-265-g7f1d2f4_GH0.tar.gz) = 452739 +TIMESTAMP = 1685552191 +SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.3.251_GH0.tar.gz) = 629608cd549df6ba8ae581667dd0506d9fb67aa1b8c8a210f590c8cb76e34fae +SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.3.251_GH0.tar.gz) = 4832191 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-268-g268a061_GH0.tar.gz) = fef39455ff5ed696c9acdb51cbb89b6de12af54cc72c950819705e85b815f807 +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-268-g268a061_GH0.tar.gz) = 452787 diff --git a/irc/soju/Makefile b/irc/soju/Makefile index e34e793ebe68..13001bfa3163 100644 --- a/irc/soju/Makefile +++ b/irc/soju/Makefile @@ -1,6 +1,6 @@ PORTNAME= soju DISTVERSIONPREFIX= v -DISTVERSION= 0.6.1 +DISTVERSION= 0.6.2 CATEGORIES= irc MAINTAINER= ashish@FreeBSD.org diff --git a/irc/soju/distinfo b/irc/soju/distinfo index 79517fabd118..c2d6406cc61a 100644 --- a/irc/soju/distinfo +++ b/irc/soju/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1684747647 -SHA256 (go/irc_soju/soju-v0.6.1/v0.6.1.mod) = cc7b31aaa68731f05deeeda682dbba98c927279ccd75b3140e75b2977f360fe0 -SIZE (go/irc_soju/soju-v0.6.1/v0.6.1.mod) = 2050 -SHA256 (go/irc_soju/soju-v0.6.1/v0.6.1.zip) = d565834f4983e1ab8a0b0971a4333820dfc21304fa38002336b29117d9513abf -SIZE (go/irc_soju/soju-v0.6.1/v0.6.1.zip) = 190111 -SHA256 (go/irc_soju/soju-v0.6.1/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 -SIZE (go/irc_soju/soju-v0.6.1/golang-sys-v0.6.0_GH0.tar.gz) = 1434234 +TIMESTAMP = 1685662532 +SHA256 (go/irc_soju/soju-v0.6.2/v0.6.2.mod) = cc7b31aaa68731f05deeeda682dbba98c927279ccd75b3140e75b2977f360fe0 +SIZE (go/irc_soju/soju-v0.6.2/v0.6.2.mod) = 2050 +SHA256 (go/irc_soju/soju-v0.6.2/v0.6.2.zip) = 12c7f202e147474af258a3260a6f641f7f94e40e09806f60516d49c97f568462 +SIZE (go/irc_soju/soju-v0.6.2/v0.6.2.zip) = 190205 +SHA256 (go/irc_soju/soju-v0.6.2/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 +SIZE (go/irc_soju/soju-v0.6.2/golang-sys-v0.6.0_GH0.tar.gz) = 1434234 diff --git a/lang/eisl/Makefile b/lang/eisl/Makefile index 203829870598..b2eb64faeb3a 100644 --- a/lang/eisl/Makefile +++ b/lang/eisl/Makefile @@ -1,6 +1,6 @@ PORTNAME= eisl DISTVERSIONPREFIX= v -DISTVERSION= 2.96 +DISTVERSION= 2.98 CATEGORIES= lang devel MAINTAINER= yuri@FreeBSD.org diff --git a/lang/eisl/distinfo b/lang/eisl/distinfo index 9455a2ae4240..8295ccf347da 100644 --- a/lang/eisl/distinfo +++ b/lang/eisl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685289291 -SHA256 (sasagawa888-eisl-v2.96_GH0.tar.gz) = e3466cc6fb15b855ada1b3d5a4886ca5f89f1c95c3835ddd78674f561eddcb68 -SIZE (sasagawa888-eisl-v2.96_GH0.tar.gz) = 2140505 +TIMESTAMP = 1685640803 +SHA256 (sasagawa888-eisl-v2.98_GH0.tar.gz) = 274cb16a9c18f80e26ff504bb9a29e6617ced31716b218599d5a0a5cb19652ab +SIZE (sasagawa888-eisl-v2.98_GH0.tar.gz) = 2143636 diff --git a/lang/eisl/pkg-plist b/lang/eisl/pkg-plist index 622744582f55..4387a2c6cbf2 100644 --- a/lang/eisl/pkg-plist +++ b/lang/eisl/pkg-plist @@ -18,6 +18,7 @@ bin/eisl %%DATADIR%%/library/functions-dataj.lsp %%DATADIR%%/library/functions.lsp %%DATADIR%%/library/functionsj.lsp +%%DATADIR%%/library/hash.lsp %%DATADIR%%/library/i18n.lsp %%DATADIR%%/library/lazy.lsp %%DATADIR%%/library/list.lsp diff --git a/lang/elixir-devel/Makefile b/lang/elixir-devel/Makefile index 42037a11f3bb..1502eec9d531 100644 --- a/lang/elixir-devel/Makefile +++ b/lang/elixir-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= elixir DISTVERSIONPREFIX= v -DISTVERSION= 1.15.0-rc.0 +DISTVERSION= 1.15.0-rc.1 CATEGORIES= lang MASTER_SITES+= https://github.com/elixir-lang/elixir/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/:doc PKGNAMESUFFIX= -devel diff --git a/lang/elixir-devel/distinfo b/lang/elixir-devel/distinfo index 2e0b6a105b1f..fcdd4f70d6a5 100644 --- a/lang/elixir-devel/distinfo +++ b/lang/elixir-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1684874042 -SHA256 (elixir/1.15.0.r.0/Docs.zip) = 13429f529578bad2e461b550904fe980521540c4b3db9daa69371b28aff7df3d -SIZE (elixir/1.15.0.r.0/Docs.zip) = 4180541 -SHA256 (elixir/1.15.0.r.0/elixir-lang-elixir-v1.15.0-rc.0_GH0.tar.gz) = 5a6ba65796a49af2fac8f39be5a4fef3c50c36534f54bb60f932f7be184ae401 -SIZE (elixir/1.15.0.r.0/elixir-lang-elixir-v1.15.0-rc.0_GH0.tar.gz) = 3125455 +TIMESTAMP = 1685441922 +SHA256 (elixir/1.15.0.r.1/Docs.zip) = 292b62531394948288af0452609f1c38c0d58c2d57fd1e6e510e7a27cdf9154b +SIZE (elixir/1.15.0.r.1/Docs.zip) = 4187036 +SHA256 (elixir/1.15.0.r.1/elixir-lang-elixir-v1.15.0-rc.1_GH0.tar.gz) = 977f47b150134cb8b5006fa5d8eb0949374ace26b8c01250edb3f41031be6856 +SIZE (elixir/1.15.0.r.1/elixir-lang-elixir-v1.15.0-rc.1_GH0.tar.gz) = 3132281 diff --git a/lang/elixir-devel/pkg-plist b/lang/elixir-devel/pkg-plist index f90a1a491725..3bd038700e2b 100644 --- a/lang/elixir-devel/pkg-plist +++ b/lang/elixir-devel/pkg-plist @@ -99,8 +99,8 @@ %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/merriweather-vietnamese-300-italic-EHHNZPUO.woff2 %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/merriweather-vietnamese-300-normal-U376L4Z4.woff2 %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/remixicon-NKANDIL5.woff2 -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/search_items-E0C1E45F.js -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/sidebar_items-884E26FE.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/search_items-30F9369C.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/sidebar_items-97B1255C.js %%PORTDOCS%%%%DOCSDIR%%/elixir/docs_config.js %%PORTDOCS%%%%DOCSDIR%%/elixir/DynamicSupervisor.html %%PORTDOCS%%%%DOCSDIR%%/elixir/Enum.EmptyError.html @@ -228,8 +228,8 @@ %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/merriweather-vietnamese-300-italic-EHHNZPUO.woff2 %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/merriweather-vietnamese-300-normal-U376L4Z4.woff2 %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/remixicon-NKANDIL5.woff2 -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/search_items-91637E35.js -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/sidebar_items-A617186B.js +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/search_items-71C3552A.js +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/sidebar_items-0B2EBC7C.js %%PORTDOCS%%%%DOCSDIR%%/ex_unit/docs_config.js %%PORTDOCS%%%%DOCSDIR%%/ex_unit/ExUnit.AssertionError.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/ExUnit.Assertions.html @@ -280,7 +280,7 @@ %%PORTDOCS%%%%DOCSDIR%%/iex/dist/merriweather-vietnamese-300-italic-EHHNZPUO.woff2 %%PORTDOCS%%%%DOCSDIR%%/iex/dist/merriweather-vietnamese-300-normal-U376L4Z4.woff2 %%PORTDOCS%%%%DOCSDIR%%/iex/dist/remixicon-NKANDIL5.woff2 -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/search_items-4B8453E1.js +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/search_items-198B4EC6.js %%PORTDOCS%%%%DOCSDIR%%/iex/dist/sidebar_items-2DA67A2F.js %%PORTDOCS%%%%DOCSDIR%%/iex/docs_config.js %%PORTDOCS%%%%DOCSDIR%%/iex/IEx.Helpers.html @@ -357,8 +357,8 @@ %%PORTDOCS%%%%DOCSDIR%%/mix/dist/merriweather-vietnamese-300-italic-EHHNZPUO.woff2 %%PORTDOCS%%%%DOCSDIR%%/mix/dist/merriweather-vietnamese-300-normal-U376L4Z4.woff2 %%PORTDOCS%%%%DOCSDIR%%/mix/dist/remixicon-NKANDIL5.woff2 -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/search_items-62AE72C3.js -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/sidebar_items-56ED419B.js +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/search_items-2497C274.js +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/sidebar_items-E6615DF8.js %%PORTDOCS%%%%DOCSDIR%%/mix/docs_config.js %%PORTDOCS%%%%DOCSDIR%%/mix/index.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.ElixirVersionError.html diff --git a/lang/lfortran/Makefile b/lang/lfortran/Makefile index 90eb5c60592e..c1536b284222 100644 --- a/lang/lfortran/Makefile +++ b/lang/lfortran/Makefile @@ -1,6 +1,7 @@ PORTNAME= lfortran DISTVERSIONPREFIX= v DISTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= fortran@FreeBSD.org diff --git a/lang/opencoarrays/Makefile b/lang/opencoarrays/Makefile index c127e29e0318..afc3a83f59a2 100644 --- a/lang/opencoarrays/Makefile +++ b/lang/opencoarrays/Makefile @@ -1,6 +1,5 @@ PORTNAME= opencoarrays -DISTVERSION= 2.10.0 -PORTREVISION= 1 +DISTVERSION= 2.10.1 CATEGORIES= lang parallel MAINTAINER= miguel@gocobachi.dev @@ -10,21 +9,24 @@ WWW= http://www.opencoarrays.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_aarch64= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890 -BROKEN_FreeBSD_12_powerpc= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890 -BROKEN_FreeBSD_12_powerpc64= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890 +BROKEN_aarch64= lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug #255890 +BROKEN_FreeBSD_12_powerpc= lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug #255890 +BROKEN_FreeBSD_12_powerpc64= lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug #255890 BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash USES= cmake fortran USE_CSTD= gnu99 +USE_GCC= yes USE_GITHUB= yes GH_ACCOUNT= sourceryinstitute GH_PROJECT= OpenCoarrays USE_LDCONFIG= yes -PLIST_SUB= GCC_VER=${_GCC_VER} PORTVERSION=${PORTVERSION} SOVERSION=3 +PLIST_SUB= GCC_VER=${_GCC_VER} \ + PORTVERSION=${PORTVERSION} \ + SOVERSION=3 OPTIONS_SINGLE= MPI OPTIONS_SINGLE_MPI= MPICH OPENMPI @@ -42,6 +44,8 @@ OPTIONS_DEFAULT_mips= OPENMPI OPTIONS_DEFAULT_powerpc= OPENMPI OPTIONS_DEFAULT_powerpcspe= OPENMPI +CMAKE_C_COMPILER= gcc + MPICH_BUILD_DEPENDS= mpif90:net/mpich MPICH_RUN_DEPENDS= mpif90:net/mpich MPICH_CONFIGURE_ENV= MPI_HOME=${LOCALBASE} diff --git a/lang/opencoarrays/distinfo b/lang/opencoarrays/distinfo index 5695213b3481..ffab305ef1bf 100644 --- a/lang/opencoarrays/distinfo +++ b/lang/opencoarrays/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1663233360 -SHA256 (sourceryinstitute-OpenCoarrays-2.10.0_GH0.tar.gz) = 7b661126e3bda0fa0c77d094c96afcaa870b506c0595d7a79b9b8e8883d0413e -SIZE (sourceryinstitute-OpenCoarrays-2.10.0_GH0.tar.gz) = 329575 +TIMESTAMP = 1680574684 +SHA256 (sourceryinstitute-OpenCoarrays-2.10.1_GH0.tar.gz) = 2be69337da853598fb3caddac603c7a2b2682481580ca4c11b397427d71b840f +SIZE (sourceryinstitute-OpenCoarrays-2.10.1_GH0.tar.gz) = 338380 diff --git a/lang/sbcl/files/patch-src_runtime_bsd-os.c b/lang/sbcl/files/patch-src_runtime_bsd-os.c new file mode 100644 index 000000000000..a602974be9e2 --- /dev/null +++ b/lang/sbcl/files/patch-src_runtime_bsd-os.c @@ -0,0 +1,42 @@ +commit c76381656baeee9bdeddd899cb595c2b45294597 +Author: Dimitry Andric +Date: 2023-05-29 19:50:57 +0200 + + lang/sbcl: fix build with clang 16 + + Clang 16 has a new error about incompatible function types, which shows + up when building lang/sbcl: + + bsd-os.c:285:50: error: incompatible function pointer types passing '__siginfohandler_t *' (aka 'void (*)(int, struct __siginfo *, void *)') to parameter of type 'interrupt_handler_t' (aka 'void (*)(int, struct __siginfo *, struct __ucontext *)') [-Wincompatible-function-pointer-types] + (__siginfohandler_t *) + ^~~~~~~~~~~~~~~~~~~~~~ + ./interrupt.h:123:64: note: passing argument to parameter 'handler' here + extern void ll_install_handler(int signal, interrupt_handler_t handler); + ^ + + Indeed the __siginfohandler_t type is incompatible, but that is caused + by the cast itself, which does not seem to be good for anything. Remove + it, so the mismatch is gone. + +diff --git a/lang/sbcl/files/patch-src_runtime_bsd-os.c b/lang/sbcl/files/patch-src_runtime_bsd-os.c +new file mode 100644 +index 000000000000..3faf2f345709 +--- /dev/null ++++ b/lang/sbcl/files/patch-src_runtime_bsd-os.c +@@ -0,0 +1,15 @@ ++--- src/runtime/bsd-os.c.orig 2023-04-30 08:33:10 UTC +++++ src/runtime/bsd-os.c ++@@ -280,11 +280,7 @@ os_install_interrupt_handlers(void) ++ os_install_interrupt_handlers(void) ++ { ++ if (INSTALL_SIG_MEMORY_FAULT_HANDLER) { ++- ll_install_handler(SIG_MEMORY_FAULT, ++-#if defined(LISP_FEATURE_FREEBSD) && !defined(__GLIBC__) ++- (__siginfohandler_t *) ++-#endif ++- memory_fault_handler); +++ ll_install_handler(SIG_MEMORY_FAULT, memory_fault_handler); ++ ++ #ifdef LISP_FEATURE_DARWIN ++ /* Unmapped pages get this and not SIGBUS. */ + diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 6218f1fa22b1..121483d6e57d 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -1,5 +1,5 @@ PORTNAME= seed7 -DISTVERSION= 05_20230305 +DISTVERSION= 05_20230529 PORTREVISION= 0 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index 5c035ea2a7de..f14e36baa1f5 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680168651 -SHA256 (seed7_05_20230305.tgz) = 429af725ca54ce98a8c56a04e30c93e1620996ff5c8293ab1d4a6d72f955f299 -SIZE (seed7_05_20230305.tgz) = 3907256 +TIMESTAMP = 1685534550 +SHA256 (seed7_05_20230529.tgz) = 09ba3604bde9b1cbc06fbafa9917269fe1bcf927479f21ee789c26471a982ed1 +SIZE (seed7_05_20230529.tgz) = 3966570 diff --git a/lang/seed7/files/patch-9654fd6 b/lang/seed7/files/patch-9654fd6 new file mode 100644 index 000000000000..1138575a9cc1 --- /dev/null +++ b/lang/seed7/files/patch-9654fd6 @@ -0,0 +1,35 @@ +From 9654fd670035297f239284013f38a3032e5a392c Mon Sep 17 00:00:00 2001 +From: Thomas Mertes +Date: Thu, 1 Jun 2023 12:46:17 +0200 +Subject: [PATCH] Fix issue with clang compiling chkarr + +--- + ../lib/comp/arr_act.s7i | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) + +diff --git ../lib/comp/arr_act.s7i.orig ../lib/comp/arr_act.s7i +index b393c9c2..206e4a0d 100644 +--- ../lib/comp/arr_act.s7i.orig ++++ ../lib/comp/arr_act.s7i +@@ -448,7 +448,9 @@ const proc: process_const_arr_idx (in reference: function, in reference: anArray + index_value := getValue(evaluatedParam, integer); + if index_value < arrayMinIdx(anArray) or index_value > arrayMaxIdx(anArray) then + warning(DOES_RAISE, "INDEX_ERROR", c_expr); +- c_expr.expr &:= intRaiseError("INDEX_ERROR"); ++ c_expr.expr &:= "("; ++ c_expr.expr &:= type_name(resultType(getType(function))); ++ c_expr.expr &:= ")(raiseError(INDEX_ERROR), 0)"; + else + c_expr.expr &:= "arr["; + c_expr.expr &:= str(const_table[anArray]); +@@ -462,7 +464,9 @@ const proc: process_const_arr_idx (in reference: function, in reference: anArray + if indexRange.maxValue < arrayMinIdx(anArray) or + indexRange.minValue > arrayMaxIdx(anArray) then + warning(DOES_RAISE, "INDEX_ERROR", c_expr); +- c_expr.expr &:= intRaiseError("INDEX_ERROR"); ++ c_expr.expr &:= "("; ++ c_expr.expr &:= type_name(resultType(getType(function))); ++ c_expr.expr &:= ")(raiseError(INDEX_ERROR), 0)"; + else + c_expr.expr &:= "arr["; + c_expr.expr &:= str(const_table[anArray]); diff --git a/lang/seed7/pkg-plist b/lang/seed7/pkg-plist index 286beb7cad8e..023eaf42b3d5 100644 --- a/lang/seed7/pkg-plist +++ b/lang/seed7/pkg-plist @@ -11,6 +11,7 @@ lib/seed7/bin/seed7_05.a lib/seed7/lib/aes.s7i lib/seed7/lib/ar.s7i lib/seed7/lib/arc4.s7i +lib/seed7/lib/archive_base.s7i lib/seed7/lib/array.s7i lib/seed7/lib/asn1.s7i lib/seed7/lib/bigfile.s7i diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 7ea67de7fcbe..4c1e8c001062 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -62,6 +62,12 @@ IMAGES= Squeak${IMAGE_FULL_VERSION}.image \ Squeak${IMAGE_FULL_VERSION}.changes \ ${SQUEAK_SRC} +.include + +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) +CFLAGS+= -Wno-error=int-conversion +.endif + post-patch: @${REINPLACE_CMD} -e 's,,,' \ ${WRKSRC}/unix/plugins/PseudoTTYPlugin/openpty.h @@ -81,4 +87,4 @@ post-install: ${INSTALL_DATA} ${IMAGES:S,^,${WRKDIR}/,} \ ${STAGEDIR}${PREFIX}/lib/squeak -.include +.include diff --git a/mail/Makefile b/mail/Makefile index 6e96235df337..43f21b58cd33 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -113,7 +113,6 @@ SUBDIR += enma SUBDIR += eps SUBDIR += epstools - SUBDIR += esmtp SUBDIR += evolution SUBDIR += evolution-ews SUBDIR += exilog @@ -654,7 +653,6 @@ SUBDIR += spambnc SUBDIR += spamcup SUBDIR += spamd - SUBDIR += spamdyke SUBDIR += spamguard SUBDIR += spamilter SUBDIR += spampd diff --git a/mail/esmtp/Makefile b/mail/esmtp/Makefile deleted file mode 100644 index b331478d05d6..000000000000 --- a/mail/esmtp/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -PORTNAME= esmtp -PORTVERSION= 1.2 -PORTREVISION= 2 -CATEGORIES= mail -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Relay-only Mail Transfer Agent with sendmail compatible syntax -WWW= http://esmtp.sourceforge.net - -LICENSE= GPLv2 - -DEPRECATED= Upstream announced that this project is no longer being maintained. See https://esmtp.sourceforge.net/links.html for alternatives -EXPIRATION_DATE=2023-05-31 - -LIB_DEPENDS= libesmtp.so:mail/libesmtp - -USES= bison pkgconfig ssl tar:bzip2 - -GNU_CONFIGURE= yes - -PORTDOCS= README -PLIST_FILES= bin/esmtp etc/esmtprc.sample man/man1/esmtp.1.gz \ - man/man5/esmtprc.5.gz - -SUB_FILES= pkg-message - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lpthread -L${LOCALBASE}/lib - -OPTIONS_DEFINE= DOCS - -post-patch: -.for file in ${PORTNAME}.1 - @${REINPLACE_CMD} -e \ - 's|^/etc|${PREFIX}/etc|g' ${WRKSRC}/${file} -.endfor -.for file in esmtprc.5 sample.esmtprc - @${REINPLACE_CMD} -e \ - 's|/usr/bin/|${LOCALBASE}/bin/|g ; \ - s|/usr/lib/|/usr/libexec/|g' ${WRKSRC}/${file} -.endfor - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/esmtprc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 - ${INSTALL_DATA} ${WRKSRC}/sample.esmtprc \ - ${STAGEDIR}${PREFIX}/etc/esmtprc.sample - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include diff --git a/mail/esmtp/distinfo b/mail/esmtp/distinfo deleted file mode 100644 index 9b1c6f665418..000000000000 --- a/mail/esmtp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (esmtp-1.2.tar.bz2) = a0d26931bf731f97514da266d079d8bc7d73c65b3499ed080576ab606b21c0ce -SIZE (esmtp-1.2.tar.bz2) = 127921 diff --git a/mail/esmtp/files/patch-configure b/mail/esmtp/files/patch-configure deleted file mode 100644 index 74c3a7a80c48..000000000000 --- a/mail/esmtp/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig 2009-12-24 08:19:09 UTC -+++ configure -@@ -4343,12 +4343,12 @@ fi - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libESMTP" >&5 - $as_echo_n "checking for libESMTP... " >&6; } --if libesmtp-config --version > /dev/null 2>&1 -+if pkgconf libesmtp-1.0 > /dev/null 2>&1 - then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } -- CFLAGS="$CFLAGS `libesmtp-config --cflags`" -- LIBS="$LIBS `libesmtp-config --libs`" -+ CFLAGS="$CFLAGS `pkgconf libesmtp-1.0 --cflags`" -+ LIBS="$LIBS `pkgconf libesmtp-1.0 --libs`" - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 - $as_echo "no" >&6; } diff --git a/mail/esmtp/files/pkg-message.in b/mail/esmtp/files/pkg-message.in deleted file mode 100644 index d2d69113a17d..000000000000 --- a/mail/esmtp/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ -[ -{ type: install - message: < - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= checking for library containing SSL_library_init... no -BROKEN_FreeBSD_13= checking for library containing SSL_library_init... no -BROKEN_FreeBSD_14= checking for library containing SSL_library_init... no -.endif - -post-patch: - @${REINPLACE_CMD} -e 's#^CFLAGS :=.*#CFLAGS = ${CFLAGS}#' ${WRKSRC}/Makefile.in - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/spamdyke ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/documentation/spamdyke.conf.example \ - ${STAGEDIR}${PREFIX}/etc/spamdyke.conf.sample - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKDIR}/${DISTNAME}/documentation && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} - -.include diff --git a/mail/spamdyke/distinfo b/mail/spamdyke/distinfo deleted file mode 100644 index c8e92c697c6c..000000000000 --- a/mail/spamdyke/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (spamdyke-5.0.1.tgz) = 9d096921a4efd8d84e2de7b28af4acc6c00d57fd60b47aa4f96fec8813247770 -SIZE (spamdyke-5.0.1.tgz) = 383720 diff --git a/mail/spamdyke/pkg-descr b/mail/spamdyke/pkg-descr deleted file mode 100644 index 247fd064b056..000000000000 --- a/mail/spamdyke/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -spamdyke is a filter for monitoring and intercepting SMTP -connections between a remote host and a qmail server. Spam -is blocked while the remote server (spammer) is still -connected; no additional processing or storage is needed. - -In addition to all of its anti-spam filters, spamdyke also -includes a number of features to enhance qmail. - -Best of all, using spamdyke does not require patching or -recompiling qmail! diff --git a/mail/spamdyke/pkg-plist b/mail/spamdyke/pkg-plist deleted file mode 100644 index 7d7738b903d6..000000000000 --- a/mail/spamdyke/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/spamdyke -@sample etc/spamdyke.conf.sample diff --git a/math/R-cran-gtable/Makefile b/math/R-cran-gtable/Makefile index e63a1ae97c3d..c4ae4b2a31a2 100644 --- a/math/R-cran-gtable/Makefile +++ b/math/R-cran-gtable/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 0.3.3 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Arrange grobs in tables WWW= https://cran.r-project.org/web/packages/gtable/ diff --git a/math/R-cran-isoband/Makefile b/math/R-cran-isoband/Makefile index a6c6516bf29a..85fc42b72043 100644 --- a/math/R-cran-isoband/Makefile +++ b/math/R-cran-isoband/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 0.2.7 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Generate Isolines and Isobands from Regularly Spaced Elevation Grids WWW= https://cran.r-project.org/web/packages/isoband/ diff --git a/math/calc/Makefile b/math/calc/Makefile index 24f6d1743843..fcaf3fadab9e 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,5 +1,5 @@ PORTNAME= calc -PORTVERSION= 2.14.1.5 +PORTVERSION= 2.14.1.6 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/calc/distinfo b/math/calc/distinfo index 993cef8856ec..88587f582030 100644 --- a/math/calc/distinfo +++ b/math/calc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678708882 -SHA256 (lcn2-calc-v2.14.1.5_GH0.tar.gz) = 671705ced6480c45adfb2f1b83f667733d4e1264723fb15d9570e33ac85dabb9 -SIZE (lcn2-calc-v2.14.1.5_GH0.tar.gz) = 1218202 +TIMESTAMP = 1685615528 +SHA256 (lcn2-calc-v2.14.1.6_GH0.tar.gz) = 89f7f70478890a3704a7e0a668205fb0e5290a911d084a03e8249b595a26be9e +SIZE (lcn2-calc-v2.14.1.6_GH0.tar.gz) = 1218383 diff --git a/math/cimod/Makefile b/math/cimod/Makefile index 0ceeac0dad85..4a723e59a809 100644 --- a/math/cimod/Makefile +++ b/math/cimod/Makefile @@ -1,7 +1,6 @@ PORTNAME= cimod DISTVERSIONPREFIX= v -DISTVERSION= 1.4.54 -PORTREVISION= 1 +DISTVERSION= 1.4.55 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/cimod/distinfo b/math/cimod/distinfo index e89940413499..675752e0ac7e 100644 --- a/math/cimod/distinfo +++ b/math/cimod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681188782 -SHA256 (OpenJij-cimod-v1.4.54_GH0.tar.gz) = 23ac24316d427124e589d31a992d9177a9023696a3647c5ebfc5632a348c23fd -SIZE (OpenJij-cimod-v1.4.54_GH0.tar.gz) = 139857 +TIMESTAMP = 1685648447 +SHA256 (OpenJij-cimod-v1.4.55_GH0.tar.gz) = 2e5b831a58e7f259455b80c1787517baae8f8c05e446e611d6e99fbf2b29ee2c +SIZE (OpenJij-cimod-v1.4.55_GH0.tar.gz) = 139867 diff --git a/math/ntpoly/Makefile b/math/ntpoly/Makefile index 231d9272c9fb..7156d0481175 100644 --- a/math/ntpoly/Makefile +++ b/math/ntpoly/Makefile @@ -1,7 +1,6 @@ PORTNAME= NTPoly -DISTVERSION= 2.7.1 DISTVERSIONPREFIX= ${PORTNAME:tl}-v -PORTREVISION= 1 +DISTVERSION= 3.0.0 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org diff --git a/math/ntpoly/distinfo b/math/ntpoly/distinfo index 1c9784063112..b88ae752c3f2 100644 --- a/math/ntpoly/distinfo +++ b/math/ntpoly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666081148 -SHA256 (william-dawson-NTPoly-ntpoly-v2.7.1_GH0.tar.gz) = c15d9f51ac054b4ef0565ce5c4c8589c10bdbab4dc3442ebd109691e2bbfc7e2 -SIZE (william-dawson-NTPoly-ntpoly-v2.7.1_GH0.tar.gz) = 281935 +TIMESTAMP = 1685464189 +SHA256 (william-dawson-NTPoly-ntpoly-v3.0.0_GH0.tar.gz) = bd0cf5170ce165f414f51ba9d2e77467ca669b2a3c1cc15ef199a93aba4da621 +SIZE (william-dawson-NTPoly-ntpoly-v3.0.0_GH0.tar.gz) = 300129 diff --git a/math/ntpoly/pkg-plist b/math/ntpoly/pkg-plist index 8e2138c7244f..a4abc21f592f 100644 --- a/math/ntpoly/pkg-plist +++ b/math/ntpoly/pkg-plist @@ -7,8 +7,12 @@ include/DensityMatrixSolvers.h include/DensityMatrixSolvers_c.h include/EigenBounds.h include/EigenBounds_c.h +include/EigenSolvers.h +include/EigenSolvers_c.h include/ExponentialSolvers.h include/ExponentialSolvers_c.h +include/FermiOperator.h +include/FermiOperator_c.h include/GeometryOptimization.h include/GeometryOptimization_c.h include/HermiteSolvers.h @@ -64,9 +68,14 @@ include/densitymatrixsolversmodule_wrp.mod include/dmatrixmodule.mod include/eigenboundsmodule.mod include/eigenboundsmodule_wrp.mod +include/eigenexamodule.mod +include/eigensolversmodule.mod +include/eigensolversmodule_wrp.mod include/errormodule.mod include/exponentialsolversmodule.mod include/exponentialsolversmodule_wrp.mod +include/fermioperatormodule.mod +include/fermioperatormodule_wrp.mod include/gemmtasksmodule.mod include/geometryoptimizationmodule.mod include/geometryoptimizationmodule_wrp.mod @@ -104,6 +113,7 @@ include/rootsolversmodule.mod include/rootsolversmodule_wrp.mod include/signsolversmodule.mod include/signsolversmodule_wrp.mod +include/singularvaluesolversmodule.mod include/smatrixalgebramodule.mod include/smatrixalgebramodule_wrp.mod include/smatrixmodule.mod diff --git a/math/wxmaxima/Makefile b/math/wxmaxima/Makefile index cc549a66b0b1..622ca8a77959 100644 --- a/math/wxmaxima/Makefile +++ b/math/wxmaxima/Makefile @@ -1,5 +1,5 @@ PORTNAME= wxmaxima -PORTVERSION= 23.05.0 +PORTVERSION= 23.05.1 DISTVERSIONPREFIX= Version- CATEGORIES= math diff --git a/math/wxmaxima/distinfo b/math/wxmaxima/distinfo index 37b843325015..5ef32901857b 100644 --- a/math/wxmaxima/distinfo +++ b/math/wxmaxima/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684338057 -SHA256 (wxMaxima-Developers-wxmaxima-Version-23.05.0_GH0.tar.gz) = bec45261f717898f3242f88a2ae43757b203336e5e29a8701fa7454ba72fa7c7 -SIZE (wxMaxima-Developers-wxmaxima-Version-23.05.0_GH0.tar.gz) = 16216267 +TIMESTAMP = 1685390998 +SHA256 (wxMaxima-Developers-wxmaxima-Version-23.05.1_GH0.tar.gz) = 0c26d1439f5aba30cae94d5718d9c35bf83490953cc8696c371658ed13fd57c1 +SIZE (wxMaxima-Developers-wxmaxima-Version-23.05.1_GH0.tar.gz) = 16220058 diff --git a/misc/R-cran-xfun/Makefile b/misc/R-cran-xfun/Makefile index 1f595f6dab03..e8b4f288423b 100644 --- a/misc/R-cran-xfun/Makefile +++ b/misc/R-cran-xfun/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 0.39 CATEGORIES= misc DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Miscellaneous Functions by Yihui Xie WWW= https://cran.r-project.org/web/packages/xfun/ diff --git a/misc/cuttlefish/Makefile b/misc/cuttlefish/Makefile index 58d71592c106..ac3b1d4aeff0 100644 --- a/misc/cuttlefish/Makefile +++ b/misc/cuttlefish/Makefile @@ -1,6 +1,6 @@ PORTNAME= cuttlefish DISTVERSIONPREFIX= v -DISTVERSION= 2.7.1 +DISTVERSION= 2.7.2 CATEGORIES= misc PKGNAMESUFFIX= -texture-compressor @@ -19,21 +19,22 @@ USES= cmake:testing compiler:c++11-lang dos2unix USE_GITHUB= yes GH_ACCOUNT= akb825 GH_PROJECT= Cuttlefish -GH_TUPLE= akb825:freeimage:f213e48116964f273412dbd7337b03a32d52ec29:akb825_freeimage/lib/FreeImage \ - akb825:etc2comp:10ec1fc4987c5a81c48c6bf6319bb77389a5f23a:akb825_etc2comp/lib/etc2comp \ - ARM-software:astc-encoder:ec83dda:ARM_software_astc_encoder/lib/astc-encoder \ +GH_TUPLE= akb825:etc2comp:10ec1fc4987c5a81c48c6bf6319bb77389a5f23a:akb825_etc2comp/lib/etc2comp \ + ARM-software:astc-encoder:5a5b5a1:ARM_software_astc_encoder/lib/astc-encoder \ g-truc:glm:bf71a834948186f4097caa076cd2663c69a10e1e:g_truc_glm/lib/glm \ - akb825:PVRTexToolLib:ea50a1c0fb4d8eed2f06ecc47eea80ef291b63b9:akb825_PVRTexToolLib/lib/PVRTexToolLib \ + akb825:PVRTexToolLib:5c0047d:akb825_PVRTexToolLib/lib/PVRTexToolLib \ richgel999:bc7enc_rdo:e6990bc11829c072d9f9e37296f3335072aab4e4:richgel999_bc7enc_rdo/lib/bc7enc_rdo \ - GPUOpen-Tools:compressonator:bab59d4330e64612a1bb0c18dce0f70b48fef395:GPUOpen_Tools_compressonator/lib/compressonator \ + GPUOpen-Tools:compressonator:38081a0:GPUOpen_Tools_compressonator/lib/compressonator \ GameTechDev:ISPCTextureCompressor:cd0ef2cf78a80db293d7609100f027960f9e7205:GameTechDev_ISPCTextureCompressor/lib/ISPCTextureCompressor \ - akb825:libsquish:a9087786ced42a1a4ee137c1ad5bf197dd2d6b72:akb825_libsquish/lib/libsquish \ - google:googletest:703bd9caab50b139428cea1aaff9974ebee5742e:google_googletest/lib/astc-encoder/Source/GoogleTest + akb825:libsquish:a9087786ced42a1a4ee137c1ad5bf197dd2d6b72:akb825_libsquish/lib/libsquish CMAKE_OFF= CUTTLEFISH_BUILD_DOCS CUTTLEFISH_BUILD_TESTS CMAKE_ON= CUTTLEFISH_SHARED -CMAKE_TESTING_ON= CUTTLEFISH_BUILD_TESTS # many tests fail, see https://github.com/akb825/Cuttlefish/issues/18 +CMAKE_TESTING_ON= CUTTLEFISH_BUILD_TESTS # many tests fail, see https://github.com/akb825/Cuttlefish/issues/19 CXXFLAGS_powerpc= -maltivec +pre-test: + ${LN} -s ${WRKSRC}/tool/test/texture.png ${TEST_WRKSRC}/ || true + .include diff --git a/misc/cuttlefish/distinfo b/misc/cuttlefish/distinfo index 3404b0b7ca38..0fb223ce2534 100644 --- a/misc/cuttlefish/distinfo +++ b/misc/cuttlefish/distinfo @@ -1,23 +1,19 @@ -TIMESTAMP = 1678352927 -SHA256 (akb825-Cuttlefish-v2.7.1_GH0.tar.gz) = f4333072d0fba10498397bea8ab30c940f00cd3012d1495513adb05ede71de3e -SIZE (akb825-Cuttlefish-v2.7.1_GH0.tar.gz) = 114572 -SHA256 (akb825-freeimage-f213e48116964f273412dbd7337b03a32d52ec29_GH0.tar.gz) = 27298578fec1214a471f521c71b61d5c8a684a050c881a792e4b085ca4c09b0c -SIZE (akb825-freeimage-f213e48116964f273412dbd7337b03a32d52ec29_GH0.tar.gz) = 7031262 +TIMESTAMP = 1685546212 +SHA256 (akb825-Cuttlefish-v2.7.2_GH0.tar.gz) = 8dea5c40a002fabd6a7264e409cfbd47d6f3789c64f98025c831247b716102c7 +SIZE (akb825-Cuttlefish-v2.7.2_GH0.tar.gz) = 114445 SHA256 (akb825-etc2comp-10ec1fc4987c5a81c48c6bf6319bb77389a5f23a_GH0.tar.gz) = 8aae8f87e0f1e79c2bde57254e0b85273d0d036f381f549ce148bc3fbd785b02 SIZE (akb825-etc2comp-10ec1fc4987c5a81c48c6bf6319bb77389a5f23a_GH0.tar.gz) = 152493 -SHA256 (ARM-software-astc-encoder-ec83dda_GH0.tar.gz) = 4d97246ce0325b170a8fc9bff6028148a62d2e4ff58735614bc199ad8125b39d -SIZE (ARM-software-astc-encoder-ec83dda_GH0.tar.gz) = 36060159 +SHA256 (ARM-software-astc-encoder-5a5b5a1_GH0.tar.gz) = 5d1dc26c08643e8b116a5875e6f4517e9131f44395ccb24ebd7cf70b34003472 +SIZE (ARM-software-astc-encoder-5a5b5a1_GH0.tar.gz) = 36099941 SHA256 (g-truc-glm-bf71a834948186f4097caa076cd2663c69a10e1e_GH0.tar.gz) = 70ad78e872c145f0164d54da833b651914c184edc65958906937b9739fb8fb1b SIZE (g-truc-glm-bf71a834948186f4097caa076cd2663c69a10e1e_GH0.tar.gz) = 4369431 -SHA256 (akb825-PVRTexToolLib-ea50a1c0fb4d8eed2f06ecc47eea80ef291b63b9_GH0.tar.gz) = 7a9e03dcacb8708bd6ab4f853562a8fc49b9ecd2602373f21ba2b54ee2b11c6b -SIZE (akb825-PVRTexToolLib-ea50a1c0fb4d8eed2f06ecc47eea80ef291b63b9_GH0.tar.gz) = 38251894 +SHA256 (akb825-PVRTexToolLib-5c0047d_GH0.tar.gz) = b30d528d5fe14baea1ac1324b30e6dfa129f0621be4d9c15f5bf4a8f03ac1ba0 +SIZE (akb825-PVRTexToolLib-5c0047d_GH0.tar.gz) = 48302719 SHA256 (richgel999-bc7enc_rdo-e6990bc11829c072d9f9e37296f3335072aab4e4_GH0.tar.gz) = cba9fddbf045a0fd9f2118b894bb2a2731e88f728c5717b3b1d4771fb3bd6528 SIZE (richgel999-bc7enc_rdo-e6990bc11829c072d9f9e37296f3335072aab4e4_GH0.tar.gz) = 15084810 -SHA256 (GPUOpen-Tools-compressonator-bab59d4330e64612a1bb0c18dce0f70b48fef395_GH0.tar.gz) = 48d4d1fce17e4dda2f5b9b389e5812e7a476b7a02e0d27297ab69dc27de40fa1 -SIZE (GPUOpen-Tools-compressonator-bab59d4330e64612a1bb0c18dce0f70b48fef395_GH0.tar.gz) = 24368120 +SHA256 (GPUOpen-Tools-compressonator-38081a0_GH0.tar.gz) = 31a6070b935ce042132b91a7c4a28098c090575454cbc9ee7b1672147e0d10a1 +SIZE (GPUOpen-Tools-compressonator-38081a0_GH0.tar.gz) = 23414439 SHA256 (GameTechDev-ISPCTextureCompressor-cd0ef2cf78a80db293d7609100f027960f9e7205_GH0.tar.gz) = 85ab589c6ad2862d4faec9dc18a1c2d2308eb2d60666e243201b29450f90cf72 SIZE (GameTechDev-ISPCTextureCompressor-cd0ef2cf78a80db293d7609100f027960f9e7205_GH0.tar.gz) = 6436876 SHA256 (akb825-libsquish-a9087786ced42a1a4ee137c1ad5bf197dd2d6b72_GH0.tar.gz) = 68d43e6cbc9ab1c05497e76ced54e87f8574986f671befaad06712dcda55eb08 SIZE (akb825-libsquish-a9087786ced42a1a4ee137c1ad5bf197dd2d6b72_GH0.tar.gz) = 59435 -SHA256 (google-googletest-703bd9caab50b139428cea1aaff9974ebee5742e_GH0.tar.gz) = d17b1b83a57b3933565a6d0616fe261107326d47de20288d0949ed038e1c342d -SIZE (google-googletest-703bd9caab50b139428cea1aaff9974ebee5742e_GH0.tar.gz) = 905359 diff --git a/misc/cuttlefish/pkg-plist b/misc/cuttlefish/pkg-plist index d4a370fb420f..e9819218fc02 100644 --- a/misc/cuttlefish/pkg-plist +++ b/misc/cuttlefish/pkg-plist @@ -12,4 +12,4 @@ lib/cmake/Cuttlefish/cuttlefish_lib-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Cuttlefish/cuttlefish_lib-targets.cmake lib/libcuttlefish.so lib/libcuttlefish.so.2.7 -lib/libcuttlefish.so.2.7.1 +lib/libcuttlefish.so.2.7.2 diff --git a/misc/py-colored/Makefile b/misc/py-colored/Makefile index e632fd8d24ac..84907f439b13 100644 --- a/misc/py-colored/Makefile +++ b/misc/py-colored/Makefile @@ -1,5 +1,5 @@ PORTNAME= colored -DISTVERSION= 1.4.3 +DISTVERSION= 1.4.4 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-colored/distinfo b/misc/py-colored/distinfo index dc4e2d78092c..41964bf23226 100644 --- a/misc/py-colored/distinfo +++ b/misc/py-colored/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641321836 -SHA256 (colored-1.4.3.tar.gz) = b7b48b9f40e8a65bbb54813d5d79dd008dc8b8c5638d5bbfd30fc5a82e6def7a -SIZE (colored-1.4.3.tar.gz) = 29390 +TIMESTAMP = 1685471520 +SHA256 (colored-1.4.4.tar.gz) = 04ff4d4dd514274fe3b99a21bb52fb96f2688c01e93fba7bef37221e7cb56ce0 +SIZE (colored-1.4.4.tar.gz) = 36786 diff --git a/misc/py-lightning-utilities/Makefile b/misc/py-lightning-utilities/Makefile index e49cc12a05d4..f65e1dfd066f 100644 --- a/misc/py-lightning-utilities/Makefile +++ b/misc/py-lightning-utilities/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mypy>=1.0.0:devel/py-mypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=17.1:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-setuptools>=0:devel/py-types-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} BUILD_DEPENDS= ${PY_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PY_DEPENDS} diff --git a/misc/trurl/Makefile b/misc/trurl/Makefile index 0159d2c61ace..47ad3cda8c80 100644 --- a/misc/trurl/Makefile +++ b/misc/trurl/Makefile @@ -1,6 +1,6 @@ PORTNAME= trurl DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 0.6 +DISTVERSION= 0.7 CATEGORIES= misc www MAINTAINER= otis@FreeBSD.org @@ -11,16 +11,24 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} +USES= python:test USE_GITHUB= yes GH_ACCOUNT= curl -MAKE_ARGS= CFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-lcurl" \ + LDLIBS="-L${LOCALBASE}/lib" \ + MANDIR="${PREFIX}/man/man1" ALL_TARGET= ${PORTNAME} +TEST_TARGET= test PLIST_FILES= bin/trurl \ - share/man/man1/trurl.1.gz + man/man1/trurl.1.gz + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/trurl .include diff --git a/misc/trurl/distinfo b/misc/trurl/distinfo index cd53110eb60c..c6984dae7e7c 100644 --- a/misc/trurl/distinfo +++ b/misc/trurl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682851129 -SHA256 (curl-trurl-trurl-0.6_GH0.tar.gz) = 4564dff7441d33a29aa02fe64bea7ef0809d9fabc1609ac5b50ca5503e81caa6 -SIZE (curl-trurl-trurl-0.6_GH0.tar.gz) = 30517 +TIMESTAMP = 1685349895 +SHA256 (curl-trurl-trurl-0.7_GH0.tar.gz) = 11616a4c3d255ff3347cb8fc65ea4f890526f327800ec556d78e88881e2cbfa7 +SIZE (curl-trurl-trurl-0.7_GH0.tar.gz) = 36624 diff --git a/misc/trurl/files/patch-Makefile b/misc/trurl/files/patch-Makefile new file mode 100644 index 000000000000..d39f001fab57 --- /dev/null +++ b/misc/trurl/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2023-05-29 09:11:15 UTC ++++ Makefile +@@ -1,7 +1,6 @@ + TARGET = trurl + OBJS = trurl.o +-LDLIBS = $$(curl-config --libs) +-CFLAGS = $$(curl-config --cflags) -W -Wall -Wshadow -Werror -pedantic -g ++CFLAGS+=-W -Wall -Wshadow -Werror -pedantic -g + MANUAL = trurl.1 + + PREFIX ?= /usr/local diff --git a/multimedia/Makefile b/multimedia/Makefile index 6a579dffdc32..611c43196e3a 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -252,7 +252,6 @@ SUBDIR += naludump SUBDIR += navidrome SUBDIR += neolink - SUBDIR += nordlicht SUBDIR += nostt SUBDIR += nymphcast SUBDIR += nymphcastlib diff --git a/multimedia/dav1d/Makefile b/multimedia/dav1d/Makefile index 6f787a479788..59332914272a 100644 --- a/multimedia/dav1d/Makefile +++ b/multimedia/dav1d/Makefile @@ -1,5 +1,5 @@ PORTNAME= dav1d -DISTVERSION= 1.2.0 +DISTVERSION= 1.2.1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org @@ -18,7 +18,7 @@ USE_GITLAB= yes USE_LDCONFIG= yes GL_SITE= https://code.videolan.org GL_ACCOUNT= videolan -GL_COMMIT= 676a864a11af2c0522e1f992e770589543894686 +GL_COMMIT= 8a6f054ef1e0f7886bc6e53e6be97c427154fe85 LDFLAGS_i386= -Wl,-z,notext OPTIONS_DEFINE= SDL TEST XXHASH @@ -31,7 +31,7 @@ SDL_LIB_DEPENDS= libplacebo.so:graphics/libplacebo \ libvulkan.so:graphics/vulkan-loader SDL_MESON_TRUE= enable_examples -TEST_GL_TUPLE= videolan:dav1d-test-data:2821a4ab8e19f029ec70ca0ea846117f2055d5a8:testdata/tests/dav1d-test-data +TEST_GL_TUPLE= videolan:dav1d-test-data:dc72df56c05be149cd888227c3226a201ea3d1cb:testdata/tests/dav1d-test-data TEST_MESON_TRUE=enable_tests testdata_tests XXHASH_DESC= xxHash 3 muxer diff --git a/multimedia/dav1d/distinfo b/multimedia/dav1d/distinfo index a12b68e4b11b..c80adc6da3f7 100644 --- a/multimedia/dav1d/distinfo +++ b/multimedia/dav1d/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1683048198 -SHA256 (videolan-dav1d-676a864a11af2c0522e1f992e770589543894686_GL0.tar.gz) = c2b69612b9613dc317fe05d709ce0b3786a89278a32250e79cb227fe7396a02a -SIZE (videolan-dav1d-676a864a11af2c0522e1f992e770589543894686_GL0.tar.gz) = 1464073 -SHA256 (videolan-dav1d-test-data-2821a4ab8e19f029ec70ca0ea846117f2055d5a8_GL0.tar.gz) = 3075ac4eb9f81c4adce3cb3f2288b8d6840281f1164ffc07e01d66942e442121 -SIZE (videolan-dav1d-test-data-2821a4ab8e19f029ec70ca0ea846117f2055d5a8_GL0.tar.gz) = 54244776 +TIMESTAMP = 1685624029 +SHA256 (videolan-dav1d-8a6f054ef1e0f7886bc6e53e6be97c427154fe85_GL0.tar.gz) = 60c703596bbd14a97a143fdeea19b58134a9202f3f5aeebe4dd1f47d97459923 +SIZE (videolan-dav1d-8a6f054ef1e0f7886bc6e53e6be97c427154fe85_GL0.tar.gz) = 1478900 +SHA256 (videolan-dav1d-test-data-dc72df56c05be149cd888227c3226a201ea3d1cb_GL0.tar.gz) = 503b396095760fc13627cdde3c038f2f24f0414c0ba9181bac75c29246e59e92 +SIZE (videolan-dav1d-test-data-dc72df56c05be149cd888227c3226a201ea3d1cb_GL0.tar.gz) = 54245673 diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index 1f025a9d696f..ffb4934dddc0 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -1,6 +1,6 @@ PORTNAME= kdenlive DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ ${LOCALBASE}/lib/mlt-7/libmltglaxnimate.so:multimedia/mlt7-glaxnimate RUN_DEPENDS= ffmpeg${FFMPEG_SUFX}:multimedia/ffmpeg${FFMPEG_SUFX} \ ${LOCALBASE}/lib/mlt-7/libmltqt.so:multimedia/mlt7-qt@qt5 \ - ${LOCALBASE}/lib/mlt-7/libmltglaxnimate.so:multimedia/mlt7-glaxnimate + ${LOCALBASE}/lib/mlt-7/libmltglaxnimate.so:multimedia/mlt7-glaxnimate@qt5 USES= cmake compiler:c++11-lang desktop-file-utils gettext-tools \ gl mlt:7 pkgconfig qt:5 shared-mime-info kde:5 tar:xz xorg diff --git a/multimedia/mlt7-glaxnimate/Makefile b/multimedia/mlt7-glaxnimate/Makefile index 4ef4d3cb3ad3..a09ddbca6ab5 100644 --- a/multimedia/mlt7-glaxnimate/Makefile +++ b/multimedia/mlt7-glaxnimate/Makefile @@ -1,8 +1,8 @@ MASTERDIR= ${.CURDIR:H}/mlt7 SLAVEPORT= glaxnimate -PORTREVISION= 2 -PKGNAMESUFFIX= -glaxnimate +PORTREVISION= 0 +PKGNAMESUFFIX= -glaxnimate-${FLAVOR} COMMENT= 2D animations plugin for the MLT multimedia framework CATEGORIES= multimedia kde @@ -13,21 +13,36 @@ LICENSE_COMB= multi LIB_DEPENDS= libexif.so:graphics/libexif \ libfftw3.so:math/fftw3 -USES= qt:5 xorg -USE_CXXSTD= c++11 -USE_QT= core gui svg widgets xml \ - buildtools:build qmake:build +FLAVORS= qt5 qt6 +FLAVOR?= qt5 + +USES= qt:${FLAVOR:S/qt//} libarchive xorg +USE_QT= ${_USE_QT_${FLAVOR}} USE_XORG= x11 +# Flavor handling +_USE_QT_qt5= core gui svg widgets xml \ + buildtools:build qmake:build +_USE_QT_qt6= base svg +_CMAKE_ON_qt5= MOD_GLAXNIMATE +_CMAKE_ON_qt6= MOD_GLAXNIMATE_QT6 +_CMAKE_OFF_qt5= MOD_GLAXNIMATE_QT6 +_CMAKE_OFF_qt6= MOD_GLAXNIMATE +_PLIST_SUB_qt5= QT_VERSION_SUFFIX= +_PLIST_SUB_qt6= QT_VERSION_SUFFIX="-qt6" + # Only enable Qt binding, and disable everything else -CMAKE_ON= MOD_GLAXNIMATE +CMAKE_ON= ${_CMAKE_ON_${FLAVOR}} CMAKE_OFF= MOD_AVFORMAT MOD_DECKLINK MOD_FEEDS MOD_FREI0R MOD_GDK MOD_GTK2 \ MOD_JACKRACK MOD_KDENLIVE MOD_LUMAS MOD_MOTION_EST MOD_NORMALIZE \ MOD_OLDFILM MOD_OPENCV MOD_OPENGL MOD_PLUSGPL MOD_PLUS MOD_QT MOD_RESAMPLE \ MOD_RTAUDIO MOD_RUBBERBAND MOD_SDL2 MOD_SOX MOD_VIDSTAB MOD_VMFX \ MOD_VORBIS MOD_XINE MOD_XML \ SWIG_CSHARP SWIG_JAVA SWIG_LUA SWIG_NODEJS SWIG_PERL \ - SWIG_PHP SWIG_PYTHON SWIG_RUBY SWIG_TCL + SWIG_PHP SWIG_PYTHON SWIG_RUBY SWIG_TCL \ + ${_CMAKE_OFF_${FLAVOR}} + +PLIST_SUB+= ${_PLIST_SUB_${FLAVOR}} BUILD_WRKSRC= ${WRKDIR}/.build/src/modules/glaxnimate diff --git a/multimedia/mlt7-glaxnimate/pkg-plist b/multimedia/mlt7-glaxnimate/pkg-plist index e890019dc99d..d6b0940e7281 100644 --- a/multimedia/mlt7-glaxnimate/pkg-plist +++ b/multimedia/mlt7-glaxnimate/pkg-plist @@ -1,2 +1,2 @@ -lib/mlt-7/libmltglaxnimate.so -%%DATADIR%%/glaxnimate/producer_glaxnimate.yml +lib/mlt-7/libmltglaxnimate%%QT_VERSION_SUFFIX%%.so +%%DATADIR%%/glaxnimate%%QT_VERSION_SUFFIX%%/producer_glaxnimate.yml diff --git a/multimedia/mlt7-qt/Makefile b/multimedia/mlt7-qt/Makefile index 8a536da81105..292cfb7f26a0 100644 --- a/multimedia/mlt7-qt/Makefile +++ b/multimedia/mlt7-qt/Makefile @@ -1,7 +1,7 @@ MASTERDIR= ${.CURDIR:H}/mlt7 SLAVEPORT= qt -PORTREVISION= 4 +PORTREVISION= 0 PKGNAMESUFFIX= -${FLAVOR} COMMENT= Qt plugin for the MLT multimedia framework diff --git a/multimedia/mlt7/Makefile b/multimedia/mlt7/Makefile index 7dc8e56c2f46..e1d1b6cf1567 100644 --- a/multimedia/mlt7/Makefile +++ b/multimedia/mlt7/Makefile @@ -1,6 +1,6 @@ PORTNAME= ${_MLT_PORTNAME} DISTVERSION= ${_MLT_VERSION} -PORTREVISION= 3 +PORTREVISION?= 0 CATEGORIES?= multimedia # Don't use GitHub "fake" downloads that are auto-generated from a # tag; the project uploads tarballs for each release. @@ -9,10 +9,6 @@ MASTER_SITES= https://github.com/mltframework/mlt/releases/download/v${DISTVERS DISTFILES= mlt-${DISTVERSION}${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/mlt-${DISTVERSION} -PATCH_SITES= https://github.com/mltframework/mlt/commit/ -PATCHFILES= a3d49ccb92e2544bcc1957ce046bf63f71b468a6.patch:-p1 \ - 1eee2187410ae16f520409dcdcf6de789d8bafd9.patch:-p1 - MAINTAINER= kde@FreeBSD.org COMMENT?= Multimedia framework for TV broadcasting WWW= https://www.mltframework.org/ @@ -35,8 +31,8 @@ CMAKE_ON= MOD_XML # Explicitly disabled modules that are ouddated, unnecessary, or have # their own port. -CMAKE_OFF= MOD_GLAXNIMATE MOD_SDL1 MOD_QT \ - MOD_NDI \ +CMAKE_OFF= MOD_GLAXNIMATE MOD_GLAXNIMATE_QT6 MOD_SDL1 MOD_QT \ + MOD_QT6 MOD_NDI \ SWIG_CSHARP SWIG_JAVA SWIG_LUA SWIG_NODEJS SWIG_PERL \ SWIG_PHP SWIG_PYTHON SWIG_RUBY SWIG_TCL diff --git a/multimedia/mlt7/distinfo b/multimedia/mlt7/distinfo index 941346db14f7..12d8d380eaaf 100644 --- a/multimedia/mlt7/distinfo +++ b/multimedia/mlt7/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1682924020 -SHA256 (mlt-7.14.0.tar.gz) = 3a7e83ed5e30f3f2d073d172c9d886310d8a73dbd2ee850ad44e3c43a9ab6394 -SIZE (mlt-7.14.0.tar.gz) = 1509786 -SHA256 (a3d49ccb92e2544bcc1957ce046bf63f71b468a6.patch) = 7dfc07c1420d64ca7a974b47bd63c6e1c797ffa85327b625df7887ed87a4f5a6 -SIZE (a3d49ccb92e2544bcc1957ce046bf63f71b468a6.patch) = 2418 -SHA256 (1eee2187410ae16f520409dcdcf6de789d8bafd9.patch) = dacaafee580a9c7324157d65c0f7a0ab4cdeae5490570e3a94fee05cb2dd99ef -SIZE (1eee2187410ae16f520409dcdcf6de789d8bafd9.patch) = 952 +TIMESTAMP = 1685589000 +SHA256 (mlt-7.16.0.tar.gz) = c0975e06403d3df22be7d4b5d96d0608e0d16470299360d0a0ee5f41ba2b7a96 +SIZE (mlt-7.16.0.tar.gz) = 1577046 diff --git a/multimedia/mlt7/pkg-plist b/multimedia/mlt7/pkg-plist index 28f8efa3ed8a..12c4646348bf 100644 --- a/multimedia/mlt7/pkg-plist +++ b/multimedia/mlt7/pkg-plist @@ -96,6 +96,12 @@ libdata/pkgconfig/mlt-framework-7.pc share/man/man1/melt-7.1.gz %%AVFORMAT%%%%DATADIR%%/avformat/blacklist.txt %%AVFORMAT%%%%DATADIR%%/avformat/consumer_avformat.yml +%%AVFORMAT%%%%DATADIR%%/avformat/filter_avcolour_space.yml +%%AVFORMAT%%%%DATADIR%%/avformat/filter_avdeinterlace.yml +%%AVFORMAT%%%%DATADIR%%/avformat/filter_swresample.yml +%%AVFORMAT%%%%DATADIR%%/avformat/filter_swscale.yml +%%AVFORMAT%%%%DATADIR%%/avformat/link_avdeinterlace.yml +%%AVFORMAT%%%%DATADIR%%/avformat/link_swresample.yml %%AVFORMAT%%%%DATADIR%%/avformat/producer_avformat.yml %%AVFORMAT%%%%DATADIR%%/avformat/resolution_scale.yml %%AVFORMAT%%%%DATADIR%%/avformat/yuv_only.txt @@ -161,6 +167,8 @@ share/man/man1/melt-7.1.gz %%KDENLIVE%%%%DATADIR%%/kdenlive/producer_framebuffer.yml %%DATADIR%%/metaschema.yaml %%MOVIT%%%%DATADIR%%/movit/filter_movit_blur.yml +%%MOVIT%%%%DATADIR%%/movit/filter_movit_convert.yml +%%MOVIT%%%%DATADIR%%/movit/filter_movit_crop.yml %%MOVIT%%%%DATADIR%%/movit/filter_movit_deconvolution_sharpen.yml %%MOVIT%%%%DATADIR%%/movit/filter_movit_diffusion.yml %%MOVIT%%%%DATADIR%%/movit/filter_movit_flip.yml @@ -169,6 +177,8 @@ share/man/man1/melt-7.1.gz %%MOVIT%%%%DATADIR%%/movit/filter_movit_mirror.yml %%MOVIT%%%%DATADIR%%/movit/filter_movit_opacity.yml %%MOVIT%%%%DATADIR%%/movit/filter_movit_rect.yml +%%MOVIT%%%%DATADIR%%/movit/filter_movit_resample.yml +%%MOVIT%%%%DATADIR%%/movit/filter_movit_resize.yml %%MOVIT%%%%DATADIR%%/movit/filter_movit_saturation.yml %%MOVIT%%%%DATADIR%%/movit/filter_movit_vignette.yml %%MOVIT%%%%DATADIR%%/movit/filter_movit_white_balance.yml @@ -306,6 +316,14 @@ share/man/man1/melt-7.1.gz %%AVFORMAT%%%%DATADIR%%/presets/consumer/avformat/stills/TGA %%AVFORMAT%%%%DATADIR%%/presets/consumer/avformat/stills/TIFF %%AVFORMAT%%%%DATADIR%%/presets/consumer/avformat/stills/webp +%%AVFORMAT%%%%DATADIR%%/presets/consumer/avformat/ten_bit/AV1 +%%AVFORMAT%%%%DATADIR%%/presets/consumer/avformat/ten_bit/DNxHR-HQ +%%AVFORMAT%%%%DATADIR%%/presets/consumer/avformat/ten_bit/FFV1 +%%AVFORMAT%%%%DATADIR%%/presets/consumer/avformat/ten_bit/ProRes 422 +%%AVFORMAT%%%%DATADIR%%/presets/consumer/avformat/ten_bit/ProRes 444 +%%AVFORMAT%%%%DATADIR%%/presets/consumer/avformat/ten_bit/ProRes HQ +%%AVFORMAT%%%%DATADIR%%/presets/consumer/avformat/ten_bit/x264-high10 +%%AVFORMAT%%%%DATADIR%%/presets/consumer/avformat/ten_bit/x265-main10 %%AVFORMAT%%%%DATADIR%%/presets/consumer/avformat/vp9 %%AVFORMAT%%%%DATADIR%%/presets/consumer/avformat/webm %%AVFORMAT%%%%DATADIR%%/presets/consumer/avformat/webm-pass1 @@ -403,6 +421,7 @@ share/man/man1/melt-7.1.gz %%DATADIR%%/profiles/vertical_hd_30 %%DATADIR%%/profiles/vertical_hd_60 %%RESAMPLE%%%%DATADIR%%/resample/filter_resample.yml +%%RESAMPLE%%%%DATADIR%%/resample/link_resample.yml %%RTAUDIO%%%%DATADIR%%/rtaudio/consumer_rtaudio.yml %%RUBBERBAND%%%%DATADIR%%/rubberband/filter_rbpitch.yml %%SDL2%%%%DATADIR%%/sdl2/consumer_sdl2.yml @@ -412,6 +431,8 @@ share/man/man1/melt-7.1.gz %%VIDSTAB%%%%DATADIR%%/vid.stab/filter_deshake.yml %%VIDSTAB%%%%DATADIR%%/vid.stab/filter_vidstab.yml %%VORBIS%%%%DATADIR%%/vorbis/producer_vorbis.yml +%%XINE%%%%DATADIR%%/xine/filter_deinterlace.yml +%%XINE%%%%DATADIR%%/xine/link_deinterlace.yml %%DATADIR%%/xml/consumer_xml.yml %%DATADIR%%/xml/mlt-xml.dtd %%DATADIR%%/xml/producer_xml-nogl.yml diff --git a/multimedia/nordlicht/Makefile b/multimedia/nordlicht/Makefile deleted file mode 100644 index 51d57c95b6cf..000000000000 --- a/multimedia/nordlicht/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -PORTNAME= nordlicht -PORTVERSION= 0.4.5 -DISTVERSIONPREFIX= v -PORTREVISION= 7 -CATEGORIES= multimedia - -MAINTAINER= ports@FreeBSD.org -COMMENT= Create moodbars from video files -WWW= https://nordlicht.github.io/ - -DEPRECATED= Unmaintained for years upstream and fails to build with FFmpeg 6 -EXPIRATION_DATE=2023-05-31 - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE.md - -BUILD_DEPENDS= help2man:misc/help2man -LIB_DEPENDS= libavcodec.so.58:multimedia/ffmpeg4 \ - libpopt.so:devel/popt \ - libpng.so:graphics/png - -USE_GITHUB= yes - -USES= cmake pathfix pkgconfig shebangfix -USE_LDCONFIG= yes - -PLIST_SUB= PORTVERSION=${PORTVERSION} - -SHEBANG_FILES= utils/mpv-nordlicht - -OPTIONS_DEFINE= EXAMPLES - -post-patch: - @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' \ - ${PATCH_WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${PATCH_WRKSRC}/cmake/FindFFmpeg.cmake - -post-install: - @cd ${WRKSRC}/utils && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} - -.include diff --git a/multimedia/nordlicht/distinfo b/multimedia/nordlicht/distinfo deleted file mode 100644 index d6284eb3aa14..000000000000 --- a/multimedia/nordlicht/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1484929858 -SHA256 (nordlicht-nordlicht-v0.4.5_GH0.tar.gz) = e9f65f631496ed3f1572f74d6f471259f47fb25545b225e97e238b18c152d9d6 -SIZE (nordlicht-nordlicht-v0.4.5_GH0.tar.gz) = 42584 diff --git a/multimedia/nordlicht/files/patch-cmake_FindFFmpeg.cmake b/multimedia/nordlicht/files/patch-cmake_FindFFmpeg.cmake deleted file mode 100644 index 9972f1ada037..000000000000 --- a/multimedia/nordlicht/files/patch-cmake_FindFFmpeg.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- cmake/FindFFmpeg.cmake.orig 2023-04-25 07:25:17 UTC -+++ cmake/FindFFmpeg.cmake -@@ -26,6 +26,8 @@ - # Redistribution and use is allowed according to the terms of the BSD license. - # For details see the accompanying COPYING-CMAKE-SCRIPTS file. - -+set(CMAKE_PREFIX_PATH "%%LOCALBASE%%/ffmpeg4;%%LOCALBASE%%/ffmpeg4/libexec") -+ - include(FindPackageHandleStandardArgs) - - # The default components were taken from a survey over other FindFFMPEG.cmake files diff --git a/multimedia/nordlicht/pkg-descr b/multimedia/nordlicht/pkg-descr deleted file mode 100644 index 3d76a6012095..000000000000 --- a/multimedia/nordlicht/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -nordlicht is a tool that converts video files into colorful barcodes. -nordlicht is free software, supports a large number of styles, and is -optimized for speed. It comes with a software library written in C -that allows for easy integration into other programs. diff --git a/multimedia/nordlicht/pkg-plist b/multimedia/nordlicht/pkg-plist deleted file mode 100644 index 7f8d83d1feb3..000000000000 --- a/multimedia/nordlicht/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/nordlicht -include/nordlicht.h -lib/libnordlicht.so -lib/libnordlicht.so.0 -lib/libnordlicht.so.%%PORTVERSION%% -libdata/pkgconfig/nordlicht.pc -man/man1/nordlicht.1.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpv-nordlicht -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpv-nordlicht.lua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nordlicht.thumbnailer -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/youtube-nordlicht diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 4f4961fe5315..5a3305c86f0e 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -172,7 +172,6 @@ SUBDIR += nagios4 SUBDIR += nagiosgraph SUBDIR += nagiosql - SUBDIR += nagircbot SUBDIR += nagnu SUBDIR += nagstamon SUBDIR += nagtail @@ -417,11 +416,6 @@ SUBDIR += zabbix6-java SUBDIR += zabbix6-proxy SUBDIR += zabbix6-server - SUBDIR += zabbix62-agent - SUBDIR += zabbix62-frontend - SUBDIR += zabbix62-java - SUBDIR += zabbix62-proxy - SUBDIR += zabbix62-server SUBDIR += zabbix64-agent SUBDIR += zabbix64-frontend SUBDIR += zabbix64-java diff --git a/net-mgmt/icingaweb2-module-grafana/Makefile b/net-mgmt/icingaweb2-module-grafana/Makefile index f4d152ad0588..108e065c2d62 100644 --- a/net-mgmt/icingaweb2-module-grafana/Makefile +++ b/net-mgmt/icingaweb2-module-grafana/Makefile @@ -1,7 +1,7 @@ PORTNAME= icingaweb2-module-grafana DISTVERSIONPREFIX= v -DISTVERSION= 1.4.2 -PORTREVISION= 1 +DISTVERSION= 2.0.3 +PORTREVISION= 0 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/net-mgmt/icingaweb2-module-grafana/distinfo b/net-mgmt/icingaweb2-module-grafana/distinfo index 77988e8dc810..d5dd8f7d0913 100644 --- a/net-mgmt/icingaweb2-module-grafana/distinfo +++ b/net-mgmt/icingaweb2-module-grafana/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620065703 -SHA256 (mikesch-mp-icingaweb2-module-grafana-v1.4.2_GH0.tar.gz) = f153c10d71ceeb64144fde3162921524ffb20678018290e01682e4c0a3e10a25 -SIZE (mikesch-mp-icingaweb2-module-grafana-v1.4.2_GH0.tar.gz) = 1769405 +TIMESTAMP = 1685178892 +SHA256 (mikesch-mp-icingaweb2-module-grafana-v2.0.3_GH0.tar.gz) = f51ace389ac5c2b8735e88dac94e6bde4f183b25154e424af1fa11a03bb0715f +SIZE (mikesch-mp-icingaweb2-module-grafana-v2.0.3_GH0.tar.gz) = 1765565 diff --git a/net-mgmt/icingaweb2-module-grafana/pkg-plist b/net-mgmt/icingaweb2-module-grafana/pkg-plist index 0c34a997a3ed..e3103b538a53 100644 --- a/net-mgmt/icingaweb2-module-grafana/pkg-plist +++ b/net-mgmt/icingaweb2-module-grafana/pkg-plist @@ -6,8 +6,9 @@ %%WWWDIR%%/application/controllers/ConfigController.php %%WWWDIR%%/application/controllers/DashboardController.php %%WWWDIR%%/application/controllers/GraphController.php -%%WWWDIR%%/application/controllers/ImgController.php -%%WWWDIR%%/application/controllers/ShowController.php +%%WWWDIR%%/application/controllers/IcingadbdashboardController.php +%%WWWDIR%%/application/controllers/IcingadbimgController.php +%%WWWDIR%%/application/controllers/IcingadbshowController.php %%WWWDIR%%/application/forms/Config/GeneralConfigForm.php %%WWWDIR%%/application/forms/Graph/GraphForm.php %%WWWDIR%%/application/views/scripts/config/index.phtml @@ -115,10 +116,13 @@ %%WWWDIR%%/doc/images/showallgraph.png %%WWWDIR%%/library/Grafana/Helpers/Timeranges.php %%WWWDIR%%/library/Grafana/Helpers/Util.php -%%WWWDIR%%/library/Grafana/ProvidedHook/GrafanaAuthentification.php -%%WWWDIR%%/library/Grafana/ProvidedHook/Grapher.php -%%WWWDIR%%/library/Grafana/ProvidedHook/Monitoring/HostActions.php -%%WWWDIR%%/library/Grafana/Web/Controller/MonitoringAwareController.php +%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/HostActions.php +%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/HostDetailExtension.php +%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/IcingaDbGrapher.php +%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/IcingadbSupport.php +%%WWWDIR%%/library/Grafana/ProvidedHook/Icingadb/ServiceDetailExtension.php +%%WWWDIR%%/library/Grafana/Web/Controller/IcingadbGrafanaController.php +%%WWWDIR%%/library/Grafana/Web/Widget/PrintAction.php %%WWWDIR%%/module.info %%WWWDIR%%/public/css/module.less %%WWWDIR%%/public/js/behavior/iframe.js diff --git a/net-mgmt/nagircbot/Makefile b/net-mgmt/nagircbot/Makefile deleted file mode 100644 index d65bcf986fb4..000000000000 --- a/net-mgmt/nagircbot/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= nagircbot -PORTVERSION= 0.0.33 -PORTREVISION= 2 -CATEGORIES= net-mgmt irc -MASTER_SITES= http://www.vanheusden.com/nagircbot/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= IRC bot for Nagios -WWW= http://www.vanheusden.com/nagircbot/ - -DEPRECATED= Broken for more than a year and fails to build on all supported release -EXPIRATION_DATE= 2023-06-01 -BROKEN= ld: error: duplicate symbol: pfh - -USES= gmake ssl tar:tgz -USE_RC_SUBR= nagircbot -CFLAGS+= -I${OPENSSLINC} -LDFLAGS+= -L${OPENSSLLIB} - -PLIST_FILES= bin/nagircbot - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nagircbot - -.include diff --git a/net-mgmt/nagircbot/distinfo b/net-mgmt/nagircbot/distinfo deleted file mode 100644 index 0e7fcdc2ba56..000000000000 --- a/net-mgmt/nagircbot/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (nagircbot-0.0.33.tgz) = 7a7c63a409bdad125b19ec852a772746eda2b1feef71bbdf58bd2a2c785a0887 -SIZE (nagircbot-0.0.33.tgz) = 20085 diff --git a/net-mgmt/nagircbot/files/nagircbot.in b/net-mgmt/nagircbot/files/nagircbot.in deleted file mode 100644 index e1d288a99678..000000000000 --- a/net-mgmt/nagircbot/files/nagircbot.in +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh - -# PROVIDE: nagircbot -# REQUIRE: NETWORKING -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf to enable nagircbot: -# -# nagircbot_enable="YES" -# nagircbot_flags="" -# -# You must configure at least some flags to make it connect to a server. See -h. -# - -. /etc/rc.subr - -name=nagircbot -rcvar=nagircbot_enable - -pidfile=/var/run/nagios/${name}.pid -command=%%PREFIX%%/bin/nagircbot -command_args="-P $pidfile -z nagios" - -# set defaults - -nagircbot_enable=${nagircbot_enable:-"NO"} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/net-mgmt/nagircbot/files/patch-Makefile b/net-mgmt/nagircbot/files/patch-Makefile deleted file mode 100644 index 349b6c35e6ae..000000000000 --- a/net-mgmt/nagircbot/files/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig 2011-01-18 18:39:10.000000000 +0800 -+++ Makefile 2014-06-09 11:58:06.803930107 +0800 -@@ -3,7 +3,7 @@ - VERSION=0.0.33 - - DEBUG= -g -D_DEBUG #-fprofile-arcs -ftest-coverage # -pg -g --CXXFLAGS+=-Wall -O2 -DVERSION=\"${VERSION}\" $(DEBUG) -+CXXFLAGS+=-DUSE_MMAP -Wall -O2 -DVERSION=\"${VERSION}\" $(DEBUG) - CFLAGS+=${CXXFLAGS} - LDFLAGS+=$(DEBUG) -lcrypto -lssl -lstdc++ - -@@ -15,7 +15,7 @@ nagircbot: $(OBJS) - $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o nagircbot - - install: nagircbot -- cp nagircbot /usr/local/bin -+ cp nagircbot $(DESTDIR)${PREFIX}/bin - - clean: - rm -f $(OBJS) nagircbot core *.da *.gcov *.bb* diff --git a/net-mgmt/nagircbot/files/patch-anna.cpp b/net-mgmt/nagircbot/files/patch-anna.cpp deleted file mode 100644 index 9a1a2968be71..000000000000 --- a/net-mgmt/nagircbot/files/patch-anna.cpp +++ /dev/null @@ -1,59 +0,0 @@ ---- anna.cpp.orig 2011-01-18 05:39:10.000000000 -0500 -+++ anna.cpp 2011-05-31 22:45:11.000000000 -0400 -@@ -23,6 +23,7 @@ - #include "ssl.h" - #include "log.h" - } -+#include "anna.h" - - #define S_DISCONNECTED 1 - #define S_CONNECTED 2 -@@ -43,6 +44,7 @@ - int minimum_time_for_successfull_login = 25; // one needs to be on-channel for at least 5 seconds to be considered a successfull login - int join_timeout = 5; // it should take no longer then 5 seconds to join a channel, otherwhise: abort connection and retry - int max_n_join_tries = 2; // try 2 times to get on a channel -+int throttle_delay = 1; // don't send more than one message per 1 seconds - char *server = "localhost:6667"; /* default irc server */ - char *channel = "#nagircbot"; /* default channel to connect to */ - char *nick_prefix = ""; /* prefix text for all messages sent to channel */ -@@ -53,7 +55,7 @@ - int one_line = 1; - char *username = "Nagios IRC Bot " VERSION ", (C) www.vanheusden.com"; /* complete username */ - int verbose = 255; /* default is log everything */ --char *statuslog = "/usr/local/nagios/var/status.log"; -+char *statuslog = "/var/spool/nagios/status.dat"; - int statuslog_version = 2; - int statuslog_location = L_FILE; - char use_colors = 0; -@@ -174,6 +176,13 @@ - - int irc_privmsg(server_t server_conn, char *channel, char *msg) - { -+ static time_t last_msg = time(NULL); -+ time_t diff = time(NULL) - last_msg; -+ if (diff < throttle_delay) { -+ sleep(throttle_delay - diff); -+ } -+ time(&last_msg); -+ - return send_irc(server_conn, "PRIVMSG %s :%s", channel, msg); - } - -@@ -192,7 +201,7 @@ - - /* open file or connection to nagios status socket */ - if (is_file == 1) /* file */ -- fd = open64(statuslog, O_RDONLY); -+ fd = open(statuslog, O_RDONLY); - else - fd = connect_to(statuslog); - if (fd == -1) -@@ -490,7 +499,7 @@ - if (verbose > 1) dolog("reload_statuslog started"); - - if (statuslog_location == L_FILE) /* file */ -- fd_sl = open64(statuslog, O_RDONLY); -+ fd_sl = open(statuslog, O_RDONLY); - else - fd_sl = connect_to(statuslog); - diff --git a/net-mgmt/nagircbot/files/patch-anna.h b/net-mgmt/nagircbot/files/patch-anna.h deleted file mode 100644 index c812b25cb58b..000000000000 --- a/net-mgmt/nagircbot/files/patch-anna.h +++ /dev/null @@ -1,4 +0,0 @@ ---- /dev/null Sat Apr 28 14:15:01 2007 -+++ anna.h Sat Apr 28 14:16:47 2007 -@@ -0,0 +1 @@ -+struct pidfh *pfh; diff --git a/net-mgmt/nagircbot/files/patch-br.cpp b/net-mgmt/nagircbot/files/patch-br.cpp deleted file mode 100644 index 1b61a13923d5..000000000000 --- a/net-mgmt/nagircbot/files/patch-br.cpp +++ /dev/null @@ -1,63 +0,0 @@ ---- br.cpp.orig Mon Nov 27 06:21:58 2006 -+++ br.cpp Sat Apr 28 13:45:23 2007 -@@ -29,11 +29,12 @@ - #include - #include - #include "br.h" -+#include "utils.h" - - buffered_reader::buffered_reader(int cur_fd, int cur_block_size) - { - #ifdef USE_MMAP -- struct stat64 finfo; -+ struct stat finfo; - #endif - - fd = cur_fd; -@@ -44,20 +45,20 @@ - - /* try do mmap */ - #ifdef USE_MMAP -- if (fstat64(cur_fd, &finfo) == 0) -+ if (fstat(cur_fd, &finfo) == 0) - { - if (!S_ISFIFO(finfo.st_mode)) - { - /* mmap */ - size_of_file = finfo.st_size; -- cur_offset = mmap_addr = (char *)mmap64(NULL, size_of_file, PROT_READ, MAP_SHARED, cur_fd, 0); -+ cur_offset = mmap_addr = (char *)mmap(NULL, size_of_file, PROT_READ, MAP_SHARED, cur_fd, 0); - if (!mmap_addr) - { -- fprintf(stderr, "mmap64 failed: %d/%s\n", errno, strerror(errno)); -+ fprintf(stderr, "mmap failed: %d/%s\n", errno, strerror(errno)); - } - - /* advise the kernel how to treat the mmaped region */ -- /* FIXME: change to madvise64 as soon as it comes available */ -+ /* FIXME: change to madvise as soon as it comes available */ - (void)madvise(mmap_addr, size_of_file, MADV_SEQUENTIAL); - - // fprintf(stderr, "*using mmap*\n"); -@@ -237,7 +238,7 @@ - - n_bytes = lf_offset - buffer_pointer; - -- out = strndup(&buffer[buffer_pointer], n_bytes); -+ out = mystrndup(&buffer[buffer_pointer], n_bytes); - if (!out) - { - fprintf(stderr, "buffered_reader::read_line: malloc(%lld) failed\n", n_bytes + 1); -@@ -251,10 +252,10 @@ - return out; - } - --off64_t buffered_reader::file_offset(void) -+off_t buffered_reader::file_offset(void) - { - if (mmap_addr) - return cur_offset - mmap_addr; - else -- return lseek64(fd, 0, SEEK_CUR); -+ return lseek(fd, 0, SEEK_CUR); - } diff --git a/net-mgmt/nagircbot/files/patch-br.h b/net-mgmt/nagircbot/files/patch-br.h deleted file mode 100644 index ade60765a07e..000000000000 --- a/net-mgmt/nagircbot/files/patch-br.h +++ /dev/null @@ -1,26 +0,0 @@ ---- br.h.orig 2011-01-18 05:39:10.000000000 -0500 -+++ br.h 2011-05-31 22:12:14.000000000 -0400 -@@ -1,5 +1,7 @@ - /* (C) 2006-2010 by folkert@vanheusden.com GPLv2 applies */ - -+#include -+ - /* code taken from linux kernel */ - #if __GNUC__ == 2 && __GNUC_MINOR__ < 96 - #define __builtin_expect(x, expected_value) (x) -@@ -17,7 +19,7 @@ - char *buffer; - long long int buffer_length, buffer_pointer; - char *mmap_addr, *cur_offset; -- off64_t size_of_file; -+ off_t size_of_file; - - int number_of_bytes_in_buffer(void); - int read_into_buffer(void); -@@ -30,5 +32,5 @@ - - char * read_line(void); - -- off64_t file_offset(void); -+ off_t file_offset(void); - }; diff --git a/net-mgmt/nagircbot/files/patch-error.c b/net-mgmt/nagircbot/files/patch-error.c deleted file mode 100644 index 486883fb5604..000000000000 --- a/net-mgmt/nagircbot/files/patch-error.c +++ /dev/null @@ -1,9 +0,0 @@ ---- error.c.orig Sat Apr 28 14:08:54 2007 -+++ error.c Sat Apr 28 14:17:12 2007 -@@ -5,6 +5,9 @@ - #include - #include - #include -+#include -+#include -+#include "anna.h" diff --git a/net-mgmt/nagircbot/files/patch-utils.cpp b/net-mgmt/nagircbot/files/patch-utils.cpp deleted file mode 100644 index baf92293db0f..000000000000 --- a/net-mgmt/nagircbot/files/patch-utils.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- utils.cpp.orig Mon Nov 27 06:21:58 2006 -+++ utils.cpp Sat Apr 28 13:45:23 2007 -@@ -29,6 +29,7 @@ - #include - #include - #include -+#include - extern "C" { - #include "error.h" - } diff --git a/net-mgmt/nagircbot/files/patch-utils.h b/net-mgmt/nagircbot/files/patch-utils.h deleted file mode 100644 index b96affbdd161..000000000000 --- a/net-mgmt/nagircbot/files/patch-utils.h +++ /dev/null @@ -1,11 +0,0 @@ ---- utils.h.orig Mon Nov 27 06:21:58 2006 -+++ utils.h Sat Apr 28 13:45:23 2007 -@@ -19,7 +19,7 @@ - void * mymalloc(int size, char *what); - void * myrealloc(void *oldp, int newsize, char *what); - char * mystrdup(char *in); --char * mtstrndup(char *in, int len); -+char * mystrndup(char *in, int len); - void myfree(void *p, char *what); - ssize_t WRITE(int fd, char *whereto, size_t len); - int get_filesize(char *filename); diff --git a/net-mgmt/nagircbot/pkg-descr b/net-mgmt/nagircbot/pkg-descr deleted file mode 100644 index 357aee36d230..000000000000 --- a/net-mgmt/nagircbot/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Nagircbot is an IRC bot that monitors Nagios's status file for changes and -announces those in an IRC channel. It can also change the topic of the channel -to reflect current status. diff --git a/net-mgmt/netdisco/Makefile b/net-mgmt/netdisco/Makefile index bf0672e31ab0..1b353ee13984 100644 --- a/net-mgmt/netdisco/Makefile +++ b/net-mgmt/netdisco/Makefile @@ -1,5 +1,5 @@ PORTNAME= netdisco -DISTVERSION= 2.047002 +DISTVERSION= 2.061001 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:OLIVER @@ -26,6 +26,7 @@ RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg \ p5-Authen-Radius>=0:security/p5-Authen-Radius \ p5-Authen-TacacsPlus>=0:security/p5-Authen-TacacsPlus \ p5-CGI-Expand>=2.05:www/p5-CGI-Expand \ + p5-Crypt-Bcrypt>=0:security/p5-Crypt-Bcrypt \ p5-Data-Printer>=0:devel/p5-Data-Printer \ p5-Data-Visitor-Tiny>=0:devel/p5-Data-Visitor-Tiny \ p5-DBIx-Class-Helpers>=2.033004:databases/p5-DBIx-Class-Helpers \ diff --git a/net-mgmt/netdisco/distinfo b/net-mgmt/netdisco/distinfo index 72ab3d15297f..c258651e17d0 100644 --- a/net-mgmt/netdisco/distinfo +++ b/net-mgmt/netdisco/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609928897 -SHA256 (App-Netdisco-2.047002.tar.gz) = b5515e6cdead75920448c264d91bb8ec70d7407566bc466b3d21e8fac70d7daa -SIZE (App-Netdisco-2.047002.tar.gz) = 3989731 +TIMESTAMP = 1683632136 +SHA256 (App-Netdisco-2.061001.tar.gz) = 7ccf2f4d1ee74c041fd95a2b0d661331a2a16af4c20f210d39f9dec80d12d85d +SIZE (App-Netdisco-2.061001.tar.gz) = 4528674 diff --git a/net-mgmt/netdisco/files/pkg-message.in b/net-mgmt/netdisco/files/pkg-message.in index 5a9a386b5540..ca61ebd25666 100644 --- a/net-mgmt/netdisco/files/pkg-message.in +++ b/net-mgmt/netdisco/files/pkg-message.in @@ -3,17 +3,21 @@ message: < diff --git a/net-p2p/py-ed2k-tools/files/patch-ed2k__metutils.py b/net-p2p/py-ed2k-tools/files/patch-ed2k__metutils.py index 7cd01f6f60d3..7c4cfa1ac8ee 100644 --- a/net-p2p/py-ed2k-tools/files/patch-ed2k__metutils.py +++ b/net-p2p/py-ed2k-tools/files/patch-ed2k__metutils.py @@ -1,6 +1,6 @@ --- ed2k_metutils.py.orig 2003-05-06 11:53:14 UTC +++ ed2k_metutils.py -@@ -6,7 +6,6 @@ +@@ -6,24 +6,24 @@ # tested on macosx 10.2.4, python 2.2 import struct; @@ -8,9 +8,10 @@ import sys; # Some defines. -@@ -14,16 +13,16 @@ import sys; + TAG_TYPE_STRING = 2; TAG_TYPE_INTEGER = 3; ++TAG_TYPE_BLOB = 7 -TAG_HANDLE_FILENAME = chr( 1 ); -TAG_HANDLE_FILESIZE = chr( 2 ); @@ -35,7 +36,7 @@ class MetFile: """Class designed to hold the data of a .part.met file.""" -@@ -39,7 +38,7 @@ class MetFile: +@@ -39,7 +39,7 @@ class MetFile: # a .part file must exist, even if it's empty. The same doesn't apply for new overnet. self.version = 225; self.modDate = 0; @@ -44,7 +45,7 @@ class MetFile: return; header_struct = "0:net/libzmq4 -RUN_DEPENDS= libzmq4>0:net/libzmq4 -LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ - libevent.so:devel/libevent \ - libgmp.so:math/gmp \ - libminiupnpc.so:net/miniupnpc \ - libprotobuf.so:devel/protobuf \ - libqrencode.so:graphics/libqrencode - -USES= autoreconf bdb:5+ compiler:c++14-lang cpe gmake libtool pkgconfig qt:5 ssl - -GNU_CONFIGURE= yes -CONFIGURE_ENV+= BDB_CFLAGS="-I${BDB_INCLUDE_DIR}" \ - BDB_LIBS="-L${BDB_LIB_DIR} -l${BDB_LIB_CXX_NAME}" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include" -# * Man pages have not been adjusted after cloning the Bitcoin code base. -# They are the old Bitcoin man pages, so do not install them. -# * --with-incompatible-bdb is required in order to use bdb-5. -# * Do not install unneeded include/bitcoinconsensus.h and -# lib/libbitcoinconsensus.* (--without-libs) -CONFIGURE_ARGS= --disable-man \ - --with-gui=qt5 \ - --with-incompatible-bdb \ - --with-miniupnpc=${LOCALBASE} \ - --with-qrencode \ - --without-libs - -USE_QT= buildtools core dbus gui linguisttools network testlib widgets -USE_GITHUB= yes -GH_TUPLE= qtumproject:qtum:${DISTVERSIONPREFIX}${PORTVERSION} \ - qtumproject:cpp-eth-qtum:3f8e2fa7a3b97:cppeth1/src/cpp-ethereum \ - ethereum:cable:3fc90c6eed80a2cbe81e968:cppeth2/src/cpp-ethereum/cmake/cable \ - chfast:ethash:67a3216a5494834f7c221df9:cppeth3/src/cpp-ethereum/ethash \ - ethereum:evmc:1de783316a95fccb4fe7c24f:cppeth4/src/cpp-ethereum/evmc - -.include - -# The ./configure script tries to use pkg-config to derive the SSL CFLAGS and -# libraries, but pkg-config requires libssl.pc which is only installed by the -# ports' security/openssl and not present in the base system. So if we are to -# use the base's SSL, then we trick ./configure to not use pkg-config by -# setting some related environment variables. -.if ${SSL_DEFAULT} == base -CONFIGURE_ENV+= CRYPTO_CFLAGS="-I${OPENSSLINC}" \ - CRYPTO_LIBS="-lcrypto" \ - SSL_CFLAGS="-I${OPENSSLINC}" \ - SSL_LIBS="-lssl" -.endif - -.include diff --git a/net-p2p/qtum/distinfo b/net-p2p/qtum/distinfo deleted file mode 100644 index 7a6252e0c86d..000000000000 --- a/net-p2p/qtum/distinfo +++ /dev/null @@ -1,11 +0,0 @@ -TIMESTAMP = 1624349206 -SHA256 (qtumproject-qtum-mainnet-fastlane-v0.20.3_GH0.tar.gz) = 622096ab9703d06c92df84dea502abc33d6c482acb39180e170062474de7ea7f -SIZE (qtumproject-qtum-mainnet-fastlane-v0.20.3_GH0.tar.gz) = 14335430 -SHA256 (qtumproject-cpp-eth-qtum-3f8e2fa7a3b97_GH0.tar.gz) = 7a3b46f41675501fb33d8606f1bdd3d646ab4513d6162edd4dcafbc65667b552 -SIZE (qtumproject-cpp-eth-qtum-3f8e2fa7a3b97_GH0.tar.gz) = 1079015 -SHA256 (ethereum-cable-3fc90c6eed80a2cbe81e968_GH0.tar.gz) = cec4a9eb03f69cb52a0a7f57e30f6d0139c7e835163ccd7095818c39e9243b75 -SIZE (ethereum-cable-3fc90c6eed80a2cbe81e968_GH0.tar.gz) = 17068 -SHA256 (chfast-ethash-67a3216a5494834f7c221df9_GH0.tar.gz) = db14f6c87387259b31812da81563f9dfc450e94f9723bc5ad8ec6a9d7593c39f -SIZE (chfast-ethash-67a3216a5494834f7c221df9_GH0.tar.gz) = 95941 -SHA256 (ethereum-evmc-1de783316a95fccb4fe7c24f_GH0.tar.gz) = 800a17a03b4fd4d23797a3176e0e0e57a5f6e6a03fe16d75d8f726fdf86ebc7f -SIZE (ethereum-evmc-1de783316a95fccb4fe7c24f_GH0.tar.gz) = 108219 diff --git a/net-p2p/qtum/files/patch-src_Makefile.am b/net-p2p/qtum/files/patch-src_Makefile.am deleted file mode 100644 index dfd446a4666a..000000000000 --- a/net-p2p/qtum/files/patch-src_Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ ---- src/Makefile.am.orig 2019-09-18 14:02:05 UTC -+++ src/Makefile.am -@@ -19,9 +19,8 @@ else - LIBUNIVALUE = $(UNIVALUE_LIBS) - endif - --BITCOIN_INCLUDES=-I$(builddir) $(BDB_CPPFLAGS) $(BOOST_CPPFLAGS) $(LEVELDB_CPPFLAGS) $(CRYPTO_CFLAGS) $(SSL_CFLAGS) -I$(srcdir)/cpp-ethereum/utils -- --BITCOIN_INCLUDES += -I$(srcdir)/secp256k1/include -+BITCOIN_INCLUDES= -I$(srcdir)/secp256k1/include -+BITCOIN_INCLUDES += -I$(builddir) $(BDB_CPPFLAGS) $(BOOST_CPPFLAGS) $(LEVELDB_CPPFLAGS) $(CRYPTO_CFLAGS) $(SSL_CFLAGS) -I$(srcdir)/cpp-ethereum/utils - BITCOIN_INCLUDES += -I$(srcdir)/libff/libff - BITCOIN_INCLUDES += -I$(srcdir)/libff - BITCOIN_INCLUDES += $(UNIVALUE_CFLAGS) diff --git a/net-p2p/qtum/files/patch-src_cpp-ethereum_ethash_lib_ethash_endianness.hpp b/net-p2p/qtum/files/patch-src_cpp-ethereum_ethash_lib_ethash_endianness.hpp deleted file mode 100644 index ce1153dfd6bc..000000000000 --- a/net-p2p/qtum/files/patch-src_cpp-ethereum_ethash_lib_ethash_endianness.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cpp-ethereum/ethash/lib/ethash/endianness.hpp.orig 2018-12-14 16:19:59 UTC -+++ src/cpp-ethereum/ethash/lib/ethash/endianness.hpp -@@ -24,7 +24,7 @@ - #define __BIG_ENDIAN 4321 - #define __BYTE_ORDER __LITTLE_ENDIAN - --#elif __APPLE__ -+#elif __APPLE__ || __FreeBSD__ - - #include - diff --git a/net-p2p/qtum/files/patch-src_cpp-ethereum_ethash_lib_ethash_keccak.c b/net-p2p/qtum/files/patch-src_cpp-ethereum_ethash_lib_ethash_keccak.c deleted file mode 100644 index 997395bec572..000000000000 --- a/net-p2p/qtum/files/patch-src_cpp-ethereum_ethash_lib_ethash_keccak.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cpp-ethereum/ethash/lib/ethash/keccak.c.orig 2018-12-14 16:19:59 UTC -+++ src/cpp-ethereum/ethash/lib/ethash/keccak.c -@@ -13,7 +13,7 @@ - #define __LITTLE_ENDIAN 1234 - #define __BIG_ENDIAN 4321 - #define __BYTE_ORDER __LITTLE_ENDIAN --#elif __APPLE__ -+#elif __APPLE__ || __FreeBSD__ - #include - #else - #include diff --git a/net-p2p/qtum/files/patch-src_cpp-ethereum_libaleth-interpreter_VM.cpp b/net-p2p/qtum/files/patch-src_cpp-ethereum_libaleth-interpreter_VM.cpp deleted file mode 100644 index a54d411af77e..000000000000 --- a/net-p2p/qtum/files/patch-src_cpp-ethereum_libaleth-interpreter_VM.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/cpp-ethereum/libaleth-interpreter/VM.cpp.orig 2019-09-18 13:47:22 UTC -+++ src/cpp-ethereum/libaleth-interpreter/VM.cpp -@@ -20,6 +20,10 @@ - - #include - -+#ifdef MSIZE -+#undef MSIZE -+#endif /* MSIZE */ -+ - namespace - { - void destroy(evmc_instance* _instance) diff --git a/net-p2p/qtum/files/patch-src_cpp-ethereum_libdevcore_Common.cpp b/net-p2p/qtum/files/patch-src_cpp-ethereum_libdevcore_Common.cpp deleted file mode 100644 index d0f85d2e0b52..000000000000 --- a/net-p2p/qtum/files/patch-src_cpp-ethereum_libdevcore_Common.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/cpp-ethereum/libdevcore/Common.cpp.orig 2019-09-18 13:47:22 UTC -+++ src/cpp-ethereum/libdevcore/Common.cpp -@@ -24,6 +24,7 @@ - #endif - - #include -+#include /* std::setlocale */ - - using namespace std; - diff --git a/net-p2p/qtum/files/patch-src_cpp-ethereum_libevm_LegacyVM.cpp b/net-p2p/qtum/files/patch-src_cpp-ethereum_libevm_LegacyVM.cpp deleted file mode 100644 index f1610c00c179..000000000000 --- a/net-p2p/qtum/files/patch-src_cpp-ethereum_libevm_LegacyVM.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/cpp-ethereum/libevm/LegacyVM.cpp.orig 2019-09-18 13:47:22 UTC -+++ src/cpp-ethereum/libevm/LegacyVM.cpp -@@ -17,6 +17,10 @@ - - #include "LegacyVM.h" - -+#ifdef MSIZE -+#undef MSIZE -+#endif /* MSIZE */ -+ - using namespace std; - using namespace dev; - using namespace dev::eth; diff --git a/net-p2p/qtum/pkg-descr b/net-p2p/qtum/pkg-descr deleted file mode 100644 index 9cace6964902..000000000000 --- a/net-p2p/qtum/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Combining a modified Bitcoin Core infrastructure with an intercompatible -version of the Ethereum Virtual Machine (EVM), Qtum merges the -reliability of Bitcoin's unfailing blockchain with the endless -possibilities provided by smart contracts. diff --git a/net-p2p/qtum/pkg-plist b/net-p2p/qtum/pkg-plist deleted file mode 100644 index 396f34aad107..000000000000 --- a/net-p2p/qtum/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/bench_qtum -bin/qtum-cli -bin/qtum-qt -bin/qtum-tx -bin/qtum-wallet -bin/qtumd -bin/test_qtum -bin/test_qtum-qt diff --git a/net-p2p/radarr/Makefile b/net-p2p/radarr/Makefile index 21898e1e0998..9832fe6296b1 100644 --- a/net-p2p/radarr/Makefile +++ b/net-p2p/radarr/Makefile @@ -1,8 +1,8 @@ PORTNAME= radarr -PORTVERSION= 4.4.4.7068 +DISTVERSION= 4.5.2.7388 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/ -DISTNAME= Radarr.master.${PORTVERSION}.freebsd-core-x64 +DISTNAME= Radarr.master.${DISTVERSION}.freebsd-core-x64 MAINTAINER= michiel@vanbaak.eu COMMENT= Movie Library Manager for Usenet and BitTorrent users diff --git a/net-p2p/radarr/distinfo b/net-p2p/radarr/distinfo index 0d544957098e..8d0435d65bf8 100644 --- a/net-p2p/radarr/distinfo +++ b/net-p2p/radarr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681545513 -SHA256 (Radarr.master.4.4.4.7068.freebsd-core-x64.tar.gz) = 34137dd9d6433bec107f7d97c1ac6a86c9ee1303a09695ffbef2de111b0b07a4 -SIZE (Radarr.master.4.4.4.7068.freebsd-core-x64.tar.gz) = 57847546 +TIMESTAMP = 1685290268 +SHA256 (Radarr.master.4.5.2.7388.freebsd-core-x64.tar.gz) = 67c7b1b88958f3cd41d41f09f8f0837cf083a1ae8936758dcb7a4efd50d73491 +SIZE (Radarr.master.4.5.2.7388.freebsd-core-x64.tar.gz) = 58134933 diff --git a/net-p2p/zetacoin-daemon/Makefile b/net-p2p/zetacoin-daemon/Makefile deleted file mode 100644 index e89f4132642f..000000000000 --- a/net-p2p/zetacoin-daemon/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -MASTERDIR= ${.CURDIR}/../zetacoin -PORTREVISION= 2 -PKGNAMESUFFIX= -daemon - -COMMENT= Peer-to-Peer crypto currency with quick transactions (Daemon) - -SLAVE_PORT= yes - -RUN_DEPENDS+= zetacoin-cli:net-p2p/zetacoin-utils - -OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP ZMQ -# WALLET_BDBMODERN is a choice for WALLET, introduced via OPTIONS_RADIO=WALLET -# from ${MASTERDIR}/Makefile -OPTIONS_DEFAULT= HARDENING UPNP WALLET_BDBMODERN ZMQ - -USERS= ${PORTNAME} -GROUPS= ${PORTNAME} - -CONFIGURE_ARGS= --with-daemon \ - --without-gui \ - --without-libs \ - --without-qrencode \ - --without-utils - -PLIST_FILES= bin/${PORTNAME}d \ - "@sample %%ETCDIR%%.conf.sample" - -USE_RC_SUBR= ${PORTNAME} -SUB_LIST+= PORTNAME=${PORTNAME} -SUB_FILES= pkg-message - -post-install: - ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample - -.include "${MASTERDIR}/Makefile" diff --git a/net-p2p/zetacoin-utils/Makefile b/net-p2p/zetacoin-utils/Makefile deleted file mode 100644 index 54bae0b6786a..000000000000 --- a/net-p2p/zetacoin-utils/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -MASTERDIR= ${.CURDIR}/../zetacoin -PORTREVISION= 2 -PKGNAMESUFFIX= -utils - -COMMENT= Peer-to-Peer crypto currency with quick transactions (CLI and Utilities) -SLAVE_PORT= yes - -OPTIONS_DEFINE= DEBUG HARDENING TESTS -OPTIONS_RADIO= -OPTIONS_DEFAULT= HARDENING - -PKGHELP= ${NONEXISTENT} - -CONFIGURE_ARGS= --without-daemon \ - --without-gui \ - --without-libs \ - --without-qrencode \ - --without-miniupnpc \ - --with-utils \ - --disable-wallet - -PLIST_FILES= bin/${PORTNAME}-cli bin/${PORTNAME}-tx - -.include "${MASTERDIR}/Makefile" diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile deleted file mode 100644 index ed4768e34acf..000000000000 --- a/net-p2p/zetacoin/Makefile +++ /dev/null @@ -1,124 +0,0 @@ -PORTNAME= zetacoin -PORTVERSION= 0.13.2.1 -DISTVERSIONPREFIX= v -PORTREVISION= 9 -CATEGORIES= net-p2p finance - -MAINTAINER= daniel@morante.net -COMMENT= Peer-to-Peer crypto currency with quick transactions -WWW= https://github.com/zetacoin/zetacoin - -LICENSE= MIT - -BROKEN= error: use of undeclared identifier '_1' -DEPRECATED= Broken for nearly a year -EXPIRATION_DATE= 2023-06-01 - -LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ - libevent.so:devel/libevent - -USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig shebangfix ssl - -USE_GITHUB= yes - -GNU_CONFIGURE= yes - -SLAVE_PORT?= no - -.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" -USES+= desktop-file-utils qt:5 -USE_QT= core gui network widgets \ - buildtools:build linguisttools:build qmake:build - -BUILD_DEPENDS+= protoc:devel/protobuf -LIB_DEPENDS+= libprotobuf.so:devel/protobuf - -TESTS_USES= qt:5 -TESTS_USE= QT=testlib -TESTS_PLIST_FILES= bin/test_${PORTNAME}-qt \ - bin/test_${PORTNAME} -.endif - -OPTIONS_DEFINE?= DBUS DEBUG HARDENING QRCODES TESTS UPNP WALLET_BDBMODERN ZMQ -OPTIONS_DEFAULT?= DBUS HARDENING QRCODES UPNP WALLET_BDBMODERN ZMQ -OPTIONS_SUB= yes - -HARDENING_DESC= Attempt to harden binaries (PIE for ASLR, NX Stack) -QRCODES_DESC= Display QR Codes -TESTS_DESC= Build test binary and unit tests -WALLET_BDBMODERN_DESC= Wallet using modern BDB 5.x or 6.x -ZMQ_DESC= Block and transaction broadcasting with ZeroMQ - -DBUS_CONFIGURE_WITH= dbus -DBUS_USES= qt:5 -DBUS_USE= QT=dbus - -DEBUG_CONFIGURE_ENABLE= debug -DEBUG_INSTALL_TARGET_OFF= install-strip - -HARDENING_CONFIGURE_ENABLE= hardening - -TESTS_CONFIGURE_ENABLE= tests bench -.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "yes" -TESTS_PLIST_FILES= bin/test_${PORTNAME} -.endif -TESTS_PLIST_FILES+= bin/bench_${PORTNAME} - -UPNP_CONFIGURE_WITH= miniupnpc -UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc -UPNP_CPPFLAGS= -I${LOCALBASE}/include -UPNP_LIBS= -L${LOCALBASE}/lib - -QRCODES_CONFIGURE_WITH= qrencode -QRCODES_LIB_DEPENDS= libqrencode.so:graphics/libqrencode - -ZMQ_CONFIGURE_ENABLE= zmq -ZMQ_BUILD_DEPENDS= libzmq4>0:net/libzmq4 -ZMQ_RUN_DEPENDS= libzmq4>0:net/libzmq4 - -CONFIGURE_ARGS?= --without-libs \ - --with-gui=qt5 \ - --without-daemon \ - --without-utils - -CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ - SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" \ - OBJCXX="${CXX}" OBJCXXFLAGS="${CXXFLAGS}" -MAKE_ENV+= V=1 - -PLIST_FILES?= bin/${PORTNAME}-qt share/applications/${PORTNAME}-qt.desktop \ - share/pixmaps/${PORTNAME}256.png - -.include - -.if ${PORT_OPTIONS:MWALLET_BDBMODERN} -CONFIGURE_ARGS+= --enable-wallet --with-incompatible-bdb -USES+= bdb:5+ -.else -CONFIGURE_ARGS+= --disable-wallet -.endif - -.include - -.if ${PORT_OPTIONS:MWALLET_BDBMODERN} -CPPFLAGS+= -I${BDB_INCLUDE_DIR} -LIBS+= -L${BDB_LIB_DIR} -.endif - -.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" - -post-install: - ${INSTALL} ${FILESDIR}/${PORTNAME}-qt.desktop \ - ${STAGEDIR}${PREFIX}/share/applications - ${INSTALL} ${WRKSRC}/src/qt/res/icons/bitcoin.png \ - ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}256.png - -.endif - -regression-test: build - # To use this sucessfully, remove --without-daemon and --without-utils - # from CONFIGURE_ARGS above. - - @cd ${WRKSRC} && ${GMAKE} check - -.include diff --git a/net-p2p/zetacoin/distinfo b/net-p2p/zetacoin/distinfo deleted file mode 100644 index 7d1922e4ea08..000000000000 --- a/net-p2p/zetacoin/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1563356382 -SHA256 (zetacoin-zetacoin-v0.13.2.1_GH0.tar.gz) = 4169a81abb3ded551bf8f8d10e2a7d51ee2b5b2b87e7b4005cce19d584e6378d -SIZE (zetacoin-zetacoin-v0.13.2.1_GH0.tar.gz) = 5156393 diff --git a/net-p2p/zetacoin/files/patch-src_Makefile.bench.include b/net-p2p/zetacoin/files/patch-src_Makefile.bench.include deleted file mode 100644 index 634203721e38..000000000000 --- a/net-p2p/zetacoin/files/patch-src_Makefile.bench.include +++ /dev/null @@ -1,57 +0,0 @@ ---- src/Makefile.bench.include.orig 2018-07-31 20:08:28 UTC -+++ src/Makefile.bench.include -@@ -2,12 +2,12 @@ - # Distributed under the MIT software license, see the accompanying - # file COPYING or http://www.opensource.org/licenses/mit-license.php. - --bin_PROGRAMS += bench/bench_bitcoin -+bin_PROGRAMS += bench/bench_zetacoin - BENCH_SRCDIR = bench --BENCH_BINARY = bench/bench_bitcoin$(EXEEXT) -+BENCH_BINARY = bench/bench_zetacoin$(EXEEXT) - - --bench_bench_bitcoin_SOURCES = \ -+bench_bench_zetacoin_SOURCES = \ - bench/bench_bitcoin.cpp \ - bench/bench.cpp \ - bench/bench.h \ -@@ -16,9 +16,9 @@ bench_bench_bitcoin_SOURCES = \ - bench/crypto_hash.cpp \ - bench/base58.cpp - --bench_bench_bitcoin_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(EVENT_CLFAGS) $(EVENT_PTHREADS_CFLAGS) -I$(builddir)/bench/ --bench_bench_bitcoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) --bench_bench_bitcoin_LDADD = \ -+bench_bench_zetacoin_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(EVENT_CLFAGS) $(EVENT_PTHREADS_CFLAGS) -I$(builddir)/bench/ -+bench_bench_zetacoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) -+bench_bench_zetacoin_LDADD = \ - $(LIBBITCOIN_SERVER) \ - $(LIBBITCOIN_COMMON) \ - $(LIBBITCOIN_UTIL) \ -@@ -30,15 +30,15 @@ bench_bench_bitcoin_LDADD = \ - $(LIBUNIVALUE) - - if ENABLE_ZMQ --bench_bench_bitcoin_LDADD += $(LIBBITCOIN_ZMQ) $(ZMQ_LIBS) -+bench_bench_zetacoin_LDADD += $(LIBBITCOIN_ZMQ) $(ZMQ_LIBS) - endif - - if ENABLE_WALLET --bench_bench_bitcoin_LDADD += $(LIBBITCOIN_WALLET) -+bench_bench_zetacoin_LDADD += $(LIBBITCOIN_WALLET) - endif - --bench_bench_bitcoin_LDADD += $(BOOST_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(EVENT_PTHREADS_LIBS) $(EVENT_LIBS) --bench_bench_bitcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -+bench_bench_zetacoin_LDADD += $(BOOST_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(EVENT_PTHREADS_LIBS) $(EVENT_LIBS) -+bench_bench_zetacoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) - - CLEAN_BITCOIN_BENCH = bench/*.gcda bench/*.gcno - -@@ -50,4 +50,4 @@ bench: $(BENCH_BINARY) FORCE - $(BENCH_BINARY) - - bitcoin_bench_clean : FORCE -- rm -f $(CLEAN_BITCOIN_BENCH) $(bench_bench_bitcoin_OBJECTS) $(BENCH_BINARY) -+ rm -f $(CLEAN_BITCOIN_BENCH) $(bench_bench_zetacoin_OBJECTS) $(BENCH_BINARY) diff --git a/net-p2p/zetacoin/files/patch-src_miner.h b/net-p2p/zetacoin/files/patch-src_miner.h deleted file mode 100644 index fde15321b061..000000000000 --- a/net-p2p/zetacoin/files/patch-src_miner.h +++ /dev/null @@ -1,20 +0,0 @@ ---- src/miner.h.orig 2018-07-31 20:08:28 UTC -+++ src/miner.h -@@ -73,7 +73,7 @@ struct modifiedentry_iter { - // except operating on CTxMemPoolModifiedEntry. - // TODO: refactor to avoid duplication of this logic. - struct CompareModifiedEntry { -- bool operator()(const CTxMemPoolModifiedEntry &a, const CTxMemPoolModifiedEntry &b) -+ bool operator()(const CTxMemPoolModifiedEntry &a, const CTxMemPoolModifiedEntry &b) const - { - double f1 = (double)a.nModFeesWithAncestors * b.nSizeWithAncestors; - double f2 = (double)b.nModFeesWithAncestors * a.nSizeWithAncestors; -@@ -88,7 +88,7 @@ struct CompareModifiedEntry { - // This is sufficient to sort an ancestor package in an order that is valid - // to appear in a block. - struct CompareTxIterByAncestorCount { -- bool operator()(const CTxMemPool::txiter &a, const CTxMemPool::txiter &b) -+ bool operator()(const CTxMemPool::txiter &a, const CTxMemPool::txiter &b) const - { - if (a->GetCountWithAncestors() != b->GetCountWithAncestors()) - return a->GetCountWithAncestors() < b->GetCountWithAncestors(); diff --git a/net-p2p/zetacoin/files/patch-src_qt_trafficgraphwidget.cpp b/net-p2p/zetacoin/files/patch-src_qt_trafficgraphwidget.cpp deleted file mode 100644 index 16f453c483a3..000000000000 --- a/net-p2p/zetacoin/files/patch-src_qt_trafficgraphwidget.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/qt/trafficgraphwidget.cpp.orig 2020-05-21 11:02:42 UTC -+++ src/qt/trafficgraphwidget.cpp -@@ -6,6 +6,7 @@ - #include "clientmodel.h" - - #include -+#include - #include - #include - diff --git a/net-p2p/zetacoin/files/patch-src_txmempool.h b/net-p2p/zetacoin/files/patch-src_txmempool.h deleted file mode 100644 index cbfefeebcca5..000000000000 --- a/net-p2p/zetacoin/files/patch-src_txmempool.h +++ /dev/null @@ -1,47 +0,0 @@ ---- src/txmempool.h.orig 2018-07-31 20:08:28 UTC -+++ src/txmempool.h -@@ -224,7 +224,7 @@ struct mempoolentry_txid - class CompareTxMemPoolEntryByDescendantScore - { - public: -- bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) -+ bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const - { - bool fUseADescendants = UseDescendantScore(a); - bool fUseBDescendants = UseDescendantScore(b); -@@ -246,7 +246,7 @@ class CompareTxMemPoolEntryByDescendantScore (public) - } - - // Calculate which score to use for an entry (avoiding division). -- bool UseDescendantScore(const CTxMemPoolEntry &a) -+ bool UseDescendantScore(const CTxMemPoolEntry &a) const - { - double f1 = (double)a.GetModifiedFee() * a.GetSizeWithDescendants(); - double f2 = (double)a.GetModFeesWithDescendants() * a.GetTxSize(); -@@ -261,7 +261,7 @@ class CompareTxMemPoolEntryByDescendantScore (public) - class CompareTxMemPoolEntryByScore - { - public: -- bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) -+ bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const - { - double f1 = (double)a.GetModifiedFee() * b.GetTxSize(); - double f2 = (double)b.GetModifiedFee() * a.GetTxSize(); -@@ -275,7 +275,7 @@ class CompareTxMemPoolEntryByScore (public) - class CompareTxMemPoolEntryByEntryTime - { - public: -- bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) -+ bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const - { - return a.GetTime() < b.GetTime(); - } -@@ -284,7 +284,7 @@ class CompareTxMemPoolEntryByEntryTime (public) - class CompareTxMemPoolEntryByAncestorFee - { - public: -- bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) -+ bool operator()(const CTxMemPoolEntry& a, const CTxMemPoolEntry& b) const - { - double aFees = a.GetModFeesWithAncestors(); - double aSize = a.GetSizeWithAncestors(); diff --git a/net-p2p/zetacoin/files/pkg-message.in b/net-p2p/zetacoin/files/pkg-message.in deleted file mode 100644 index f8590d45f713..000000000000 --- a/net-p2p/zetacoin/files/pkg-message.in +++ /dev/null @@ -1,15 +0,0 @@ -[ -{ type: install - message: < diff --git a/net/sniffnet/Makefile.crates b/net/sniffnet/Makefile.crates new file mode 100644 index 000000000000..b27af65025f3 --- /dev/null +++ b/net/sniffnet/Makefile.crates @@ -0,0 +1,439 @@ +CARGO_CRATES= Inflector-0.11.4 \ + ab_glyph-0.2.21 \ + ab_glyph_rasterizer-0.1.8 \ + addr2line-0.19.0 \ + adler-1.0.2 \ + ahash-0.7.6 \ + aho-corasick-0.7.20 \ + aliasable-0.1.3 \ + alsa-0.7.0 \ + alsa-sys-0.3.1 \ + android_system_properties-0.1.5 \ + approx-0.5.1 \ + arrayref-0.3.6 \ + arrayvec-0.5.2 \ + arrayvec-0.7.2 \ + ash-0.37.2+1.3.238 \ + autocfg-1.1.0 \ + backtrace-0.3.67 \ + base64-0.21.0 \ + bindgen-0.61.0 \ + bit-set-0.5.3 \ + bit-vec-0.6.3 \ + bitflags-1.3.2 \ + block-0.1.6 \ + bumpalo-3.12.0 \ + bytemuck-1.13.0 \ + bytemuck_derive-1.4.0 \ + byteorder-1.4.3 \ + bytes-1.4.0 \ + calloop-0.10.5 \ + cc-1.0.79 \ + cesu8-1.1.0 \ + cexpr-0.6.0 \ + cfg-if-1.0.0 \ + chrono-0.4.24 \ + clang-sys-1.6.0 \ + clipboard-win-4.5.0 \ + clipboard_macos-0.1.0 \ + clipboard_wayland-0.2.0 \ + clipboard_x11-0.4.0 \ + cmake-0.1.49 \ + cocoa-0.24.1 \ + cocoa-foundation-0.1.0 \ + codespan-reporting-0.11.1 \ + color_quant-1.1.0 \ + com-rs-0.2.1 \ + combine-4.6.6 \ + confy-0.5.1 \ + const_panic-0.2.7 \ + core-foundation-0.9.3 \ + core-foundation-sys-0.6.2 \ + core-foundation-sys-0.8.3 \ + core-graphics-0.22.3 \ + core-graphics-types-0.1.1 \ + core-text-19.2.0 \ + coreaudio-rs-0.11.2 \ + coreaudio-sys-0.2.11 \ + cpal-0.15.0 \ + crc32fast-1.3.2 \ + crossbeam-channel-0.5.8 \ + crossbeam-deque-0.8.3 \ + crossbeam-epoch-0.9.14 \ + crossbeam-utils-0.8.15 \ + crossfont-0.5.1 \ + cty-0.2.2 \ + cxx-1.0.91 \ + cxx-build-1.0.91 \ + cxxbridge-flags-1.0.91 \ + cxxbridge-macro-1.0.91 \ + d3d12-0.6.0 \ + darling-0.13.4 \ + darling_core-0.13.4 \ + darling_macro-0.13.4 \ + dasp_sample-0.11.0 \ + data-url-0.2.0 \ + directories-4.0.1 \ + dirs-sys-0.3.7 \ + dispatch-0.2.0 \ + dlib-0.5.0 \ + dns-lookup-1.0.8 \ + downcast-rs-1.2.0 \ + dwrote-0.11.0 \ + either-1.8.1 \ + encase-0.3.0 \ + encase_derive-0.3.0 \ + encase_derive_impl-0.3.0 \ + encoding_rs-0.8.32 \ + errno-0.2.8 \ + errno-0.3.0 \ + errno-dragonfly-0.1.2 \ + error-code-2.3.1 \ + etherparse-0.13.0 \ + euclid-0.22.7 \ + expat-sys-2.1.6 \ + fastrand-1.9.0 \ + find-crate-0.6.3 \ + flate2-1.0.25 \ + float-cmp-0.9.0 \ + float_next_after-0.1.5 \ + fnv-1.0.7 \ + fontconfig-parser-0.5.2 \ + fontdb-0.12.0 \ + foreign-types-0.3.2 \ + foreign-types-0.5.0 \ + foreign-types-macros-0.2.2 \ + foreign-types-shared-0.1.1 \ + foreign-types-shared-0.3.1 \ + form_urlencoded-1.1.0 \ + freetype-rs-0.26.0 \ + freetype-sys-0.13.1 \ + futures-0.3.27 \ + futures-channel-0.3.27 \ + futures-core-0.3.27 \ + futures-executor-0.3.27 \ + futures-io-0.3.27 \ + futures-macro-0.3.27 \ + futures-sink-0.3.27 \ + futures-task-0.3.27 \ + futures-timer-3.0.2 \ + futures-util-0.3.27 \ + fxhash-0.2.1 \ + gethostname-0.2.3 \ + getrandom-0.2.8 \ + gif-0.12.0 \ + gimli-0.27.2 \ + glam-0.21.3 \ + glob-0.3.1 \ + glow-0.11.2 \ + glow-0.12.1 \ + glow_glyph-0.5.1 \ + glyph_brush-0.7.7 \ + glyph_brush_draw_cache-0.1.5 \ + glyph_brush_layout-0.2.3 \ + gpu-alloc-0.5.3 \ + gpu-alloc-types-0.2.0 \ + gpu-allocator-0.22.0 \ + gpu-descriptor-0.2.3 \ + gpu-descriptor-types-0.1.1 \ + guillotiere-0.6.2 \ + h2-0.3.17 \ + hashbrown-0.12.3 \ + hassle-rs-0.9.0 \ + hermit-abi-0.2.6 \ + hermit-abi-0.3.1 \ + hexf-parse-0.2.1 \ + http-0.2.9 \ + http-body-0.4.5 \ + httparse-1.8.0 \ + httpdate-1.0.2 \ + hyper-0.14.25 \ + hyper-tls-0.5.0 \ + iana-time-zone-0.1.53 \ + iana-time-zone-haiku-0.1.1 \ + iced-0.9.0 \ + iced_core-0.9.0 \ + iced_futures-0.6.0 \ + iced_glow-0.8.0 \ + iced_graphics-0.8.0 \ + iced_lazy-0.6.1 \ + iced_native-0.10.3 \ + iced_style-0.8.0 \ + iced_wgpu-0.10.0 \ + iced_winit-0.9.1 \ + ident_case-1.0.1 \ + idna-0.3.0 \ + imagesize-0.11.0 \ + indexmap-1.9.3 \ + instant-0.1.12 \ + io-lifetimes-1.0.9 \ + ipnet-2.7.2 \ + ipnetwork-0.18.0 \ + itoa-1.0.6 \ + jni-0.19.0 \ + jni-0.20.0 \ + jni-sys-0.3.0 \ + jobserver-0.1.25 \ + jpeg-decoder-0.3.0 \ + js-sys-0.3.61 \ + khronos-egl-4.1.0 \ + kurbo-0.8.3 \ + kurbo-0.9.3 \ + lazy_static-1.4.0 \ + lazycell-1.3.0 \ + libc-0.2.139 \ + libloading-0.6.7 \ + libloading-0.7.4 \ + libm-0.2.6 \ + link-cplusplus-1.0.8 \ + linked-hash-map-0.5.6 \ + linux-raw-sys-0.3.0 \ + lock_api-0.4.9 \ + log-0.4.17 \ + lyon-1.0.1 \ + lyon_algorithms-1.0.3 \ + lyon_geom-1.0.4 \ + lyon_path-1.0.3 \ + lyon_tessellation-1.0.10 \ + mach-0.3.2 \ + malloc_buf-0.0.6 \ + maxminddb-0.23.0 \ + memchr-2.5.0 \ + memmap2-0.5.10 \ + memoffset-0.6.5 \ + memoffset-0.8.0 \ + metal-0.24.0 \ + mime-0.3.17 \ + minimal-lexical-0.2.1 \ + miniz_oxide-0.6.2 \ + mio-0.8.6 \ + naga-0.11.0 \ + native-tls-0.2.11 \ + ndk-0.7.0 \ + ndk-context-0.1.1 \ + ndk-glue-0.7.0 \ + ndk-macro-0.3.0 \ + ndk-sys-0.4.1+23.1.7779620 \ + nix-0.22.3 \ + nix-0.24.3 \ + nix-0.25.1 \ + nom-7.1.3 \ + nom8-0.2.0 \ + num-derive-0.3.3 \ + num-integer-0.1.45 \ + num-traits-0.2.15 \ + num_cpus-1.15.0 \ + num_enum-0.5.11 \ + num_enum_derive-0.5.11 \ + objc-0.2.7 \ + objc-foundation-0.1.1 \ + objc_exception-0.1.2 \ + objc_id-0.1.1 \ + object-0.30.3 \ + oboe-0.5.0 \ + oboe-sys-0.5.0 \ + once_cell-1.17.1 \ + openssl-0.10.48 \ + openssl-macros-0.1.0 \ + openssl-probe-0.1.5 \ + openssl-sys-0.9.83 \ + ordered-float-3.7.0 \ + ouroboros-0.13.0 \ + ouroboros_macro-0.13.0 \ + owned_ttf_parser-0.19.0 \ + palette-0.6.1 \ + palette_derive-0.6.1 \ + parking_lot-0.11.2 \ + parking_lot-0.12.1 \ + parking_lot_core-0.8.6 \ + parking_lot_core-0.9.7 \ + pcap-1.1.0 \ + peeking_take_while-0.1.2 \ + percent-encoding-2.2.0 \ + phf-0.11.1 \ + phf_generator-0.11.1 \ + phf_macros-0.11.1 \ + phf_shared-0.11.1 \ + pico-args-0.5.0 \ + pin-project-lite-0.2.9 \ + pin-utils-0.1.0 \ + pkg-config-0.3.26 \ + plotters-0.3.4 \ + plotters-backend-0.3.4 \ + plotters-iced-0.8.0 \ + png-0.17.7 \ + ppv-lite86-0.2.17 \ + proc-macro-crate-1.3.0 \ + proc-macro-error-1.0.4 \ + proc-macro-error-attr-1.0.4 \ + proc-macro2-1.0.52 \ + profiling-1.0.7 \ + quote-1.0.26 \ + rand-0.8.5 \ + rand_chacha-0.3.1 \ + rand_core-0.6.4 \ + range-alloc-0.1.3 \ + raw-window-handle-0.3.4 \ + raw-window-handle-0.4.3 \ + raw-window-handle-0.5.0 \ + rayon-1.7.0 \ + rayon-core-1.11.0 \ + rctree-0.5.0 \ + redox_syscall-0.2.16 \ + redox_syscall-0.3.5 \ + redox_users-0.4.3 \ + regex-1.7.1 \ + regex-syntax-0.6.28 \ + renderdoc-sys-0.7.1 \ + reqwest-0.11.18 \ + resvg-0.29.0 \ + rgb-0.8.36 \ + rodio-0.17.1 \ + rosvgtree-0.1.0 \ + roxmltree-0.18.0 \ + rstest-0.17.0 \ + rstest_macros-0.17.0 \ + rustc-demangle-0.1.22 \ + rustc-hash-1.1.0 \ + rustc_version-0.4.0 \ + rustix-0.37.3 \ + rustybuzz-0.7.0 \ + ryu-1.0.13 \ + safe_arch-0.5.2 \ + same-file-1.0.6 \ + schannel-0.1.21 \ + scoped-tls-1.0.1 \ + scopeguard-1.1.0 \ + scratch-1.0.3 \ + sctk-adwaita-0.4.3 \ + security-framework-2.8.2 \ + security-framework-sys-2.8.0 \ + semver-1.0.16 \ + serde-1.0.163 \ + serde_derive-1.0.163 \ + serde_json-1.0.95 \ + serde_urlencoded-0.7.1 \ + servo-fontconfig-0.5.1 \ + servo-fontconfig-sys-5.1.0 \ + shlex-1.1.0 \ + simplecss-0.2.1 \ + siphasher-0.3.10 \ + slab-0.4.8 \ + slotmap-1.0.6 \ + smallvec-1.10.0 \ + smithay-client-toolkit-0.16.0 \ + smithay-clipboard-0.6.6 \ + socket2-0.4.9 \ + spirv-0.2.0+1.5.4 \ + stable_deref_trait-1.2.0 \ + static_assertions-1.1.0 \ + str-buf-1.0.6 \ + strict-num-0.1.0 \ + strsim-0.10.0 \ + svg_fmt-0.4.1 \ + svgfilters-0.4.0 \ + svgtypes-0.9.0 \ + svgtypes-0.10.0 \ + symphonia-0.5.2 \ + symphonia-bundle-mp3-0.5.2 \ + symphonia-core-0.5.2 \ + symphonia-metadata-0.5.2 \ + syn-1.0.109 \ + syn-2.0.4 \ + tempfile-3.5.0 \ + termcolor-1.2.0 \ + thiserror-1.0.38 \ + thiserror-impl-1.0.38 \ + thousands-0.2.0 \ + tiny-skia-0.7.0 \ + tiny-skia-0.8.4 \ + tiny-skia-path-0.7.0 \ + tiny-skia-path-0.8.4 \ + tinyvec-1.6.0 \ + tinyvec_macros-0.1.1 \ + tokio-1.27.0 \ + tokio-native-tls-0.3.1 \ + tokio-util-0.7.7 \ + toml-0.5.11 \ + toml_datetime-0.5.1 \ + toml_edit-0.18.1 \ + tower-service-0.3.2 \ + tracing-0.1.37 \ + tracing-core-0.1.30 \ + try-lock-0.2.4 \ + ttf-parser-0.18.1 \ + ttf-parser-0.19.0 \ + twox-hash-1.6.3 \ + unicode-bidi-0.3.13 \ + unicode-bidi-mirroring-0.1.0 \ + unicode-ccc-0.1.2 \ + unicode-general-category-0.6.0 \ + unicode-ident-1.0.6 \ + unicode-normalization-0.1.22 \ + unicode-script-0.5.5 \ + unicode-segmentation-1.10.1 \ + unicode-vo-0.1.0 \ + unicode-width-0.1.10 \ + unicode-xid-0.2.4 \ + url-2.3.1 \ + usvg-0.29.0 \ + usvg-text-layout-0.29.0 \ + vcpkg-0.2.15 \ + vec_map-0.8.2 \ + version_check-0.9.4 \ + walkdir-2.3.2 \ + want-0.3.0 \ + wasi-0.11.0+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.84 \ + wasm-bindgen-backend-0.2.84 \ + wasm-bindgen-futures-0.4.34 \ + wasm-bindgen-macro-0.2.84 \ + wasm-bindgen-macro-support-0.2.84 \ + wasm-bindgen-shared-0.2.84 \ + wasm-timer-0.2.5 \ + wayland-client-0.29.5 \ + wayland-commons-0.29.5 \ + wayland-cursor-0.29.5 \ + wayland-protocols-0.29.5 \ + wayland-scanner-0.29.5 \ + wayland-sys-0.29.5 \ + web-sys-0.3.61 \ + weezl-0.1.7 \ + wgpu-0.15.1 \ + wgpu-core-0.15.1 \ + wgpu-hal-0.15.4 \ + wgpu-types-0.15.2 \ + wgpu_glyph-0.19.0 \ + widestring-0.5.1 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.5 \ + winapi-wsapoll-0.1.1 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + window_clipboard-0.2.4 \ + windows-0.44.0 \ + windows-sys-0.36.1 \ + windows-sys-0.42.0 \ + windows-sys-0.45.0 \ + windows-targets-0.42.1 \ + windows_aarch64_gnullvm-0.42.1 \ + windows_aarch64_msvc-0.36.1 \ + windows_aarch64_msvc-0.42.1 \ + windows_i686_gnu-0.36.1 \ + windows_i686_gnu-0.42.1 \ + windows_i686_msvc-0.36.1 \ + windows_i686_msvc-0.42.1 \ + windows_x86_64_gnu-0.36.1 \ + windows_x86_64_gnu-0.42.1 \ + windows_x86_64_gnullvm-0.42.1 \ + windows_x86_64_msvc-0.36.1 \ + windows_x86_64_msvc-0.42.1 \ + winit-0.27.5 \ + winreg-0.10.1 \ + wio-0.2.2 \ + x11-dl-2.21.0 \ + x11rb-0.9.0 \ + xcursor-0.3.4 \ + xi-unicode-0.3.0 \ + xml-rs-0.8.4 \ + xmlparser-0.13.5 diff --git a/net/sniffnet/distinfo b/net/sniffnet/distinfo new file mode 100644 index 000000000000..34f9c0d8d21d --- /dev/null +++ b/net/sniffnet/distinfo @@ -0,0 +1,881 @@ +TIMESTAMP = 1685531671 +SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 +SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 +SHA256 (rust/crates/ab_glyph-0.2.21.crate) = 5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39 +SIZE (rust/crates/ab_glyph-0.2.21.crate) = 17764 +SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046 +SIZE (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = 11010 +SHA256 (rust/crates/addr2line-0.19.0.crate) = a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97 +SIZE (rust/crates/addr2line-0.19.0.crate) = 33210 +SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe +SIZE (rust/crates/adler-1.0.2.crate) = 12778 +SHA256 (rust/crates/ahash-0.7.6.crate) = fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47 +SIZE (rust/crates/ahash-0.7.6.crate) = 38030 +SHA256 (rust/crates/aho-corasick-0.7.20.crate) = cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac +SIZE (rust/crates/aho-corasick-0.7.20.crate) = 111440 +SHA256 (rust/crates/aliasable-0.1.3.crate) = 250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd +SIZE (rust/crates/aliasable-0.1.3.crate) = 6169 +SHA256 (rust/crates/alsa-0.7.0.crate) = 8512c9117059663fb5606788fbca3619e2a91dac0e3fe516242eab1fa6be5e44 +SIZE (rust/crates/alsa-0.7.0.crate) = 69367 +SHA256 (rust/crates/alsa-sys-0.3.1.crate) = db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527 +SIZE (rust/crates/alsa-sys-0.3.1.crate) = 32748 +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/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6 +SIZE (rust/crates/approx-0.5.1.crate) = 15100 +SHA256 (rust/crates/arrayref-0.3.6.crate) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544 +SIZE (rust/crates/arrayref-0.3.6.crate) = 10035 +SHA256 (rust/crates/arrayvec-0.5.2.crate) = 23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b +SIZE (rust/crates/arrayvec-0.5.2.crate) = 27838 +SHA256 (rust/crates/arrayvec-0.7.2.crate) = 8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6 +SIZE (rust/crates/arrayvec-0.7.2.crate) = 29341 +SHA256 (rust/crates/ash-0.37.2+1.3.238.crate) = 28bf19c1f0a470be5fbf7522a308a05df06610252c5bcf5143e1b23f629a9a03 +SIZE (rust/crates/ash-0.37.2+1.3.238.crate) = 433404 +SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa +SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 +SHA256 (rust/crates/backtrace-0.3.67.crate) = 233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca +SIZE (rust/crates/backtrace-0.3.67.crate) = 78564 +SHA256 (rust/crates/base64-0.21.0.crate) = a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a +SIZE (rust/crates/base64-0.21.0.crate) = 72180 +SHA256 (rust/crates/bindgen-0.61.0.crate) = 8a022e58a142a46fea340d68012b9201c094e93ec3d033a944a24f8fd4a4f09a +SIZE (rust/crates/bindgen-0.61.0.crate) = 199472 +SHA256 (rust/crates/bit-set-0.5.3.crate) = 0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1 +SIZE (rust/crates/bit-set-0.5.3.crate) = 14470 +SHA256 (rust/crates/bit-vec-0.6.3.crate) = 349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb +SIZE (rust/crates/bit-vec-0.6.3.crate) = 19927 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/block-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a +SIZE (rust/crates/block-0.1.6.crate) = 4077 +SHA256 (rust/crates/bumpalo-3.12.0.crate) = 0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535 +SIZE (rust/crates/bumpalo-3.12.0.crate) = 81604 +SHA256 (rust/crates/bytemuck-1.13.0.crate) = c041d3eab048880cb0b86b256447da3f18859a163c3b8d8893f4e6368abe6393 +SIZE (rust/crates/bytemuck-1.13.0.crate) = 41703 +SHA256 (rust/crates/bytemuck_derive-1.4.0.crate) = 1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322 +SIZE (rust/crates/bytemuck_derive-1.4.0.crate) = 14773 +SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 +SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 +SHA256 (rust/crates/bytes-1.4.0.crate) = 89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be +SIZE (rust/crates/bytes-1.4.0.crate) = 58080 +SHA256 (rust/crates/calloop-0.10.5.crate) = 1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192 +SIZE (rust/crates/calloop-0.10.5.crate) = 53694 +SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f +SIZE (rust/crates/cc-1.0.79.crate) = 62624 +SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c +SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 +SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 +SIZE (rust/crates/cexpr-0.6.0.crate) = 17966 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/chrono-0.4.24.crate) = 4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b +SIZE (rust/crates/chrono-0.4.24.crate) = 191330 +SHA256 (rust/crates/clang-sys-1.6.0.crate) = 77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a +SIZE (rust/crates/clang-sys-1.6.0.crate) = 41211 +SHA256 (rust/crates/clipboard-win-4.5.0.crate) = 7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362 +SIZE (rust/crates/clipboard-win-4.5.0.crate) = 13476 +SHA256 (rust/crates/clipboard_macos-0.1.0.crate) = 145a7f9e9b89453bc0a5e32d166456405d389cea5b578f57f1274b1397588a95 +SIZE (rust/crates/clipboard_macos-0.1.0.crate) = 5958 +SHA256 (rust/crates/clipboard_wayland-0.2.0.crate) = 6f6364a9f7a66f2ac1a1a098aa1c7f6b686f2496c6ac5e5c0d773445df912747 +SIZE (rust/crates/clipboard_wayland-0.2.0.crate) = 5182 +SHA256 (rust/crates/clipboard_x11-0.4.0.crate) = 983a7010836ecd04dde2c6d27a0cb56ec5d21572177e782bdcb24a600124e921 +SIZE (rust/crates/clipboard_x11-0.4.0.crate) = 4801 +SHA256 (rust/crates/cmake-0.1.49.crate) = db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c +SIZE (rust/crates/cmake-0.1.49.crate) = 16717 +SHA256 (rust/crates/cocoa-0.24.1.crate) = f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a +SIZE (rust/crates/cocoa-0.24.1.crate) = 40445 +SHA256 (rust/crates/cocoa-foundation-0.1.0.crate) = 7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318 +SIZE (rust/crates/cocoa-foundation-0.1.0.crate) = 10645 +SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e +SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 +SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b +SIZE (rust/crates/color_quant-1.1.0.crate) = 6649 +SHA256 (rust/crates/com-rs-0.2.1.crate) = bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642 +SIZE (rust/crates/com-rs-0.2.1.crate) = 10647 +SHA256 (rust/crates/combine-4.6.6.crate) = 35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4 +SIZE (rust/crates/combine-4.6.6.crate) = 132428 +SHA256 (rust/crates/confy-0.5.1.crate) = e37668cb35145dcfaa1931a5f37fde375eeae8068b4c0d2f289da28a270b2d2c +SIZE (rust/crates/confy-0.5.1.crate) = 10276 +SHA256 (rust/crates/const_panic-0.2.7.crate) = 58baae561b85ca19b3122a9ddd35c8ec40c3bcd14fe89921824eae73f7baffbf +SIZE (rust/crates/const_panic-0.2.7.crate) = 48088 +SHA256 (rust/crates/core-foundation-0.9.3.crate) = 194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146 +SIZE (rust/crates/core-foundation-0.9.3.crate) = 27059 +SHA256 (rust/crates/core-foundation-sys-0.6.2.crate) = e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b +SIZE (rust/crates/core-foundation-sys-0.6.2.crate) = 16204 +SHA256 (rust/crates/core-foundation-sys-0.8.3.crate) = 5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc +SIZE (rust/crates/core-foundation-sys-0.8.3.crate) = 17519 +SHA256 (rust/crates/core-graphics-0.22.3.crate) = 2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb +SIZE (rust/crates/core-graphics-0.22.3.crate) = 29514 +SHA256 (rust/crates/core-graphics-types-0.1.1.crate) = 3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b +SIZE (rust/crates/core-graphics-types-0.1.1.crate) = 2530 +SHA256 (rust/crates/core-text-19.2.0.crate) = 99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25 +SIZE (rust/crates/core-text-19.2.0.crate) = 18446 +SHA256 (rust/crates/coreaudio-rs-0.11.2.crate) = cb17e2d1795b1996419648915df94bc7103c28f7b48062d7acf4652fc371b2ff +SIZE (rust/crates/coreaudio-rs-0.11.2.crate) = 41939 +SHA256 (rust/crates/coreaudio-sys-0.2.11.crate) = 1a9444b94b8024feecc29e01a9706c69c1e26bfee480221c90764200cfd778fb +SIZE (rust/crates/coreaudio-sys-0.2.11.crate) = 5432 +SHA256 (rust/crates/cpal-0.15.0.crate) = d34fa7b20adf588f73f094cd9b1d944977c686e37a2759ea217ab174f017e10a +SIZE (rust/crates/cpal-0.15.0.crate) = 97087 +SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d +SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661 +SHA256 (rust/crates/crossbeam-channel-0.5.8.crate) = a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200 +SIZE (rust/crates/crossbeam-channel-0.5.8.crate) = 90455 +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.15.crate) = 3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b +SIZE (rust/crates/crossbeam-utils-0.8.15.crate) = 42326 +SHA256 (rust/crates/crossfont-0.5.1.crate) = 21fd3add36ea31aba1520aa5288714dd63be506106753226d0eb387a93bc9c45 +SIZE (rust/crates/crossfont-0.5.1.crate) = 31985 +SHA256 (rust/crates/cty-0.2.2.crate) = b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35 +SIZE (rust/crates/cty-0.2.2.crate) = 7230 +SHA256 (rust/crates/cxx-1.0.91.crate) = 86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62 +SIZE (rust/crates/cxx-1.0.91.crate) = 195757 +SHA256 (rust/crates/cxx-build-1.0.91.crate) = 48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690 +SIZE (rust/crates/cxx-build-1.0.91.crate) = 84433 +SHA256 (rust/crates/cxxbridge-flags-1.0.91.crate) = a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf +SIZE (rust/crates/cxxbridge-flags-1.0.91.crate) = 5250 +SHA256 (rust/crates/cxxbridge-macro-1.0.91.crate) = 086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892 +SIZE (rust/crates/cxxbridge-macro-1.0.91.crate) = 59525 +SHA256 (rust/crates/d3d12-0.6.0.crate) = d8f0de2f5a8e7bd4a9eec0e3c781992a4ce1724f68aec7d7a3715344de8b39da +SIZE (rust/crates/d3d12-0.6.0.crate) = 17274 +SHA256 (rust/crates/darling-0.13.4.crate) = a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c +SIZE (rust/crates/darling-0.13.4.crate) = 20895 +SHA256 (rust/crates/darling_core-0.13.4.crate) = 859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610 +SIZE (rust/crates/darling_core-0.13.4.crate) = 52937 +SHA256 (rust/crates/darling_macro-0.13.4.crate) = 9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835 +SIZE (rust/crates/darling_macro-0.13.4.crate) = 1910 +SHA256 (rust/crates/dasp_sample-0.11.0.crate) = 0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f +SIZE (rust/crates/dasp_sample-0.11.0.crate) = 11617 +SHA256 (rust/crates/data-url-0.2.0.crate) = 8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5 +SIZE (rust/crates/data-url-0.2.0.crate) = 20553 +SHA256 (rust/crates/directories-4.0.1.crate) = f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210 +SIZE (rust/crates/directories-4.0.1.crate) = 16040 +SHA256 (rust/crates/dirs-sys-0.3.7.crate) = 1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6 +SIZE (rust/crates/dirs-sys-0.3.7.crate) = 10597 +SHA256 (rust/crates/dispatch-0.2.0.crate) = bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b +SIZE (rust/crates/dispatch-0.2.0.crate) = 10229 +SHA256 (rust/crates/dlib-0.5.0.crate) = ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794 +SIZE (rust/crates/dlib-0.5.0.crate) = 5788 +SHA256 (rust/crates/dns-lookup-1.0.8.crate) = 53ecafc952c4528d9b51a458d1a8904b81783feff9fde08ab6ed2545ff396872 +SIZE (rust/crates/dns-lookup-1.0.8.crate) = 13153 +SHA256 (rust/crates/downcast-rs-1.2.0.crate) = 9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650 +SIZE (rust/crates/downcast-rs-1.2.0.crate) = 11670 +SHA256 (rust/crates/dwrote-0.11.0.crate) = 439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b +SIZE (rust/crates/dwrote-0.11.0.crate) = 21715 +SHA256 (rust/crates/either-1.8.1.crate) = 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91 +SIZE (rust/crates/either-1.8.1.crate) = 16027 +SHA256 (rust/crates/encase-0.3.0.crate) = 0a516181e9a36e8982cb37933c5e7dba638c42938cacde46ee4e5b4156f881b9 +SIZE (rust/crates/encase-0.3.0.crate) = 31238 +SHA256 (rust/crates/encase_derive-0.3.0.crate) = f5b802412eea315f29f2bb2da3a5963cd6121f56eaa06aebcdc0c54eea578f22 +SIZE (rust/crates/encase_derive-0.3.0.crate) = 889 +SHA256 (rust/crates/encase_derive_impl-0.3.0.crate) = 0f2f4de457d974f548d2c2a16f709ebd81013579e543bd1a9b19ced88132c2cf +SIZE (rust/crates/encase_derive_impl-0.3.0.crate) = 5558 +SHA256 (rust/crates/encoding_rs-0.8.32.crate) = 071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394 +SIZE (rust/crates/encoding_rs-0.8.32.crate) = 1370046 +SHA256 (rust/crates/errno-0.2.8.crate) = f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1 +SIZE (rust/crates/errno-0.2.8.crate) = 9276 +SHA256 (rust/crates/errno-0.3.0.crate) = 50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0 +SIZE (rust/crates/errno-0.3.0.crate) = 10268 +SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf +SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 +SHA256 (rust/crates/error-code-2.3.1.crate) = 64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21 +SIZE (rust/crates/error-code-2.3.1.crate) = 5324 +SHA256 (rust/crates/etherparse-0.13.0.crate) = 827292ea592108849932ad8e30218f8b1f21c0dfd0696698a18b5d0aed62d990 +SIZE (rust/crates/etherparse-0.13.0.crate) = 180331 +SHA256 (rust/crates/euclid-0.22.7.crate) = b52c2ef4a78da0ba68fbe1fd920627411096d2ac478f7f4c9f3a54ba6705bade +SIZE (rust/crates/euclid-0.22.7.crate) = 75976 +SHA256 (rust/crates/expat-sys-2.1.6.crate) = 658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa +SIZE (rust/crates/expat-sys-2.1.6.crate) = 518887 +SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be +SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 +SHA256 (rust/crates/find-crate-0.6.3.crate) = 59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2 +SIZE (rust/crates/find-crate-0.6.3.crate) = 12092 +SHA256 (rust/crates/flate2-1.0.25.crate) = a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841 +SIZE (rust/crates/flate2-1.0.25.crate) = 70210 +SHA256 (rust/crates/float-cmp-0.9.0.crate) = 98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4 +SIZE (rust/crates/float-cmp-0.9.0.crate) = 10102 +SHA256 (rust/crates/float_next_after-0.1.5.crate) = 4fc612c5837986b7104a87a0df74a5460931f1c5274be12f8d0f40aa2f30d632 +SIZE (rust/crates/float_next_after-0.1.5.crate) = 5112 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/fontconfig-parser-0.5.2.crate) = 4ab2e12762761366dcb876ab8b6e0cfa4797ddcd890575919f008b5ba655672a +SIZE (rust/crates/fontconfig-parser-0.5.2.crate) = 36759 +SHA256 (rust/crates/fontdb-0.12.0.crate) = ff20bef7942a72af07104346154a70a70b089c572e454b41bef6eb6cb10e9c06 +SIZE (rust/crates/fontdb-0.12.0.crate) = 16740 +SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 +SIZE (rust/crates/foreign-types-0.3.2.crate) = 7504 +SHA256 (rust/crates/foreign-types-0.5.0.crate) = d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965 +SIZE (rust/crates/foreign-types-0.5.0.crate) = 7824 +SHA256 (rust/crates/foreign-types-macros-0.2.2.crate) = c8469d0d40519bc608ec6863f1cc88f3f1deee15913f2f3b3e573d81ed38cccc +SIZE (rust/crates/foreign-types-macros-0.2.2.crate) = 7636 +SHA256 (rust/crates/foreign-types-shared-0.1.1.crate) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b +SIZE (rust/crates/foreign-types-shared-0.1.1.crate) = 5672 +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.1.0.crate) = a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8 +SIZE (rust/crates/form_urlencoded-1.1.0.crate) = 8734 +SHA256 (rust/crates/freetype-rs-0.26.0.crate) = 74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb +SIZE (rust/crates/freetype-rs-0.26.0.crate) = 105825 +SHA256 (rust/crates/freetype-sys-0.13.1.crate) = a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a +SIZE (rust/crates/freetype-sys-0.13.1.crate) = 1917785 +SHA256 (rust/crates/futures-0.3.27.crate) = 531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549 +SIZE (rust/crates/futures-0.3.27.crate) = 52816 +SHA256 (rust/crates/futures-channel-0.3.27.crate) = 164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac +SIZE (rust/crates/futures-channel-0.3.27.crate) = 32278 +SHA256 (rust/crates/futures-core-0.3.27.crate) = 86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd +SIZE (rust/crates/futures-core-0.3.27.crate) = 14709 +SHA256 (rust/crates/futures-executor-0.3.27.crate) = 1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83 +SIZE (rust/crates/futures-executor-0.3.27.crate) = 17745 +SHA256 (rust/crates/futures-io-0.3.27.crate) = 89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91 +SIZE (rust/crates/futures-io-0.3.27.crate) = 8912 +SHA256 (rust/crates/futures-macro-0.3.27.crate) = 3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6 +SIZE (rust/crates/futures-macro-0.3.27.crate) = 11255 +SHA256 (rust/crates/futures-sink-0.3.27.crate) = ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2 +SIZE (rust/crates/futures-sink-0.3.27.crate) = 7853 +SHA256 (rust/crates/futures-task-0.3.27.crate) = fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879 +SIZE (rust/crates/futures-task-0.3.27.crate) = 11854 +SHA256 (rust/crates/futures-timer-3.0.2.crate) = e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c +SIZE (rust/crates/futures-timer-3.0.2.crate) = 19879 +SHA256 (rust/crates/futures-util-0.3.27.crate) = 3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab +SIZE (rust/crates/futures-util-0.3.27.crate) = 158556 +SHA256 (rust/crates/fxhash-0.2.1.crate) = c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c +SIZE (rust/crates/fxhash-0.2.1.crate) = 4102 +SHA256 (rust/crates/gethostname-0.2.3.crate) = c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e +SIZE (rust/crates/gethostname-0.2.3.crate) = 8174 +SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31 +SIZE (rust/crates/getrandom-0.2.8.crate) = 30553 +SHA256 (rust/crates/gif-0.12.0.crate) = 80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045 +SIZE (rust/crates/gif-0.12.0.crate) = 634734 +SHA256 (rust/crates/gimli-0.27.2.crate) = ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4 +SIZE (rust/crates/gimli-0.27.2.crate) = 721636 +SHA256 (rust/crates/glam-0.21.3.crate) = 518faa5064866338b013ff9b2350dc318e14cc4fcd6cb8206d7e7c9886c98815 +SIZE (rust/crates/glam-0.21.3.crate) = 254957 +SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b +SIZE (rust/crates/glob-0.3.1.crate) = 18880 +SHA256 (rust/crates/glow-0.11.2.crate) = d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919 +SIZE (rust/crates/glow-0.11.2.crate) = 142135 +SHA256 (rust/crates/glow-0.12.1.crate) = 4e007a07a24de5ecae94160f141029e9a347282cfe25d1d58d85d845cf3130f1 +SIZE (rust/crates/glow-0.12.1.crate) = 149523 +SHA256 (rust/crates/glow_glyph-0.5.1.crate) = 0f4e62c64947b9a24fe20e2bba9ad819ecb506ef5c8df7ffc4737464c6df9510 +SIZE (rust/crates/glow_glyph-0.5.1.crate) = 74656 +SHA256 (rust/crates/glyph_brush-0.7.7.crate) = 4edefd123f28a0b1d41ec4a489c2b43020b369180800977801611084f342978d +SIZE (rust/crates/glyph_brush-0.7.7.crate) = 62840 +SHA256 (rust/crates/glyph_brush_draw_cache-0.1.5.crate) = 6010675390f6889e09a21e2c8b575b3ee25667ea8237a8d59423f73cb8c28610 +SIZE (rust/crates/glyph_brush_draw_cache-0.1.5.crate) = 64513 +SHA256 (rust/crates/glyph_brush_layout-0.2.3.crate) = cc32c2334f00ca5ac3695c5009ae35da21da8c62d255b5b96d56e2597a637a38 +SIZE (rust/crates/glyph_brush_layout-0.2.3.crate) = 18500 +SHA256 (rust/crates/gpu-alloc-0.5.3.crate) = 7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d +SIZE (rust/crates/gpu-alloc-0.5.3.crate) = 17475 +SHA256 (rust/crates/gpu-alloc-types-0.2.0.crate) = 54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5 +SIZE (rust/crates/gpu-alloc-types-0.2.0.crate) = 3073 +SHA256 (rust/crates/gpu-allocator-0.22.0.crate) = ce95f9e2e11c2c6fadfce42b5af60005db06576f231f5c92550fdded43c423e8 +SIZE (rust/crates/gpu-allocator-0.22.0.crate) = 76464 +SHA256 (rust/crates/gpu-descriptor-0.2.3.crate) = 0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a +SIZE (rust/crates/gpu-descriptor-0.2.3.crate) = 5855 +SHA256 (rust/crates/gpu-descriptor-types-0.1.1.crate) = 363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126 +SIZE (rust/crates/gpu-descriptor-types-0.1.1.crate) = 1956 +SHA256 (rust/crates/guillotiere-0.6.2.crate) = b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782 +SIZE (rust/crates/guillotiere-0.6.2.crate) = 18116 +SHA256 (rust/crates/h2-0.3.17.crate) = 66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f +SIZE (rust/crates/h2-0.3.17.crate) = 164526 +SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 +SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 +SHA256 (rust/crates/hassle-rs-0.9.0.crate) = 90601c6189668c7345fc53842cb3f3a3d872203d523be1b3cb44a36a3e62fb85 +SIZE (rust/crates/hassle-rs-0.9.0.crate) = 24114 +SHA256 (rust/crates/hermit-abi-0.2.6.crate) = ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7 +SIZE (rust/crates/hermit-abi-0.2.6.crate) = 13027 +SHA256 (rust/crates/hermit-abi-0.3.1.crate) = fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286 +SIZE (rust/crates/hermit-abi-0.3.1.crate) = 13793 +SHA256 (rust/crates/hexf-parse-0.2.1.crate) = dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df +SIZE (rust/crates/hexf-parse-0.2.1.crate) = 4662 +SHA256 (rust/crates/http-0.2.9.crate) = bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482 +SIZE (rust/crates/http-0.2.9.crate) = 100146 +SHA256 (rust/crates/http-body-0.4.5.crate) = d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1 +SIZE (rust/crates/http-body-0.4.5.crate) = 9242 +SHA256 (rust/crates/httparse-1.8.0.crate) = d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904 +SIZE (rust/crates/httparse-1.8.0.crate) = 29954 +SHA256 (rust/crates/httpdate-1.0.2.crate) = c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421 +SIZE (rust/crates/httpdate-1.0.2.crate) = 10673 +SHA256 (rust/crates/hyper-0.14.25.crate) = cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899 +SIZE (rust/crates/hyper-0.14.25.crate) = 195127 +SHA256 (rust/crates/hyper-tls-0.5.0.crate) = d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905 +SIZE (rust/crates/hyper-tls-0.5.0.crate) = 13257 +SHA256 (rust/crates/iana-time-zone-0.1.53.crate) = 64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765 +SIZE (rust/crates/iana-time-zone-0.1.53.crate) = 20176 +SHA256 (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca +SIZE (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 7200 +SHA256 (rust/crates/iced-0.9.0.crate) = efbddf356d01e9d41cd394a9d04d62bfd89650a30f12fda5839cabb8c4591c88 +SIZE (rust/crates/iced-0.9.0.crate) = 445905 +SHA256 (rust/crates/iced_core-0.9.0.crate) = 11e1942e28dedee756cc27e67e7a838cdc1e59fb6bf9627ec9f709ab3b135782 +SIZE (rust/crates/iced_core-0.9.0.crate) = 11989 +SHA256 (rust/crates/iced_futures-0.6.0.crate) = 215d51fa4f70dbb63775d7141243c4d98d4d525d8949695601f8fbac7dcbc04e +SIZE (rust/crates/iced_futures-0.6.0.crate) = 8453 +SHA256 (rust/crates/iced_glow-0.8.0.crate) = adc5b081015f5c75777c96ad75e2288916e7d444c97396d6d136517877ef9129 +SIZE (rust/crates/iced_glow-0.8.0.crate) = 18567 +SHA256 (rust/crates/iced_graphics-0.8.0.crate) = 338a6aff7db906537074ad0fe8b720cfdb9512cdfea43c628c76bd1cf50fdcc0 +SIZE (rust/crates/iced_graphics-0.8.0.crate) = 71331 +SHA256 (rust/crates/iced_lazy-0.6.1.crate) = bdf1cb6b8cd90488d3a03fbf438ad42038cb83c81a0d61f3692c51875efdb818 +SIZE (rust/crates/iced_lazy-0.6.1.crate) = 7204 +SHA256 (rust/crates/iced_native-0.10.3.crate) = d012eb06da490fe46a695b39721c20da9643f35cf2ecb9d30618fdeb96170616 +SIZE (rust/crates/iced_native-0.10.3.crate) = 103037 +SHA256 (rust/crates/iced_style-0.8.0.crate) = 0e37333dc2991201140302cd0d4cea051bd37ca3671d5008ec85df86d232ff30 +SIZE (rust/crates/iced_style-0.8.0.crate) = 9784 +SHA256 (rust/crates/iced_wgpu-0.10.0.crate) = 478803c56061f567ce5ddf223b20d11d3c118cc46bb0d0552370dc65cdc4cb9c +SIZE (rust/crates/iced_wgpu-0.10.0.crate) = 28469 +SHA256 (rust/crates/iced_winit-0.9.1.crate) = 8a59ea3a85149a6a1f9e92b6c740ce90f04e5c7d848cfd05742336863fceb955 +SIZE (rust/crates/iced_winit-0.9.1.crate) = 20208 +SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 +SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 +SHA256 (rust/crates/idna-0.3.0.crate) = e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6 +SIZE (rust/crates/idna-0.3.0.crate) = 271128 +SHA256 (rust/crates/imagesize-0.11.0.crate) = b72ad49b554c1728b1e83254a1b1565aea4161e28dabbfa171fc15fe62299caf +SIZE (rust/crates/imagesize-0.11.0.crate) = 9519 +SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 +SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 +SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c +SIZE (rust/crates/instant-0.1.12.crate) = 6128 +SHA256 (rust/crates/io-lifetimes-1.0.9.crate) = 09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb +SIZE (rust/crates/io-lifetimes-1.0.9.crate) = 36442 +SHA256 (rust/crates/ipnet-2.7.2.crate) = 12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f +SIZE (rust/crates/ipnet-2.7.2.crate) = 27044 +SHA256 (rust/crates/ipnetwork-0.18.0.crate) = 4088d739b183546b239688ddbc79891831df421773df95e236daf7867866d355 +SIZE (rust/crates/ipnetwork-0.18.0.crate) = 15515 +SHA256 (rust/crates/itoa-1.0.6.crate) = 453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6 +SIZE (rust/crates/itoa-1.0.6.crate) = 10410 +SHA256 (rust/crates/jni-0.19.0.crate) = c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec +SIZE (rust/crates/jni-0.19.0.crate) = 65890 +SHA256 (rust/crates/jni-0.20.0.crate) = 039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c +SIZE (rust/crates/jni-0.20.0.crate) = 69054 +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.25.crate) = 068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b +SIZE (rust/crates/jobserver-0.1.25.crate) = 21888 +SHA256 (rust/crates/jpeg-decoder-0.3.0.crate) = bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e +SIZE (rust/crates/jpeg-decoder-0.3.0.crate) = 742671 +SHA256 (rust/crates/js-sys-0.3.61.crate) = 445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730 +SIZE (rust/crates/js-sys-0.3.61.crate) = 80158 +SHA256 (rust/crates/khronos-egl-4.1.0.crate) = 8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3 +SIZE (rust/crates/khronos-egl-4.1.0.crate) = 27810 +SHA256 (rust/crates/kurbo-0.8.3.crate) = 7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449 +SIZE (rust/crates/kurbo-0.8.3.crate) = 81131 +SHA256 (rust/crates/kurbo-0.9.3.crate) = 28a2d0c1781729f69dbea30f968608cadfaeb6582e5ce903a167a5216b53cd0f +SIZE (rust/crates/kurbo-0.9.3.crate) = 104792 +SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 +SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 +SHA256 (rust/crates/libc-0.2.139.crate) = 201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79 +SIZE (rust/crates/libc-0.2.139.crate) = 638983 +SHA256 (rust/crates/libloading-0.6.7.crate) = 351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883 +SIZE (rust/crates/libloading-0.6.7.crate) = 25037 +SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f +SIZE (rust/crates/libloading-0.7.4.crate) = 27580 +SHA256 (rust/crates/libm-0.2.6.crate) = 348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb +SIZE (rust/crates/libm-0.2.6.crate) = 113690 +SHA256 (rust/crates/link-cplusplus-1.0.8.crate) = ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5 +SIZE (rust/crates/link-cplusplus-1.0.8.crate) = 7674 +SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f +SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 +SHA256 (rust/crates/linux-raw-sys-0.3.0.crate) = cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d +SIZE (rust/crates/linux-raw-sys-0.3.0.crate) = 914053 +SHA256 (rust/crates/lock_api-0.4.9.crate) = 435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df +SIZE (rust/crates/lock_api-0.4.9.crate) = 25685 +SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e +SIZE (rust/crates/log-0.4.17.crate) = 38028 +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.3.crate) = 00a0349cd8f0270781bb93a824b63df6178e3b4a27794e7be3ce3763f5a44d6e +SIZE (rust/crates/lyon_algorithms-1.0.3.crate) = 32030 +SHA256 (rust/crates/lyon_geom-1.0.4.crate) = 74df1ff0a0147282eb10699537a03baa7d31972b58984a1d44ce0624043fe8ad +SIZE (rust/crates/lyon_geom-1.0.4.crate) = 52457 +SHA256 (rust/crates/lyon_path-1.0.3.crate) = 7da8358c012e5651e4619cfd0b5b75c0f77866181a01b0909aab4bae14adf660 +SIZE (rust/crates/lyon_path-1.0.3.crate) = 35300 +SHA256 (rust/crates/lyon_tessellation-1.0.10.crate) = 7d2124218d5428149f9e09520b9acc024334a607e671f032d06567b61008977c +SIZE (rust/crates/lyon_tessellation-1.0.10.crate) = 182423 +SHA256 (rust/crates/mach-0.3.2.crate) = b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa +SIZE (rust/crates/mach-0.3.2.crate) = 19611 +SHA256 (rust/crates/malloc_buf-0.0.6.crate) = 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb +SIZE (rust/crates/malloc_buf-0.0.6.crate) = 1239 +SHA256 (rust/crates/maxminddb-0.23.0.crate) = fe2ba61113f9f7a9f0e87c519682d39c43a6f3f79c2cc42c3ba3dda83b1fa334 +SIZE (rust/crates/maxminddb-0.23.0.crate) = 19350 +SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d +SIZE (rust/crates/memchr-2.5.0.crate) = 65812 +SHA256 (rust/crates/memmap2-0.5.10.crate) = 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 +SIZE (rust/crates/memmap2-0.5.10.crate) = 26847 +SHA256 (rust/crates/memoffset-0.6.5.crate) = 5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce +SIZE (rust/crates/memoffset-0.6.5.crate) = 7686 +SHA256 (rust/crates/memoffset-0.8.0.crate) = d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1 +SIZE (rust/crates/memoffset-0.8.0.crate) = 8912 +SHA256 (rust/crates/metal-0.24.0.crate) = de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060 +SIZE (rust/crates/metal-0.24.0.crate) = 684270 +SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a +SIZE (rust/crates/mime-0.3.17.crate) = 15712 +SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a +SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 +SHA256 (rust/crates/miniz_oxide-0.6.2.crate) = b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa +SIZE (rust/crates/miniz_oxide-0.6.2.crate) = 54536 +SHA256 (rust/crates/mio-0.8.6.crate) = 5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9 +SIZE (rust/crates/mio-0.8.6.crate) = 93658 +SHA256 (rust/crates/naga-0.11.0.crate) = 5eafe22a23b797c9bc227c6c896419b26b5bb88fa903417a3adaed08778850d5 +SIZE (rust/crates/naga-0.11.0.crate) = 474203 +SHA256 (rust/crates/native-tls-0.2.11.crate) = 07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e +SIZE (rust/crates/native-tls-0.2.11.crate) = 29008 +SHA256 (rust/crates/ndk-0.7.0.crate) = 451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0 +SIZE (rust/crates/ndk-0.7.0.crate) = 54683 +SHA256 (rust/crates/ndk-context-0.1.1.crate) = 27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b +SIZE (rust/crates/ndk-context-0.1.1.crate) = 2205 +SHA256 (rust/crates/ndk-glue-0.7.0.crate) = 0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f +SIZE (rust/crates/ndk-glue-0.7.0.crate) = 6435 +SHA256 (rust/crates/ndk-macro-0.3.0.crate) = 0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c +SIZE (rust/crates/ndk-macro-0.3.0.crate) = 4884 +SHA256 (rust/crates/ndk-sys-0.4.1+23.1.7779620.crate) = 3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3 +SIZE (rust/crates/ndk-sys-0.4.1+23.1.7779620.crate) = 291699 +SHA256 (rust/crates/nix-0.22.3.crate) = e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf +SIZE (rust/crates/nix-0.22.3.crate) = 230252 +SHA256 (rust/crates/nix-0.24.3.crate) = fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069 +SIZE (rust/crates/nix-0.24.3.crate) = 266843 +SHA256 (rust/crates/nix-0.25.1.crate) = f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4 +SIZE (rust/crates/nix-0.25.1.crate) = 272312 +SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (rust/crates/nom-7.1.3.crate) = 117570 +SHA256 (rust/crates/nom8-0.2.0.crate) = ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8 +SIZE (rust/crates/nom8-0.2.0.crate) = 162020 +SHA256 (rust/crates/num-derive-0.3.3.crate) = 876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d +SIZE (rust/crates/num-derive-0.3.3.crate) = 14545 +SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9 +SIZE (rust/crates/num-integer-0.1.45.crate) = 22529 +SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd +SIZE (rust/crates/num-traits-0.2.15.crate) = 49262 +SHA256 (rust/crates/num_cpus-1.15.0.crate) = 0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b +SIZE (rust/crates/num_cpus-1.15.0.crate) = 15680 +SHA256 (rust/crates/num_enum-0.5.11.crate) = 1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9 +SIZE (rust/crates/num_enum-0.5.11.crate) = 16772 +SHA256 (rust/crates/num_enum_derive-0.5.11.crate) = dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799 +SIZE (rust/crates/num_enum_derive-0.5.11.crate) = 15552 +SHA256 (rust/crates/objc-0.2.7.crate) = 915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1 +SIZE (rust/crates/objc-0.2.7.crate) = 22036 +SHA256 (rust/crates/objc-foundation-0.1.1.crate) = 1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9 +SIZE (rust/crates/objc-foundation-0.1.1.crate) = 9063 +SHA256 (rust/crates/objc_exception-0.1.2.crate) = ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4 +SIZE (rust/crates/objc_exception-0.1.2.crate) = 2251 +SHA256 (rust/crates/objc_id-0.1.1.crate) = c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b +SIZE (rust/crates/objc_id-0.1.1.crate) = 3258 +SHA256 (rust/crates/object-0.30.3.crate) = ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439 +SIZE (rust/crates/object-0.30.3.crate) = 258901 +SHA256 (rust/crates/oboe-0.5.0.crate) = 8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0 +SIZE (rust/crates/oboe-0.5.0.crate) = 24384 +SHA256 (rust/crates/oboe-sys-0.5.0.crate) = 7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2 +SIZE (rust/crates/oboe-sys-0.5.0.crate) = 150829 +SHA256 (rust/crates/once_cell-1.17.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3 +SIZE (rust/crates/once_cell-1.17.1.crate) = 32856 +SHA256 (rust/crates/openssl-0.10.48.crate) = 518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2 +SIZE (rust/crates/openssl-0.10.48.crate) = 250240 +SHA256 (rust/crates/openssl-macros-0.1.0.crate) = b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c +SIZE (rust/crates/openssl-macros-0.1.0.crate) = 5566 +SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf +SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 +SHA256 (rust/crates/openssl-sys-0.9.83.crate) = 666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b +SIZE (rust/crates/openssl-sys-0.9.83.crate) = 63079 +SHA256 (rust/crates/ordered-float-3.7.0.crate) = 2fc2dbde8f8a79f2102cc474ceb0ad68e3b80b85289ea62389b60e66777e4213 +SIZE (rust/crates/ordered-float-3.7.0.crate) = 18042 +SHA256 (rust/crates/ouroboros-0.13.0.crate) = f357ef82d1b4db66fbed0b8d542cbd3c22d0bf5b393b3c257b9ba4568e70c9c3 +SIZE (rust/crates/ouroboros-0.13.0.crate) = 5929 +SHA256 (rust/crates/ouroboros_macro-0.13.0.crate) = 44a0b52c2cbaef7dffa5fec1a43274afe8bd2a644fa9fc50a9ef4ff0269b1257 +SIZE (rust/crates/ouroboros_macro-0.13.0.crate) = 15755 +SHA256 (rust/crates/owned_ttf_parser-0.19.0.crate) = 706de7e2214113d63a8238d1910463cfce781129a6f263d13fdb09ff64355ba4 +SIZE (rust/crates/owned_ttf_parser-0.19.0.crate) = 150704 +SHA256 (rust/crates/palette-0.6.1.crate) = 8f9cd68f7112581033f157e56c77ac4a5538ec5836a2e39284e65bd7d7275e49 +SIZE (rust/crates/palette-0.6.1.crate) = 134152 +SHA256 (rust/crates/palette_derive-0.6.1.crate) = 05eedf46a8e7c27f74af0c9cfcdb004ceca158cb1b918c6f68f8d7a549b3e427 +SIZE (rust/crates/palette_derive-0.6.1.crate) = 14345 +SHA256 (rust/crates/parking_lot-0.11.2.crate) = 7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99 +SIZE (rust/crates/parking_lot-0.11.2.crate) = 39869 +SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f +SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 +SHA256 (rust/crates/parking_lot_core-0.8.6.crate) = 60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc +SIZE (rust/crates/parking_lot_core-0.8.6.crate) = 32567 +SHA256 (rust/crates/parking_lot_core-0.9.7.crate) = 9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521 +SIZE (rust/crates/parking_lot_core-0.9.7.crate) = 32412 +SHA256 (rust/crates/pcap-1.1.0.crate) = cbaa01d616eb84eb35cd085fdeaa8671dc8d951bdc4a75bfc414466e76b039ce +SIZE (rust/crates/pcap-1.1.0.crate) = 49143 +SHA256 (rust/crates/peeking_take_while-0.1.2.crate) = 19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099 +SIZE (rust/crates/peeking_take_while-0.1.2.crate) = 6697 +SHA256 (rust/crates/percent-encoding-2.2.0.crate) = 478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e +SIZE (rust/crates/percent-encoding-2.2.0.crate) = 10075 +SHA256 (rust/crates/phf-0.11.1.crate) = 928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c +SIZE (rust/crates/phf-0.11.1.crate) = 17232 +SHA256 (rust/crates/phf_generator-0.11.1.crate) = b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf +SIZE (rust/crates/phf_generator-0.11.1.crate) = 11075 +SHA256 (rust/crates/phf_macros-0.11.1.crate) = 92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66 +SIZE (rust/crates/phf_macros-0.11.1.crate) = 4693 +SHA256 (rust/crates/phf_shared-0.11.1.crate) = e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676 +SIZE (rust/crates/phf_shared-0.11.1.crate) = 10320 +SHA256 (rust/crates/pico-args-0.5.0.crate) = 5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315 +SIZE (rust/crates/pico-args-0.5.0.crate) = 11545 +SHA256 (rust/crates/pin-project-lite-0.2.9.crate) = e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116 +SIZE (rust/crates/pin-project-lite-0.2.9.crate) = 27713 +SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 +SHA256 (rust/crates/pkg-config-0.3.26.crate) = 6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160 +SIZE (rust/crates/pkg-config-0.3.26.crate) = 18662 +SHA256 (rust/crates/plotters-0.3.4.crate) = 2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97 +SIZE (rust/crates/plotters-0.3.4.crate) = 143219 +SHA256 (rust/crates/plotters-backend-0.3.4.crate) = 193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142 +SIZE (rust/crates/plotters-backend-0.3.4.crate) = 13416 +SHA256 (rust/crates/plotters-iced-0.8.0.crate) = 83affd565dbe7b16a6bb4935ab5d3a91abc88a8e75ca29a17306f298495c7c8e +SIZE (rust/crates/plotters-iced-0.8.0.crate) = 192413 +SHA256 (rust/crates/png-0.17.7.crate) = 5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638 +SIZE (rust/crates/png-0.17.7.crate) = 80979 +SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de +SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 +SHA256 (rust/crates/proc-macro-crate-1.3.0.crate) = 66618389e4ec1c7afe67d51a9bf34ff9236480f8d51e7489b7d5ab0303c13f34 +SIZE (rust/crates/proc-macro-crate-1.3.0.crate) = 9672 +SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c +SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 +SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 +SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 +SHA256 (rust/crates/proc-macro2-1.0.52.crate) = 1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224 +SIZE (rust/crates/proc-macro2-1.0.52.crate) = 42982 +SHA256 (rust/crates/profiling-1.0.7.crate) = 74605f360ce573babfe43964cbe520294dcb081afbf8c108fc6e23036b4da2df +SIZE (rust/crates/profiling-1.0.7.crate) = 29551 +SHA256 (rust/crates/quote-1.0.26.crate) = 4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc +SIZE (rust/crates/quote-1.0.26.crate) = 28397 +SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 +SIZE (rust/crates/rand-0.8.5.crate) = 87113 +SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 +SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 +SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c +SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 +SHA256 (rust/crates/range-alloc-0.1.3.crate) = 9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab +SIZE (rust/crates/range-alloc-0.1.3.crate) = 7664 +SHA256 (rust/crates/raw-window-handle-0.3.4.crate) = e28f55143d0548dad60bb4fbdc835a3d7ac6acc3324506450c5fdd6e42903a76 +SIZE (rust/crates/raw-window-handle-0.3.4.crate) = 6536 +SHA256 (rust/crates/raw-window-handle-0.4.3.crate) = b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41 +SIZE (rust/crates/raw-window-handle-0.4.3.crate) = 10636 +SHA256 (rust/crates/raw-window-handle-0.5.0.crate) = ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a +SIZE (rust/crates/raw-window-handle-0.5.0.crate) = 11715 +SHA256 (rust/crates/rayon-1.7.0.crate) = 1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b +SIZE (rust/crates/rayon-1.7.0.crate) = 169488 +SHA256 (rust/crates/rayon-core-1.11.0.crate) = 4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d +SIZE (rust/crates/rayon-core-1.11.0.crate) = 73118 +SHA256 (rust/crates/rctree-0.5.0.crate) = 3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f +SIZE (rust/crates/rctree-0.5.0.crate) = 8298 +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.3.5.crate) = 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29 +SIZE (rust/crates/redox_syscall-0.3.5.crate) = 23404 +SHA256 (rust/crates/redox_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b +SIZE (rust/crates/redox_users-0.4.3.crate) = 15353 +SHA256 (rust/crates/regex-1.7.1.crate) = 48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733 +SIZE (rust/crates/regex-1.7.1.crate) = 239648 +SHA256 (rust/crates/regex-syntax-0.6.28.crate) = 456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848 +SIZE (rust/crates/regex-syntax-0.6.28.crate) = 299288 +SHA256 (rust/crates/renderdoc-sys-0.7.1.crate) = f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157 +SIZE (rust/crates/renderdoc-sys-0.7.1.crate) = 4592 +SHA256 (rust/crates/reqwest-0.11.18.crate) = cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55 +SIZE (rust/crates/reqwest-0.11.18.crate) = 154387 +SHA256 (rust/crates/resvg-0.29.0.crate) = 76888219c0881e22b0ceab06fddcfe83163cd81642bd60c7842387f9c968a72e +SIZE (rust/crates/resvg-0.29.0.crate) = 94880 +SHA256 (rust/crates/rgb-0.8.36.crate) = 20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59 +SIZE (rust/crates/rgb-0.8.36.crate) = 16576 +SHA256 (rust/crates/rodio-0.17.1.crate) = bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa +SIZE (rust/crates/rodio-0.17.1.crate) = 57903 +SHA256 (rust/crates/rosvgtree-0.1.0.crate) = bdc23d1ace03d6b8153c7d16f0708cd80b61ee8e80304954803354e67e40d150 +SIZE (rust/crates/rosvgtree-0.1.0.crate) = 26562 +SHA256 (rust/crates/roxmltree-0.18.0.crate) = d8f595a457b6b8c6cda66a48503e92ee8d19342f905948f29c383200ec9eb1d8 +SIZE (rust/crates/roxmltree-0.18.0.crate) = 42463 +SHA256 (rust/crates/rstest-0.17.0.crate) = de1bb486a691878cd320c2f0d319ba91eeaa2e894066d8b5f8f117c000e9d962 +SIZE (rust/crates/rstest-0.17.0.crate) = 26737 +SHA256 (rust/crates/rstest_macros-0.17.0.crate) = 290ca1a1c8ca7edb7c3283bd44dc35dd54fdec6253a3912e201ba1072018fca8 +SIZE (rust/crates/rstest_macros-0.17.0.crate) = 50678 +SHA256 (rust/crates/rustc-demangle-0.1.22.crate) = d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b +SIZE (rust/crates/rustc-demangle-0.1.22.crate) = 29044 +SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 +SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 +SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 +SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 +SHA256 (rust/crates/rustix-0.37.3.crate) = 62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2 +SIZE (rust/crates/rustix-0.37.3.crate) = 302028 +SHA256 (rust/crates/rustybuzz-0.7.0.crate) = 162bdf42e261bee271b3957691018634488084ef577dddeb6420a9684cab2a6a +SIZE (rust/crates/rustybuzz-0.7.0.crate) = 219739 +SHA256 (rust/crates/ryu-1.0.13.crate) = f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041 +SIZE (rust/crates/ryu-1.0.13.crate) = 46823 +SHA256 (rust/crates/safe_arch-0.5.2.crate) = c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05 +SIZE (rust/crates/safe_arch-0.5.2.crate) = 75030 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/schannel-0.1.21.crate) = 713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3 +SIZE (rust/crates/schannel-0.1.21.crate) = 41719 +SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 +SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 +SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd +SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 +SHA256 (rust/crates/scratch-1.0.3.crate) = ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2 +SIZE (rust/crates/scratch-1.0.3.crate) = 8198 +SHA256 (rust/crates/sctk-adwaita-0.4.3.crate) = 61270629cc6b4d77ec1907db1033d5c2e1a404c412743621981a871dc9c12339 +SIZE (rust/crates/sctk-adwaita-0.4.3.crate) = 21316 +SHA256 (rust/crates/security-framework-2.8.2.crate) = a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254 +SIZE (rust/crates/security-framework-2.8.2.crate) = 77045 +SHA256 (rust/crates/security-framework-sys-2.8.0.crate) = 31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4 +SIZE (rust/crates/security-framework-sys-2.8.0.crate) = 17911 +SHA256 (rust/crates/semver-1.0.16.crate) = 58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a +SIZE (rust/crates/semver-1.0.16.crate) = 29850 +SHA256 (rust/crates/serde-1.0.163.crate) = 2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2 +SIZE (rust/crates/serde-1.0.163.crate) = 77030 +SHA256 (rust/crates/serde_derive-1.0.163.crate) = 8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e +SIZE (rust/crates/serde_derive-1.0.163.crate) = 54447 +SHA256 (rust/crates/serde_json-1.0.95.crate) = d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744 +SIZE (rust/crates/serde_json-1.0.95.crate) = 144618 +SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd +SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 +SHA256 (rust/crates/servo-fontconfig-0.5.1.crate) = c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c +SIZE (rust/crates/servo-fontconfig-0.5.1.crate) = 9738 +SHA256 (rust/crates/servo-fontconfig-sys-5.1.0.crate) = e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388 +SIZE (rust/crates/servo-fontconfig-sys-5.1.0.crate) = 1790708 +SHA256 (rust/crates/shlex-1.1.0.crate) = 43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3 +SIZE (rust/crates/shlex-1.1.0.crate) = 5199 +SHA256 (rust/crates/simplecss-0.2.1.crate) = a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d +SIZE (rust/crates/simplecss-0.2.1.crate) = 19418 +SHA256 (rust/crates/siphasher-0.3.10.crate) = 7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de +SIZE (rust/crates/siphasher-0.3.10.crate) = 9889 +SHA256 (rust/crates/slab-0.4.8.crate) = 6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d +SIZE (rust/crates/slab-0.4.8.crate) = 16928 +SHA256 (rust/crates/slotmap-1.0.6.crate) = e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342 +SIZE (rust/crates/slotmap-1.0.6.crate) = 58954 +SHA256 (rust/crates/smallvec-1.10.0.crate) = a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0 +SIZE (rust/crates/smallvec-1.10.0.crate) = 31564 +SHA256 (rust/crates/smithay-client-toolkit-0.16.0.crate) = f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454 +SIZE (rust/crates/smithay-client-toolkit-0.16.0.crate) = 132020 +SHA256 (rust/crates/smithay-clipboard-0.6.6.crate) = 0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8 +SIZE (rust/crates/smithay-clipboard-0.6.6.crate) = 16797 +SHA256 (rust/crates/socket2-0.4.9.crate) = 64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662 +SIZE (rust/crates/socket2-0.4.9.crate) = 45421 +SHA256 (rust/crates/spirv-0.2.0+1.5.4.crate) = 246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830 +SIZE (rust/crates/spirv-0.2.0+1.5.4.crate) = 30491 +SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 +SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 +SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f +SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (rust/crates/str-buf-1.0.6.crate) = 9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0 +SIZE (rust/crates/str-buf-1.0.6.crate) = 3828 +SHA256 (rust/crates/strict-num-0.1.0.crate) = 9df65f20698aeed245efdde3628a6b559ea1239bbb871af1b6e3b58c413b2bd1 +SIZE (rust/crates/strict-num-0.1.0.crate) = 4692 +SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 +SIZE (rust/crates/strsim-0.10.0.crate) = 11355 +SHA256 (rust/crates/svg_fmt-0.4.1.crate) = 8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2 +SIZE (rust/crates/svg_fmt-0.4.1.crate) = 4052 +SHA256 (rust/crates/svgfilters-0.4.0.crate) = 639abcebc15fdc2df179f37d6f5463d660c1c79cd552c12343a4600827a04bce +SIZE (rust/crates/svgfilters-0.4.0.crate) = 22597 +SHA256 (rust/crates/svgtypes-0.9.0.crate) = c9ee29c1407a5b18ccfe5f6ac82ac11bab3b14407e09c209a6c1a32098b19734 +SIZE (rust/crates/svgtypes-0.9.0.crate) = 35308 +SHA256 (rust/crates/svgtypes-0.10.0.crate) = 98ffacedcdcf1da6579c907279b4f3c5492fbce99fbbf227f5ed270a589c2765 +SIZE (rust/crates/svgtypes-0.10.0.crate) = 35401 +SHA256 (rust/crates/symphonia-0.5.2.crate) = 3671dd6f64f4f9d5c87179525054cfc1f60de23ba1f193bd6ceab812737403f1 +SIZE (rust/crates/symphonia-0.5.2.crate) = 10951 +SHA256 (rust/crates/symphonia-bundle-mp3-0.5.2.crate) = 55a0846e7a2c9a8081ff799fc83a975170417ad2a143f644a77ec2e3e82a2b73 +SIZE (rust/crates/symphonia-bundle-mp3-0.5.2.crate) = 60005 +SHA256 (rust/crates/symphonia-core-0.5.2.crate) = 6b9567e2d8a5f866b2f94f5d366d811e0c6826babcff6d37de9e1a6690d38869 +SIZE (rust/crates/symphonia-core-0.5.2.crate) = 97047 +SHA256 (rust/crates/symphonia-metadata-0.5.2.crate) = acd35c263223ef6161000be79b124a75de3e065eea563bf3ef169b3e94c7bb2e +SIZE (rust/crates/symphonia-metadata-0.5.2.crate) = 21086 +SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (rust/crates/syn-2.0.4.crate) = 2c622ae390c9302e214c31013517c2061ecb2699935882c60a9b37f82f8625ae +SIZE (rust/crates/syn-2.0.4.crate) = 240135 +SHA256 (rust/crates/tempfile-3.5.0.crate) = b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998 +SIZE (rust/crates/tempfile-3.5.0.crate) = 31129 +SHA256 (rust/crates/termcolor-1.2.0.crate) = be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6 +SIZE (rust/crates/termcolor-1.2.0.crate) = 17917 +SHA256 (rust/crates/thiserror-1.0.38.crate) = 6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0 +SIZE (rust/crates/thiserror-1.0.38.crate) = 18947 +SHA256 (rust/crates/thiserror-impl-1.0.38.crate) = 1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f +SIZE (rust/crates/thiserror-impl-1.0.38.crate) = 15429 +SHA256 (rust/crates/thousands-0.2.0.crate) = 3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820 +SIZE (rust/crates/thousands-0.2.0.crate) = 11060 +SHA256 (rust/crates/tiny-skia-0.7.0.crate) = 642680569bb895b16e4b9d181c60be1ed136fa0c9c7f11d004daf053ba89bf82 +SIZE (rust/crates/tiny-skia-0.7.0.crate) = 178703 +SHA256 (rust/crates/tiny-skia-0.8.4.crate) = df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67 +SIZE (rust/crates/tiny-skia-0.8.4.crate) = 193684 +SHA256 (rust/crates/tiny-skia-path-0.7.0.crate) = c114d32f0c2ee43d585367cb013dfaba967ab9f62b90d9af0d696e955e70fa6c +SIZE (rust/crates/tiny-skia-path-0.7.0.crate) = 47384 +SHA256 (rust/crates/tiny-skia-path-0.8.4.crate) = adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c +SIZE (rust/crates/tiny-skia-path-0.8.4.crate) = 45814 +SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 +SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 +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.27.0.crate) = d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001 +SIZE (rust/crates/tokio-1.27.0.crate) = 653991 +SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 +SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 +SHA256 (rust/crates/tokio-util-0.7.7.crate) = 5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2 +SIZE (rust/crates/tokio-util-0.7.7.crate) = 100405 +SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 +SIZE (rust/crates/toml-0.5.11.crate) = 54910 +SHA256 (rust/crates/toml_datetime-0.5.1.crate) = 4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5 +SIZE (rust/crates/toml_datetime-0.5.1.crate) = 10593 +SHA256 (rust/crates/toml_edit-0.18.1.crate) = 56c59d8dd7d0dcbc6428bf7aa2f0e823e26e43b3c9aca15bbc9475d23e5fa12b +SIZE (rust/crates/toml_edit-0.18.1.crate) = 102542 +SHA256 (rust/crates/tower-service-0.3.2.crate) = b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52 +SIZE (rust/crates/tower-service-0.3.2.crate) = 6847 +SHA256 (rust/crates/tracing-0.1.37.crate) = 8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8 +SIZE (rust/crates/tracing-0.1.37.crate) = 73888 +SHA256 (rust/crates/tracing-core-0.1.30.crate) = 24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a +SIZE (rust/crates/tracing-core-0.1.30.crate) = 60351 +SHA256 (rust/crates/try-lock-0.2.4.crate) = 3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed +SIZE (rust/crates/try-lock-0.2.4.crate) = 4467 +SHA256 (rust/crates/ttf-parser-0.18.1.crate) = 0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633 +SIZE (rust/crates/ttf-parser-0.18.1.crate) = 156167 +SHA256 (rust/crates/ttf-parser-0.19.0.crate) = 44dcf002ae3b32cd25400d6df128c5babec3927cd1eb7ce813cfff20eb6c3746 +SIZE (rust/crates/ttf-parser-0.19.0.crate) = 158901 +SHA256 (rust/crates/twox-hash-1.6.3.crate) = 97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675 +SIZE (rust/crates/twox-hash-1.6.3.crate) = 21842 +SHA256 (rust/crates/unicode-bidi-0.3.13.crate) = 92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460 +SIZE (rust/crates/unicode-bidi-0.3.13.crate) = 44477 +SHA256 (rust/crates/unicode-bidi-mirroring-0.1.0.crate) = 56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694 +SIZE (rust/crates/unicode-bidi-mirroring-0.1.0.crate) = 8241 +SHA256 (rust/crates/unicode-ccc-0.1.2.crate) = cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1 +SIZE (rust/crates/unicode-ccc-0.1.2.crate) = 8848 +SHA256 (rust/crates/unicode-general-category-0.6.0.crate) = 2281c8c1d221438e373249e065ca4989c4c36952c211ff21a0ee91c44a3869e7 +SIZE (rust/crates/unicode-general-category-0.6.0.crate) = 35177 +SHA256 (rust/crates/unicode-ident-1.0.6.crate) = 84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc +SIZE (rust/crates/unicode-ident-1.0.6.crate) = 42158 +SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921 +SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604 +SHA256 (rust/crates/unicode-script-0.5.5.crate) = 7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc +SIZE (rust/crates/unicode-script-0.5.5.crate) = 43874 +SHA256 (rust/crates/unicode-segmentation-1.10.1.crate) = 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36 +SIZE (rust/crates/unicode-segmentation-1.10.1.crate) = 98416 +SHA256 (rust/crates/unicode-vo-0.1.0.crate) = b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94 +SIZE (rust/crates/unicode-vo-0.1.0.crate) = 8084 +SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b +SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968 +SHA256 (rust/crates/unicode-xid-0.2.4.crate) = f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c +SIZE (rust/crates/unicode-xid-0.2.4.crate) = 15352 +SHA256 (rust/crates/url-2.3.1.crate) = 0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643 +SIZE (rust/crates/url-2.3.1.crate) = 72777 +SHA256 (rust/crates/usvg-0.29.0.crate) = 63b6bb4e62619d9f68aa2d8a823fea2bff302340a1f2d45c264d5b0be170832e +SIZE (rust/crates/usvg-0.29.0.crate) = 67122 +SHA256 (rust/crates/usvg-text-layout-0.29.0.crate) = 195386e01bc35f860db024de275a76e7a31afdf975d18beb6d0e44764118b4db +SIZE (rust/crates/usvg-text-layout-0.29.0.crate) = 21634 +SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 +SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 +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/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56 +SIZE (rust/crates/walkdir-2.3.2.crate) = 23516 +SHA256 (rust/crates/want-0.3.0.crate) = 1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0 +SIZE (rust/crates/want-0.3.0.crate) = 6550 +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.84.crate) = 31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b +SIZE (rust/crates/wasm-bindgen-0.2.84.crate) = 172947 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.84.crate) = 95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9 +SIZE (rust/crates/wasm-bindgen-backend-0.2.84.crate) = 26344 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.34.crate) = f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454 +SIZE (rust/crates/wasm-bindgen-futures-0.4.34.crate) = 15117 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.84.crate) = 4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5 +SIZE (rust/crates/wasm-bindgen-macro-0.2.84.crate) = 12857 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.84.crate) = 2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.84.crate) = 19076 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.84.crate) = 0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d +SIZE (rust/crates/wasm-bindgen-shared-0.2.84.crate) = 7219 +SHA256 (rust/crates/wasm-timer-0.2.5.crate) = be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f +SIZE (rust/crates/wasm-timer-0.2.5.crate) = 21668 +SHA256 (rust/crates/wayland-client-0.29.5.crate) = 3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715 +SIZE (rust/crates/wayland-client-0.29.5.crate) = 71041 +SHA256 (rust/crates/wayland-commons-0.29.5.crate) = 8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902 +SIZE (rust/crates/wayland-commons-0.29.5.crate) = 20771 +SHA256 (rust/crates/wayland-cursor-0.29.5.crate) = 6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661 +SIZE (rust/crates/wayland-cursor-0.29.5.crate) = 6195 +SHA256 (rust/crates/wayland-protocols-0.29.5.crate) = b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6 +SIZE (rust/crates/wayland-protocols-0.29.5.crate) = 140859 +SHA256 (rust/crates/wayland-scanner-0.29.5.crate) = 8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53 +SIZE (rust/crates/wayland-scanner-0.29.5.crate) = 17248 +SHA256 (rust/crates/wayland-sys-0.29.5.crate) = be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4 +SIZE (rust/crates/wayland-sys-0.29.5.crate) = 7926 +SHA256 (rust/crates/web-sys-0.3.61.crate) = e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97 +SIZE (rust/crates/web-sys-0.3.61.crate) = 706333 +SHA256 (rust/crates/weezl-0.1.7.crate) = 9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb +SIZE (rust/crates/weezl-0.1.7.crate) = 42166 +SHA256 (rust/crates/wgpu-0.15.1.crate) = d745a1b6d91d85c33defbb29f0eee0450e1d2614d987e14bf6baf26009d132d7 +SIZE (rust/crates/wgpu-0.15.1.crate) = 164172 +SHA256 (rust/crates/wgpu-core-0.15.1.crate) = 7131408d940e335792645a98f03639573b0480e9e2e7cddbbab74f7c6d9f3fff +SIZE (rust/crates/wgpu-core-0.15.1.crate) = 209544 +SHA256 (rust/crates/wgpu-hal-0.15.4.crate) = bdcf61a283adc744bb5453dd88ea91f3f86d5ca6b027661c6c73c7734ae0288b +SIZE (rust/crates/wgpu-hal-0.15.4.crate) = 242329 +SHA256 (rust/crates/wgpu-types-0.15.2.crate) = 32444e121b0bd00cb02c0de32fde457a9491bd44e03e7a5db6df9b1da2f6f110 +SIZE (rust/crates/wgpu-types-0.15.2.crate) = 49217 +SHA256 (rust/crates/wgpu_glyph-0.19.0.crate) = e25440d5f32ec39de49c57c15c2d3f9133a7939b069b5ad07e5afd8b78fb8adc +SIZE (rust/crates/wgpu_glyph-0.19.0.crate) = 83893 +SHA256 (rust/crates/widestring-0.5.1.crate) = 17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983 +SIZE (rust/crates/widestring-0.5.1.crate) = 41338 +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.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 +SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 +SHA256 (rust/crates/winapi-wsapoll-0.1.1.crate) = 44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e +SIZE (rust/crates/winapi-wsapoll-0.1.1.crate) = 2881 +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/window_clipboard-0.2.4.crate) = 015dd4474dc6aa96fe19aae3a24587a088bd90331dba5a5cc60fb3a180234c4d +SIZE (rust/crates/window_clipboard-0.2.4.crate) = 13286 +SHA256 (rust/crates/windows-0.44.0.crate) = 9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b +SIZE (rust/crates/windows-0.44.0.crate) = 11502336 +SHA256 (rust/crates/windows-sys-0.36.1.crate) = ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2 +SIZE (rust/crates/windows-sys-0.36.1.crate) = 3347053 +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.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 +SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 +SHA256 (rust/crates/windows-targets-0.42.1.crate) = 8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7 +SIZE (rust/crates/windows-targets-0.42.1.crate) = 5524 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608 +SIZE (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 362795 +SHA256 (rust/crates/windows_aarch64_msvc-0.36.1.crate) = 9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47 +SIZE (rust/crates/windows_aarch64_msvc-0.36.1.crate) = 661960 +SHA256 (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7 +SIZE (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 664655 +SHA256 (rust/crates/windows_i686_gnu-0.36.1.crate) = 180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6 +SIZE (rust/crates/windows_i686_gnu-0.36.1.crate) = 818115 +SHA256 (rust/crates/windows_i686_gnu-0.42.1.crate) = de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640 +SIZE (rust/crates/windows_i686_gnu-0.42.1.crate) = 733428 +SHA256 (rust/crates/windows_i686_msvc-0.36.1.crate) = e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024 +SIZE (rust/crates/windows_i686_msvc-0.36.1.crate) = 724575 +SHA256 (rust/crates/windows_i686_msvc-0.42.1.crate) = bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605 +SIZE (rust/crates/windows_i686_msvc-0.42.1.crate) = 722583 +SHA256 (rust/crates/windows_x86_64_gnu-0.36.1.crate) = 4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1 +SIZE (rust/crates/windows_x86_64_gnu-0.36.1.crate) = 790934 +SHA256 (rust/crates/windows_x86_64_gnu-0.42.1.crate) = c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45 +SIZE (rust/crates/windows_x86_64_gnu-0.42.1.crate) = 697614 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463 +SIZE (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 362788 +SHA256 (rust/crates/windows_x86_64_msvc-0.36.1.crate) = c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680 +SIZE (rust/crates/windows_x86_64_msvc-0.36.1.crate) = 661999 +SHA256 (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd +SIZE (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 664606 +SHA256 (rust/crates/winit-0.27.5.crate) = bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c +SIZE (rust/crates/winit-0.27.5.crate) = 370578 +SHA256 (rust/crates/winreg-0.10.1.crate) = 80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d +SIZE (rust/crates/winreg-0.10.1.crate) = 25725 +SHA256 (rust/crates/wio-0.2.2.crate) = 5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5 +SIZE (rust/crates/wio-0.2.2.crate) = 11214 +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.9.0.crate) = 6e99be55648b3ae2a52342f9a870c0e138709a3493261ce9b469afe6e4df6d8a +SIZE (rust/crates/x11rb-0.9.0.crate) = 626092 +SHA256 (rust/crates/xcursor-0.3.4.crate) = 463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7 +SIZE (rust/crates/xcursor-0.3.4.crate) = 6069 +SHA256 (rust/crates/xi-unicode-0.3.0.crate) = a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a +SIZE (rust/crates/xi-unicode-0.3.0.crate) = 87001 +SHA256 (rust/crates/xml-rs-0.8.4.crate) = d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3 +SIZE (rust/crates/xml-rs-0.8.4.crate) = 52690 +SHA256 (rust/crates/xmlparser-0.13.5.crate) = 4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd +SIZE (rust/crates/xmlparser-0.13.5.crate) = 26225 +SHA256 (GyulyVGC-sniffnet-v1.2.0_GH0.tar.gz) = 4ed7375aec49c76ef4410f1adb93264f896a113c222d49bf1244985449b84ad3 +SIZE (GyulyVGC-sniffnet-v1.2.0_GH0.tar.gz) = 26798118 diff --git a/net/sniffnet/files/patch-resources_sniffnet.desktop b/net/sniffnet/files/patch-resources_sniffnet.desktop new file mode 100644 index 000000000000..707f133f3814 --- /dev/null +++ b/net/sniffnet/files/patch-resources_sniffnet.desktop @@ -0,0 +1,10 @@ +--- resources/sniffnet.desktop.orig 2023-05-31 11:36:54 UTC ++++ resources/sniffnet.desktop +@@ -5,6 +5,6 @@ Name=Sniffnet + Comment=Application to comfortably monitor your network traffic + Categories=Network;Security;Utility; + Icon=sniffnet +-Exec=sudo /usr/bin/sniffnet ++Exec=sniffnet + StartupWMClass=sniffnet + Terminal=true diff --git a/net/sniffnet/pkg-descr b/net/sniffnet/pkg-descr new file mode 100644 index 000000000000..35631297d9ec --- /dev/null +++ b/net/sniffnet/pkg-descr @@ -0,0 +1,5 @@ +Sniffnet is a network monitoring tool to help you easily keep track of +your Internet traffic. + +Whether you want to gather statistics, or you need to inspect more in +depth what's going on in your network, this app will get you covered. diff --git a/net/sniffnet/pkg-plist b/net/sniffnet/pkg-plist new file mode 100644 index 000000000000..08fa1e052bca --- /dev/null +++ b/net/sniffnet/pkg-plist @@ -0,0 +1,20 @@ +bin/sniffnet +share/applications/sniffnet.desktop +share/icons/hicolor/1024x1024/apps/sniffnet.png +share/icons/hicolor/128x128/apps/sniffnet.png +share/icons/hicolor/160x160/apps/sniffnet.png +share/icons/hicolor/16x16/apps/sniffnet.png +share/icons/hicolor/192x192/apps/sniffnet.png +share/icons/hicolor/22x22/apps/sniffnet.png +share/icons/hicolor/24x24/apps/sniffnet.png +share/icons/hicolor/256x256/apps/sniffnet.png +share/icons/hicolor/32x32/apps/sniffnet.png +share/icons/hicolor/36x36/apps/sniffnet.png +share/icons/hicolor/384x384/apps/sniffnet.png +share/icons/hicolor/42x42/apps/sniffnet.png +share/icons/hicolor/48x48/apps/sniffnet.png +share/icons/hicolor/512x512/apps/sniffnet.png +share/icons/hicolor/64x64/apps/sniffnet.png +share/icons/hicolor/72x72/apps/sniffnet.png +share/icons/hicolor/8x8/apps/sniffnet.png +share/icons/hicolor/96x96/apps/sniffnet.png diff --git a/net/sofia-sip/Makefile b/net/sofia-sip/Makefile index 414df375cda4..ae5f28eb5d3f 100644 --- a/net/sofia-sip/Makefile +++ b/net/sofia-sip/Makefile @@ -1,6 +1,6 @@ PORTNAME= sofia-sip DISTVERSIONPREFIX= v -DISTVERSION= 1.13.14 +DISTVERSION= 1.13.15 CATEGORIES= net MAINTAINER= jailbird@fdf.net diff --git a/net/sofia-sip/distinfo b/net/sofia-sip/distinfo index 18956b584164..a9530dc93d73 100644 --- a/net/sofia-sip/distinfo +++ b/net/sofia-sip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676912100 -SHA256 (freeswitch-sofia-sip-v1.13.14_GH0.tar.gz) = a517e31c6a406af3d7ec8cb0154e46ad12fbcb54dadfc3deada5d97bdbd9cc5a -SIZE (freeswitch-sofia-sip-v1.13.14_GH0.tar.gz) = 2553894 +TIMESTAMP = 1683930660 +SHA256 (freeswitch-sofia-sip-v1.13.15_GH0.tar.gz) = 846b3d5eef57702e8d18967070b538030252116af1500f4baa78ad068c5fdd64 +SIZE (freeswitch-sofia-sip-v1.13.15_GH0.tar.gz) = 2553788 diff --git a/net/speedtest-go/Makefile b/net/speedtest-go/Makefile index 7471fda0b220..4d6f9faba454 100644 --- a/net/speedtest-go/Makefile +++ b/net/speedtest-go/Makefile @@ -1,6 +1,6 @@ PORTNAME= speedtest-go DISTVERSIONPREFIX= v -DISTVERSION= 1.6.0 +DISTVERSION= 1.6.2 CATEGORIES= net www MAINTAINER= driesm@FreeBSD.org diff --git a/net/speedtest-go/distinfo b/net/speedtest-go/distinfo index 88b98a7f5b91..6d759e721ba4 100644 --- a/net/speedtest-go/distinfo +++ b/net/speedtest-go/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1685116575 -SHA256 (go/net_speedtest-go/speedtest-go-v1.6.0/v1.6.0.mod) = c8e197730294ddab63dc7150d29e89868b7a7288044aef1f498feb01e8c34fda -SIZE (go/net_speedtest-go/speedtest-go-v1.6.0/v1.6.0.mod) = 509 -SHA256 (go/net_speedtest-go/speedtest-go-v1.6.0/v1.6.0.zip) = 0f50d0d334d69c7652abaedccc524157bbc3a514cd076f65d925eedd4ed24828 -SIZE (go/net_speedtest-go/speedtest-go-v1.6.0/v1.6.0.zip) = 34054 +TIMESTAMP = 1685550576 +SHA256 (go/net_speedtest-go/speedtest-go-v1.6.2/v1.6.2.mod) = c8e197730294ddab63dc7150d29e89868b7a7288044aef1f498feb01e8c34fda +SIZE (go/net_speedtest-go/speedtest-go-v1.6.2/v1.6.2.mod) = 509 +SHA256 (go/net_speedtest-go/speedtest-go-v1.6.2/v1.6.2.zip) = efd5a00f696d0232defdb76d17f8e8446275128534e6dfd75c876960cd729fa5 +SIZE (go/net_speedtest-go/speedtest-go-v1.6.2/v1.6.2.zip) = 34040 diff --git a/polish/Makefile b/polish/Makefile index 76f6cae99dd4..fe22ee819c49 100644 --- a/polish/Makefile +++ b/polish/Makefile @@ -5,7 +5,6 @@ SUBDIR += gnugadu2 SUBDIR += hunspell SUBDIR += hyphen - SUBDIR += kadu SUBDIR += libgadu SUBDIR += libreoffice SUBDIR += libtlen diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile deleted file mode 100644 index 3052b6d97359..000000000000 --- a/polish/kadu/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -PORTNAME= kadu -PORTVERSION= 4.3 -PORTREVISION= 27 -PORTEPOCH= 1 -CATEGORIES= polish net-im -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \ - http://download.kadu.im/stable/:kadu \ - http://download.kadu.im/additions/:additions -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:kadu -DIST_SUBDIR= kadu -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Internet communicator supporting Gadu-Gadu and Jabber/XMPP -WWW= http://kadu.im - -BROKEN= Does not build against net-im/qxmpp-qt5 -DEPRECATED= Upstream website no longer exists, no update on SourceForge -EXPIRATION_DATE= 2023-05-31 - -LICENSE= GPLv2 - -BUILD_DEPENDS= bash:shells/bash \ - pl-libgadu>=1.12.2:polish/libgadu -LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ - libsndfile.so:audio/libsndfile \ - libinjeqt.so:devel/injeqt \ - libidn.so:dns/libidn \ - libQXmppQt5.so:net-im/qxmpp@qt5 \ - libgadu.so:polish/libgadu \ - libgcrypt.so:security/libgcrypt \ - libotr.so.5:security/libotr \ - libenchant.so:textproc/enchant -# TODO ntrack and ntrack-qt (needs porting) ? -# TODO separate ports for plugins and themes (possible starting with 0.10) - -GG6_EMOTS_DISTFILE= kompatybilne_z_GG6.tar.gz -GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz - -USES= cmake:insource compiler:c++17-lang cpe gettext-runtime gnome \ - libarchive pkgconfig qca qt:5 readline tar:bzip2 xorg -USE_XORG= x11 xext xfixes xscrnsaver -USE_GNOME= glib20 -USE_QT= concurrent core dbus declarative gui multimedia network \ - script scripttools sql webkit widgets x11extras \ - xml xmlpatterns \ - buildtools:build linguisttools:build testlib:build \ - qmake:build imageformats:run sql-sqlite3:run -# Setting KADU_VERSION disables git invocation -CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON \ - -DENABLE_TESTS=OFF -LDFLAGS+= -lexecinfo - -OPTIONS_DEFINE= GG_EMOTS -OPTIONS_SUB= yes -GG_EMOTS_DESC= GG-compatible emoticons - -GG_EMOTS_DISTFILES= ${GG6_EMOTS_DISTFILE}:additions \ - ${GG7_EMOTS_DISTFILE}:additions - -post-patch: - @${REINPLACE_CMD} '/kadu_add_test/ s|^|#|' \ - ${WRKSRC}/kadu-core/plugin/CMakeLists.txt - # ${FIND} ${WRKSRC} -type f -name '*.h' -o -name '*.cpp' | ${XARGS} ${REINPLACE_CMD} '/^#include/ s|qxmpp/|QXmppQt5/|g' \ - -post-install-GG_EMOTS-on: - @${MKDIR} ${WRKSRC}/varia/themes/emoticons - @cd ${WRKSRC}/varia/themes/emoticons && \ - ${TAR} -zxf ${_DISTDIR}/${GG6_EMOTS_DISTFILE} && \ - ${MV} kompatybilne_z_GG6 gg6_compatible && \ - cd gg6_compatible && ${TAR} -zxf ${_DISTDIR}/${GG7_EMOTS_DISTFILE} - @cd ${WRKSRC}/varia/themes/emoticons && \ - ${COPYTREE_SHARE} gg6_compatible ${STAGEDIR}${DATADIR}/themes/emoticons - -.include diff --git a/polish/kadu/distinfo b/polish/kadu/distinfo deleted file mode 100644 index 115af2770b3e..000000000000 --- a/polish/kadu/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -TIMESTAMP = 1485469438 -SHA256 (kadu/kadu-4.3.tar.bz2) = ad5d1cbb908c3cd07f2955d343d44b993cd5639427a48a2912441955cfd2bd6e -SIZE (kadu/kadu-4.3.tar.bz2) = 8087786 -SHA256 (kadu/kompatybilne_z_GG6.tar.gz) = f8a84acd8512fd8fc38e394aa564e6b6d7ec2e9fe9864bdf0c5b8f2edb23da6f -SIZE (kadu/kompatybilne_z_GG6.tar.gz) = 254637 -SHA256 (kadu/dodatkowe_emoty_GG7.tar.gz) = aebeb45b6ac9139620032436f7b565aa5729a0165d1c361a473c1195b8807450 -SIZE (kadu/dodatkowe_emoty_GG7.tar.gz) = 113257 diff --git a/polish/kadu/files/patch-CMakeLists.txt b/polish/kadu/files/patch-CMakeLists.txt deleted file mode 100644 index 2a96e878a7c6..000000000000 --- a/polish/kadu/files/patch-CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ ---- CMakeLists.txt.orig 2017-01-24 21:36:21 UTC -+++ CMakeLists.txt -@@ -25,7 +25,11 @@ if (NOT DEFINED CMAKE_CONFIGURATION_TYPES AND NOT CMAK - set (CMAKE_BUILD_TYPE "${default}" CACHE STRING "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel." FORCE) - endif () - --# C++14 support, warnings and other flags -+# C++17 support, warnings and other flags -+# -+# 17 is needed for std::optional, in qxmpp -+set (CMAKE_CXX_STANDARD 17) -+set (CMAKE_CXX_STANDARD_REQUIRED ON) - - set (DEFINITIONS QT_NO_CAST_TO_ASCII QT_DISABLE_DEPRECATED_BEFORE=0x040900) - list (APPEND DEFINITIONS KADU_EXPORT_TESTS) -@@ -38,7 +42,6 @@ else () - set (COMMON_COMPILE_FLAGS "-Wall -Wextra -Wundef -Wunused -Wuninitialized -Wcast-align -Wpointer-arith -fno-common") - set (C_FLAGS "-Wwrite-strings") - set (CXX_FLAGS "-Woverloaded-virtual -Wnon-virtual-dtor ${CXX_FLAGS}") -- set (CMAKE_CXX_STANDARD 14) - - if (NOT WIN32) - set (COMMON_COMPILE_FLAGS "${COMMON_COMPILE_FLAGS} -fvisibility=hidden") diff --git a/polish/kadu/files/patch-Plugins.cmake b/polish/kadu/files/patch-Plugins.cmake deleted file mode 100644 index 803b87682217..000000000000 --- a/polish/kadu/files/patch-Plugins.cmake +++ /dev/null @@ -1,17 +0,0 @@ ---- Plugins.cmake.orig 2016-10-16 20:09:16 UTC -+++ Plugins.cmake -@@ -106,12 +106,12 @@ if (UNIX AND NOT APPLE) - # docking - # Indicator docking support - # Comment if you are not compilign under Ubuntu flavor -- indicator_docking -+ #indicator_docking - - # integration - # integration with Unity - # Comment if you are not compilign under Ubuntu flavor -- unity_integration -+ #unity_integration - - # notifiers - # Freedesktop notification support diff --git a/polish/kadu/files/patch-cmake_KaduMacros.cmake b/polish/kadu/files/patch-cmake_KaduMacros.cmake deleted file mode 100644 index 310b7839c1d2..000000000000 --- a/polish/kadu/files/patch-cmake_KaduMacros.cmake +++ /dev/null @@ -1,12 +0,0 @@ ---- cmake/KaduMacros.cmake.orig 2021-04-03 20:24:23 UTC -+++ cmake/KaduMacros.cmake -@@ -44,7 +44,8 @@ include_directories (${INJEQT_INCLUDEDIR}) - link_directories (${INJEQT_LIBRARY_DIRS}) - - set (CMAKE_CXX_FLAGS "-Woverloaded-virtual -Wnon-virtual-dtor ${CMAKE_CXX_FLAGS}") --set (CMAKE_CXX_STANDARD 14) -+set (CMAKE_CXX_STANDARD 17) -+set (CMAKE_CXX_STANDARD_REQUIRED ON) - - if (NOT WIN32) - set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility-inlines-hidden") diff --git a/polish/kadu/files/patch-kadu-core_CMakeLists.txt b/polish/kadu/files/patch-kadu-core_CMakeLists.txt deleted file mode 100644 index cc1e3ff62aee..000000000000 --- a/polish/kadu/files/patch-kadu-core_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- kadu-core/CMakeLists.txt.orig 2019-03-30 14:44:31 UTC -+++ kadu-core/CMakeLists.txt -@@ -111,7 +111,7 @@ include_directories (${LibArchive_INCLUDE_DIRS}) - list (APPEND ADDITIONAL_LIBKADU_LIBRARIES ${LibArchive_LIBRARIES}) - - if (UNIX AND NOT APPLE) -- find_package (X11 REQUIRED COMPONENTS X11 Xutil Xfixes) -+ find_package (X11 REQUIRED COMPONENTS Xutil Xfixes) - if (X11_FOUND AND X11_Xutil_FOUND AND X11_Xfixes_FOUND) - message (STATUS "Found required X11 libraries: ${X11_X11_LIB};${X11_Xfixes_LIB}") - else () diff --git a/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h b/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h deleted file mode 100644 index 981b301f7917..000000000000 --- a/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h +++ /dev/null @@ -1,11 +0,0 @@ ---- kadu-core/execution-arguments/execution-arguments-parser.h.orig 2016-10-16 20:09:16 UTC -+++ kadu-core/execution-arguments/execution-arguments-parser.h -@@ -20,7 +20,7 @@ - #pragma once - - #include "exports.h" -- -+#include - #include - - class ExecutionArguments; diff --git a/polish/kadu/files/patch-kadu-core_gui_actions_action-description.cpp b/polish/kadu/files/patch-kadu-core_gui_actions_action-description.cpp deleted file mode 100644 index 40e5d83c94f3..000000000000 --- a/polish/kadu/files/patch-kadu-core_gui_actions_action-description.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- kadu-core/gui/actions/action-description.cpp.orig 2017-01-24 21:36:21 UTC -+++ kadu-core/gui/actions/action-description.cpp -@@ -103,7 +103,8 @@ void ActionDescription::registerAction(Actions *action - - void ActionDescription::unregisterAction(Actions *actions) - { -- actions->remove(this); -+ if (actions) -+ actions->remove(this); - } - - void ActionDescription::actionAboutToBeDestroyed(Action *action) diff --git a/polish/kadu/files/patch-kadu-core_gui_widgets_avatar-painter.cpp b/polish/kadu/files/patch-kadu-core_gui_widgets_avatar-painter.cpp deleted file mode 100644 index cbf5bdf06969..000000000000 --- a/polish/kadu/files/patch-kadu-core_gui_widgets_avatar-painter.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- kadu-core/gui/widgets/avatar-painter.cpp.orig 2020-05-21 09:00:13 UTC -+++ kadu-core/gui/widgets/avatar-painter.cpp -@@ -22,6 +22,7 @@ - - #include - #include -+#include - #include - #include - #include diff --git a/polish/kadu/files/patch-kadu-core_gui_widgets_chat-widget_chat-widget-impl.cpp b/polish/kadu/files/patch-kadu-core_gui_widgets_chat-widget_chat-widget-impl.cpp deleted file mode 100644 index 2b1bdcca90fa..000000000000 --- a/polish/kadu/files/patch-kadu-core_gui_widgets_chat-widget_chat-widget-impl.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kadu-core/gui/widgets/chat-widget/chat-widget-impl.cpp.orig 2016-10-19 17:23:42 UTC -+++ kadu-core/gui/widgets/chat-widget/chat-widget-impl.cpp -@@ -720,7 +720,7 @@ void ChatWidgetImpl::contactActivityChan - - if (CurrentContactActivity == ChatState::Gone) - { -- auto msg = QString{"[ " + tr("%1 ended the conversation").arg(contact.ownerBuddy().display()) + " ]"}; -+ auto msg = QString("[ " + tr("%1 ended the conversation").arg(contact.ownerBuddy().display()) + " ]"); - Message message = m_messageStorage->create(); - message.setMessageChat(CurrentChat); - message.setType(MessageTypeSystem); diff --git a/polish/kadu/files/patch-kadu-core_plugin_dependency-graph_plugin-dependency-graph-builder.h b/polish/kadu/files/patch-kadu-core_plugin_dependency-graph_plugin-dependency-graph-builder.h deleted file mode 100644 index 3ace439da03c..000000000000 --- a/polish/kadu/files/patch-kadu-core_plugin_dependency-graph_plugin-dependency-graph-builder.h +++ /dev/null @@ -1,10 +0,0 @@ ---- kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h.orig 2019-01-14 15:34:25 UTC -+++ kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.h -@@ -20,6 +20,7 @@ - #pragma once - - #include -+#include - #include - #include - diff --git a/polish/kadu/files/patch-kadu-core_themes.cpp b/polish/kadu/files/patch-kadu-core_themes.cpp deleted file mode 100644 index fa9c12a082d7..000000000000 --- a/polish/kadu/files/patch-kadu-core_themes.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kadu-core/themes.cpp.orig 2016-10-19 17:11:40 UTC -+++ kadu-core/themes.cpp -@@ -164,7 +164,7 @@ QStringList Themes::defaultPathsProvider - { - QStringList result; - -- auto path = QString{m_pathsProvider->dataPath() + QStringLiteral("themes/") + Name}; -+ auto path = QString(m_pathsProvider->dataPath() + QStringLiteral("themes/") + Name); - foreach(const QString &it, getSubDirs(path)) - result << (path + '/' + it + '/'); - diff --git a/polish/kadu/files/patch-plugins_idle_CMakeLists.txt b/polish/kadu/files/patch-plugins_idle_CMakeLists.txt deleted file mode 100644 index 2cc3ae565b7d..000000000000 --- a/polish/kadu/files/patch-plugins_idle_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/idle/CMakeLists.txt.orig 2019-03-30 14:44:31 UTC -+++ plugins/idle/CMakeLists.txt -@@ -15,7 +15,7 @@ set (SOURCES - ) - - if (UNIX AND NOT APPLE) -- find_package (X11 REQUIRED COMPONENTS X11 Xutil Xscreensaver) -+ find_package (X11 REQUIRED COMPONENTS Xutil Xscreensaver) - if (X11_Xscreensaver_FOUND) - message (STATUS "Found required X11 libraries: ${X11_X11_LIB};${X11_Xscreensaver_LIB}") - else () diff --git a/polish/kadu/files/patch-plugins_pcspeaker_CMakeLists.txt b/polish/kadu/files/patch-plugins_pcspeaker_CMakeLists.txt deleted file mode 100644 index 1187c3225681..000000000000 --- a/polish/kadu/files/patch-plugins_pcspeaker_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/pcspeaker/CMakeLists.txt.orig 2019-03-30 14:44:31 UTC -+++ plugins/pcspeaker/CMakeLists.txt -@@ -15,7 +15,7 @@ set (SOURCES - set (LIBRARIES "") - - if (UNIX AND NOT APPLE) -- find_package (X11 REQUIRED COMPONENTS X11) -+ find_package (X11 REQUIRED) - if (NOT X11_FOUND) - message (SEND_ERROR "Could NOT find X11") - endif () diff --git a/polish/kadu/files/patch-plugins_screenshot_CMakeLists.txt b/polish/kadu/files/patch-plugins_screenshot_CMakeLists.txt deleted file mode 100644 index b3a0d5d05a63..000000000000 --- a/polish/kadu/files/patch-plugins_screenshot_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/screenshot/CMakeLists.txt.orig 2019-03-30 14:44:31 UTC -+++ plugins/screenshot/CMakeLists.txt -@@ -30,7 +30,7 @@ set (CONFIGURATION_FILES - - if (UNIX AND NOT APPLE) - set (PLUGIN_ADDITIONAL_QT_MODULES X11Extras) -- find_package (X11 REQUIRED COMPONENTS X11 Xext Xshape) -+ find_package (X11 REQUIRED COMPONENTS Xext Xshape) - if (X11_Xshape_FOUND) - message (STATUS "Found required X11 libraries: ${X11_X11_LIB};${X11_Xext_LIB}") - else () diff --git a/polish/kadu/pkg-descr b/polish/kadu/pkg-descr deleted file mode 100644 index db95af7cae9d..000000000000 --- a/polish/kadu/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Qt based internet communicator supporting Gadu-Gadu and Jabber/XMPP -protocols for Unix-like and Windows systems. -Gadu-Gadu is an ICQ-like messenger for polish language users. diff --git a/polish/kadu/pkg-plist b/polish/kadu/pkg-plist deleted file mode 100644 index dc9da43e4651..000000000000 --- a/polish/kadu/pkg-plist +++ /dev/null @@ -1,5155 +0,0 @@ -bin/kadu -include/kadu/kadu-core/accounts/account-details.h -include/kadu/kadu-core/accounts/account-manager.h -include/kadu/kadu-core/accounts/account-module.h -include/kadu/kadu-core/accounts/account-notification-service.h -include/kadu/kadu-core/accounts/account-shared.h -include/kadu/kadu-core/accounts/account-status-container.h -include/kadu/kadu-core/accounts/account-storage.h -include/kadu/kadu-core/accounts/account.h -include/kadu/kadu-core/accounts/accounts-aware-object.h -include/kadu/kadu-core/accounts/filter/abstract-account-filter.h -include/kadu/kadu-core/accounts/filter/have-multilogon-filter.h -include/kadu/kadu-core/accounts/filter/protocol-filter.h -include/kadu/kadu-core/accounts/filter/writeable-contacts-list-filter.h -include/kadu/kadu-core/accounts/model/accounts-model.h -include/kadu/kadu-core/accounts/model/accounts-proxy-model.h -include/kadu/kadu-core/activate.h -include/kadu/kadu-core/attention-service.h -include/kadu/kadu-core/avatars/avatar-job-manager.h -include/kadu/kadu-core/avatars/avatar-job-runner.h -include/kadu/kadu-core/avatars/avatar-manager.h -include/kadu/kadu-core/avatars/avatar-module.h -include/kadu/kadu-core/avatars/avatar-shared.h -include/kadu/kadu-core/avatars/avatar-storage.h -include/kadu/kadu-core/avatars/avatar.h -include/kadu/kadu-core/aware-object.h -include/kadu/kadu-core/buddies/buddy-additional-data-delete-handler-manager.h -include/kadu/kadu-core/buddies/buddy-additional-data-delete-handler.h -include/kadu/kadu-core/buddies/buddy-dummy-factory.h -include/kadu/kadu-core/buddies/buddy-gender.h -include/kadu/kadu-core/buddies/buddy-list-mime-data-service.h -include/kadu/kadu-core/buddies/buddy-list.h -include/kadu/kadu-core/buddies/buddy-manager.h -include/kadu/kadu-core/buddies/buddy-module.h -include/kadu/kadu-core/buddies/buddy-preferred-manager.h -include/kadu/kadu-core/buddies/buddy-search-criteria.h -include/kadu/kadu-core/buddies/buddy-set.h -include/kadu/kadu-core/buddies/buddy-shared.h -include/kadu/kadu-core/buddies/buddy-storage.h -include/kadu/kadu-core/buddies/buddy.h -include/kadu/kadu-core/buddies/group-manager.h -include/kadu/kadu-core/buddies/group-shared.h -include/kadu/kadu-core/buddies/group-storage.h -include/kadu/kadu-core/buddies/group.h -include/kadu/kadu-core/buddies/model/buddy-data-extractor.h -include/kadu/kadu-core/buddies/model/buddy-list-model.h -include/kadu/kadu-core/buddies/model/buddy-manager-adapter.h -include/kadu/kadu-core/buddies/model/checkable-buddies-proxy-model.h -include/kadu/kadu-core/buddies/model/groups-model.h -include/kadu/kadu-core/chat-style/engine/chat-style-engine.h -include/kadu/kadu-core/chat-style/engine/chat-style-renderer-configuration.h -include/kadu/kadu-core/chat-style/engine/chat-style-renderer-factory-provider.h -include/kadu/kadu-core/chat-style/engine/chat-style-renderer-factory.h -include/kadu/kadu-core/chat-style/engine/chat-style-renderer.h -include/kadu/kadu-core/chat-style/engine/configured-chat-style-renderer-factory-provider.h -include/kadu/kadu-core/chat/buddy-chat-manager.h -include/kadu/kadu-core/chat/chat-details-buddy.h -include/kadu/kadu-core/chat/chat-details-contact-set.h -include/kadu/kadu-core/chat/chat-details-contact.h -include/kadu/kadu-core/chat/chat-details-room.h -include/kadu/kadu-core/chat/chat-details.h -include/kadu/kadu-core/chat/chat-list-mime-data-service.h -include/kadu/kadu-core/chat/chat-manager-impl.h -include/kadu/kadu-core/chat/chat-manager.h -include/kadu/kadu-core/chat/chat-module.h -include/kadu/kadu-core/chat/chat-shared.h -include/kadu/kadu-core/chat/chat-storage.h -include/kadu/kadu-core/chat/chat.h -include/kadu/kadu-core/chat/model/chat-data-extractor.h -include/kadu/kadu-core/chat/model/chat-list-model.h -include/kadu/kadu-core/chat/model/chat-manager-adapter.h -include/kadu/kadu-core/chat/open-chat-repository.h -include/kadu/kadu-core/chat/open-chat-service.h -include/kadu/kadu-core/chat/recent-chat-repository.h -include/kadu/kadu-core/chat/recent-chat-service.h -include/kadu/kadu-core/chat/type/chat-type-buddy.h -include/kadu/kadu-core/chat/type/chat-type-contact-set.h -include/kadu/kadu-core/chat/type/chat-type-contact.h -include/kadu/kadu-core/chat/type/chat-type-manager.h -include/kadu/kadu-core/chat/type/chat-type-room.h -include/kadu/kadu-core/chat/type/chat-type.h -include/kadu/kadu-core/compression/archive-extractor.h -include/kadu/kadu-core/configuration/config-file-data-manager.h -include/kadu/kadu-core/configuration/config-file-variant-wrapper.h -include/kadu/kadu-core/configuration/configuration-api.h -include/kadu/kadu-core/configuration/configuration-aware-object.h -include/kadu/kadu-core/configuration/configuration-factory.h -include/kadu/kadu-core/configuration/configuration-holder.h -include/kadu/kadu-core/configuration/configuration-manager.h -include/kadu/kadu-core/configuration/configuration-module.h -include/kadu/kadu-core/configuration/configuration-path-provider.h -include/kadu/kadu-core/configuration/configuration-read-error-exception.h -include/kadu/kadu-core/configuration/configuration-unusable-exception.h -include/kadu/kadu-core/configuration/configuration-window-data-manager.h -include/kadu/kadu-core/configuration/configuration-writer.h -include/kadu/kadu-core/configuration/configuration.h -include/kadu/kadu-core/configuration/deprecated-configuration-api.h -include/kadu/kadu-core/contacts/contact-manager.h -include/kadu/kadu-core/contacts/contact-module.h -include/kadu/kadu-core/contacts/contact-parser-tags.h -include/kadu/kadu-core/contacts/contact-set-configuration-helper.h -include/kadu/kadu-core/contacts/contact-set.h -include/kadu/kadu-core/contacts/contact-shared.h -include/kadu/kadu-core/contacts/contact-storage.h -include/kadu/kadu-core/contacts/contact.h -include/kadu/kadu-core/contacts/model/buddy-contact-model.h -include/kadu/kadu-core/contacts/model/chat-adapter.h -include/kadu/kadu-core/contacts/model/contact-data-extractor.h -include/kadu/kadu-core/contacts/model/contact-list-model.h -include/kadu/kadu-core/core/adapter.h -include/kadu/kadu-core/core/application.h -include/kadu/kadu-core/core/configurable-transformer.h -include/kadu/kadu-core/core/core-module.h -include/kadu/kadu-core/core/core.h -include/kadu/kadu-core/core/crash-aware-object.h -include/kadu/kadu-core/core/injected-factory.h -include/kadu/kadu-core/core/injector-provider.h -include/kadu/kadu-core/core/myself.h -include/kadu/kadu-core/core/scheduler.h -include/kadu/kadu-core/core/session-service.h -include/kadu/kadu-core/core/transformer.h -include/kadu/kadu-core/core/version-service.h -include/kadu/kadu-core/debug.h -include/kadu/kadu-core/dom/dom-module.h -include/kadu/kadu-core/dom/dom-processor-service-impl.h -include/kadu/kadu-core/dom/dom-processor-service.h -include/kadu/kadu-core/dom/dom-processor.h -include/kadu/kadu-core/dom/dom-text-regexp-visitor.h -include/kadu/kadu-core/dom/dom-visitor-provider-repository.h -include/kadu/kadu-core/dom/dom-visitor-provider.h -include/kadu/kadu-core/dom/dom-visitor.h -include/kadu/kadu-core/dom/ignore-links-dom-visitor.h -include/kadu/kadu-core/execution-arguments/execution-arguments-builder.h -include/kadu/kadu-core/execution-arguments/execution-arguments-parser.h -include/kadu/kadu-core/execution-arguments/execution-arguments.h -include/kadu/kadu-core/exports.h -include/kadu/kadu-core/file-system/atomic-file-write-exception.h -include/kadu/kadu-core/file-system/atomic-file-writer.h -include/kadu/kadu-core/file-transfer/file-transfer-direction.h -include/kadu/kadu-core/file-transfer/file-transfer-handler-manager.h -include/kadu/kadu-core/file-transfer/file-transfer-handler.h -include/kadu/kadu-core/file-transfer/file-transfer-manager.h -include/kadu/kadu-core/file-transfer/file-transfer-module.h -include/kadu/kadu-core/file-transfer/file-transfer-notification-service.h -include/kadu/kadu-core/file-transfer/file-transfer-shared.h -include/kadu/kadu-core/file-transfer/file-transfer-status.h -include/kadu/kadu-core/file-transfer/file-transfer-storage.h -include/kadu/kadu-core/file-transfer/file-transfer-type.h -include/kadu/kadu-core/file-transfer/file-transfer.h -include/kadu/kadu-core/file-transfer/gui/file-transfer-actions.h -include/kadu/kadu-core/file-transfer/gui/file-transfer-can-send-result.h -include/kadu/kadu-core/file-transfer/gui/file-transfer-widget.h -include/kadu/kadu-core/file-transfer/gui/file-transfer-window.h -include/kadu/kadu-core/file-transfer/gui/send-file-action.h -include/kadu/kadu-core/file-transfer/gui/show-file-transfer-window-action.h -include/kadu/kadu-core/file-transfer/outgoing-file-transfer-handler.h -include/kadu/kadu-core/file-transfer/stream-incoming-file-transfer-handler.h -include/kadu/kadu-core/file-transfer/url-incoming-file-transfer-handler.h -include/kadu/kadu-core/formatted-string/composite-formatted-string.h -include/kadu/kadu-core/formatted-string/force-space-dom-visitor.h -include/kadu/kadu-core/formatted-string/formatted-string-clone-visitor.h -include/kadu/kadu-core/formatted-string/formatted-string-factory.h -include/kadu/kadu-core/formatted-string/formatted-string-html-visitor.h -include/kadu/kadu-core/formatted-string/formatted-string-image-block.h -include/kadu/kadu-core/formatted-string/formatted-string-is-plain-text-visitor.h -include/kadu/kadu-core/formatted-string/formatted-string-module.h -include/kadu/kadu-core/formatted-string/formatted-string-plain-text-visitor.h -include/kadu/kadu-core/formatted-string/formatted-string-text-block.h -include/kadu/kadu-core/formatted-string/formatted-string-visitor.h -include/kadu/kadu-core/formatted-string/formatted-string.h -include/kadu/kadu-core/gui/actions/action-context-provider.h -include/kadu/kadu-core/gui/actions/action-context.h -include/kadu/kadu-core/gui/actions/action-description.h -include/kadu/kadu-core/gui/actions/action.h -include/kadu/kadu-core/gui/actions/actions.h -include/kadu/kadu-core/gui/actions/base-action-context.h -include/kadu/kadu-core/gui/actions/change-status-action.h -include/kadu/kadu-core/gui/actions/chat/add-conference-action.h -include/kadu/kadu-core/gui/actions/chat/add-room-chat-action.h -include/kadu/kadu-core/gui/actions/chat/leave-chat-action.h -include/kadu/kadu-core/gui/actions/default-proxy-action.h -include/kadu/kadu-core/gui/actions/delete-talkable-action.h -include/kadu/kadu-core/gui/actions/edit-talkable-action.h -include/kadu/kadu-core/gui/actions/recent-chats-action.h -include/kadu/kadu-core/gui/configuration/chat-configuration-holder.h -include/kadu/kadu-core/gui/configuration/toolbar-configuration-manager.h -include/kadu/kadu-core/gui/gui-module.h -include/kadu/kadu-core/gui/hot-key.h -include/kadu/kadu-core/gui/menu/kadu-menu.h -include/kadu/kadu-core/gui/menu/menu-inventory.h -include/kadu/kadu-core/gui/menu/menu-item.h -include/kadu/kadu-core/gui/scoped-updates-disabler.h -include/kadu/kadu-core/gui/services/clipboard-html-transformer-service.h -include/kadu/kadu-core/gui/services/clipboard-html-transformer.h -include/kadu/kadu-core/gui/status-icon.h -include/kadu/kadu-core/gui/taskbar-progress.h -include/kadu/kadu-core/gui/web-view-highlighter.h -include/kadu/kadu-core/gui/widgets/account-add-widget.h -include/kadu/kadu-core/gui/widgets/account-avatar-widget.h -include/kadu/kadu-core/gui/widgets/account-buddy-list-widget.h -include/kadu/kadu-core/gui/widgets/account-configuration-widget-factory-repository.h -include/kadu/kadu-core/gui/widgets/account-configuration-widget-factory.h -include/kadu/kadu-core/gui/widgets/account-configuration-widget-tab-adapter.h -include/kadu/kadu-core/gui/widgets/account-configuration-widget.h -include/kadu/kadu-core/gui/widgets/account-create-widget.h -include/kadu/kadu-core/gui/widgets/account-edit-widget.h -include/kadu/kadu-core/gui/widgets/accounts-combo-box.h -include/kadu/kadu-core/gui/widgets/actions-combo-box.h -include/kadu/kadu-core/gui/widgets/avatar-painter.h -include/kadu/kadu-core/gui/widgets/buddy-avatar-widget.h -include/kadu/kadu-core/gui/widgets/buddy-configuration-widget-factory-repository.h -include/kadu/kadu-core/gui/widgets/buddy-configuration-widget-factory.h -include/kadu/kadu-core/gui/widgets/buddy-configuration-widget-group-boxes-adapter.h -include/kadu/kadu-core/gui/widgets/buddy-configuration-widget.h -include/kadu/kadu-core/gui/widgets/buddy-contacts-table-delegate.h -include/kadu/kadu-core/gui/widgets/buddy-contacts-table-item.h -include/kadu/kadu-core/gui/widgets/buddy-contacts-table-model-proxy.h -include/kadu/kadu-core/gui/widgets/buddy-contacts-table-model.h -include/kadu/kadu-core/gui/widgets/buddy-contacts-table.h -include/kadu/kadu-core/gui/widgets/buddy-general-configuration-widget.h -include/kadu/kadu-core/gui/widgets/buddy-groups-configuration-widget.h -include/kadu/kadu-core/gui/widgets/buddy-info-panel.h -include/kadu/kadu-core/gui/widgets/buddy-options-configuration-widget.h -include/kadu/kadu-core/gui/widgets/buddy-personal-info-configuration-widget.h -include/kadu/kadu-core/gui/widgets/categorized-list-view-painter.h -include/kadu/kadu-core/gui/widgets/categorized-list-view.h -include/kadu/kadu-core/gui/widgets/chat-configuration-widget-factory-repository.h -include/kadu/kadu-core/gui/widgets/chat-configuration-widget-factory.h -include/kadu/kadu-core/gui/widgets/chat-configuration-widget-group-boxes-adapter.h -include/kadu/kadu-core/gui/widgets/chat-configuration-widget.h -include/kadu/kadu-core/gui/widgets/chat-edit-box-size-manager.h -include/kadu/kadu-core/gui/widgets/chat-edit-box.h -include/kadu/kadu-core/gui/widgets/chat-edit-widget.h -include/kadu/kadu-core/gui/widgets/chat-groups-configuration-widget.h -include/kadu/kadu-core/gui/widgets/chat-room-edit-widget.h -include/kadu/kadu-core/gui/widgets/chat-style-preview.h -include/kadu/kadu-core/gui/widgets/chat-top-bar-container-widget.h -include/kadu/kadu-core/gui/widgets/chat-top-bar-widget-factory-repository.h -include/kadu/kadu-core/gui/widgets/chat-top-bar-widget-factory.h -include/kadu/kadu-core/gui/widgets/chat-view-network-access-manager.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-actions.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-activation-service.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-container-handler-mapper.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-container-handler-repository.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-container-handler.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-impl.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-manager.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-message-handler-configuration.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-message-handler-configurator.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-message-handler.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-module.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-repository-impl.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-repository.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-set-title.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-state-persistence-service.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-title-composing-state-position.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-title.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget.h -include/kadu/kadu-core/gui/widgets/color-button.h -include/kadu/kadu-core/gui/widgets/color-selector.h -include/kadu/kadu-core/gui/widgets/composite-configuration-value-state-notifier.h -include/kadu/kadu-core/gui/widgets/configuration-value-state-notifier.h -include/kadu/kadu-core/gui/widgets/configuration/buddy-list-background-colors-widget.h -include/kadu/kadu-core/gui/widgets/configuration/config-action-button.h -include/kadu/kadu-core/gui/widgets/configuration/config-check-box.h -include/kadu/kadu-core/gui/widgets/configuration/config-color-button.h -include/kadu/kadu-core/gui/widgets/configuration/config-combo-box.h -include/kadu/kadu-core/gui/widgets/configuration/config-gg-password-edit.h -include/kadu/kadu-core/gui/widgets/configuration/config-group-box.h -include/kadu/kadu-core/gui/widgets/configuration/config-hot-key-edit.h -include/kadu/kadu-core/gui/widgets/configuration/config-label.h -include/kadu/kadu-core/gui/widgets/configuration/config-line-edit.h -include/kadu/kadu-core/gui/widgets/configuration/config-line-separator.h -include/kadu/kadu-core/gui/widgets/configuration/config-list-widget.h -include/kadu/kadu-core/gui/widgets/configuration/config-path-list-edit.h -include/kadu/kadu-core/gui/widgets/configuration/config-preview.h -include/kadu/kadu-core/gui/widgets/configuration/config-radio-button.h -include/kadu/kadu-core/gui/widgets/configuration/config-section.h -include/kadu/kadu-core/gui/widgets/configuration/config-select-file.h -include/kadu/kadu-core/gui/widgets/configuration/config-select-font.h -include/kadu/kadu-core/gui/widgets/configuration/config-slider.h -include/kadu/kadu-core/gui/widgets/configuration/config-spin-box.h -include/kadu/kadu-core/gui/widgets/configuration/config-syntax-editor.h -include/kadu/kadu-core/gui/widgets/configuration/config-tab.h -include/kadu/kadu-core/gui/widgets/configuration/config-widget-value.h -include/kadu/kadu-core/gui/widgets/configuration/config-widget.h -include/kadu/kadu-core/gui/widgets/configuration/configuration-widget.h -include/kadu/kadu-core/gui/widgets/configuration/kadu-scroll-area.h -include/kadu/kadu-core/gui/widgets/configuration/kadu-tab-widget.h -include/kadu/kadu-core/gui/widgets/configuration/notifier-configuration-widget.h -include/kadu/kadu-core/gui/widgets/configuration/notify-group-box.h -include/kadu/kadu-core/gui/widgets/configuration/notify-tree-widget.h -include/kadu/kadu-core/gui/widgets/contact-avatar-display.h -include/kadu/kadu-core/gui/widgets/custom-input-menu-item.h -include/kadu/kadu-core/gui/widgets/custom-input-menu-manager.h -include/kadu/kadu-core/gui/widgets/custom-input.h -include/kadu/kadu-core/gui/widgets/dialog/dialog-widget.h -include/kadu/kadu-core/gui/widgets/dialog/merge-buddies-dialog-widget.h -include/kadu/kadu-core/gui/widgets/dialog/password-dialog-widget.h -include/kadu/kadu-core/gui/widgets/dialog/title-widget.h -include/kadu/kadu-core/gui/widgets/filter-widget.h -include/kadu/kadu-core/gui/widgets/filtered-tree-view.h -include/kadu/kadu-core/gui/widgets/group-list.h -include/kadu/kadu-core/gui/widgets/group-tab-bar/group-filter-tab-data.h -include/kadu/kadu-core/gui/widgets/group-tab-bar/group-tab-bar-configuration.h -include/kadu/kadu-core/gui/widgets/group-tab-bar/group-tab-bar-configurator.h -include/kadu/kadu-core/gui/widgets/group-tab-bar/group-tab-bar.h -include/kadu/kadu-core/gui/widgets/group-tab-bar/group-tab-type.h -include/kadu/kadu-core/gui/widgets/groups-combo-box.h -include/kadu/kadu-core/gui/widgets/identities-combo-box.h -include/kadu/kadu-core/gui/widgets/kadu-text-edit.h -include/kadu/kadu-core/gui/widgets/kadu-tree-view-delegate.h -include/kadu/kadu-core/gui/widgets/kadu-tree-view.h -include/kadu/kadu-core/gui/widgets/kadu-web-view.h -include/kadu/kadu-core/gui/widgets/line-edit-clear-button.h -include/kadu/kadu-core/gui/widgets/line-edit-with-clear-button.h -include/kadu/kadu-core/gui/widgets/modal-configuration-widget.h -include/kadu/kadu-core/gui/widgets/paste-acceptor.h -include/kadu/kadu-core/gui/widgets/path-list-edit.h -include/kadu/kadu-core/gui/widgets/preview.h -include/kadu/kadu-core/gui/widgets/protocols-combo-box.h -include/kadu/kadu-core/gui/widgets/proxy-combo-box.h -include/kadu/kadu-core/gui/widgets/recent-chats-menu.h -include/kadu/kadu-core/gui/widgets/roster-widget.h -include/kadu/kadu-core/gui/widgets/search-bar.h -include/kadu/kadu-core/gui/widgets/select-file.h -include/kadu/kadu-core/gui/widgets/select-font.h -include/kadu/kadu-core/gui/widgets/select-talkable-combo-box.h -include/kadu/kadu-core/gui/widgets/select-talkable-popup.h -include/kadu/kadu-core/gui/widgets/simple-configuration-value-state-notifier.h -include/kadu/kadu-core/gui/widgets/status-button.h -include/kadu/kadu-core/gui/widgets/status-buttons.h -include/kadu/kadu-core/gui/widgets/status-menu.h -include/kadu/kadu-core/gui/widgets/syntax-editor.h -include/kadu/kadu-core/gui/widgets/talkable-delegate-configuration.h -include/kadu/kadu-core/gui/widgets/talkable-delegate.h -include/kadu/kadu-core/gui/widgets/talkable-painter.h -include/kadu/kadu-core/gui/widgets/talkable-tree-view.h -include/kadu/kadu-core/gui/widgets/tool-tip-manager.h -include/kadu/kadu-core/gui/widgets/tool-tip-widget.h -include/kadu/kadu-core/gui/widgets/toolbar.h -include/kadu/kadu-core/gui/widgets/wait-overlay.h -include/kadu/kadu-core/gui/widgets/webkit-messages-view/message-limit-policy.h -include/kadu/kadu-core/gui/widgets/webkit-messages-view/message-limiter.h -include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view-clearing-display.h -include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view-display-factory.h -include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view-display.h -include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view-factory.h -include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view-handler-factory.h -include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view-handler.h -include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view-removing-display.h -include/kadu/kadu-core/gui/widgets/webkit-messages-view/webkit-messages-view.h -include/kadu/kadu-core/gui/window-manager.h -include/kadu/kadu-core/gui/windows/about.h -include/kadu/kadu-core/gui/windows/add-buddy-window.h -include/kadu/kadu-core/gui/windows/add-conference-window.h -include/kadu/kadu-core/gui/windows/add-room-chat-window.h -include/kadu/kadu-core/gui/windows/buddy-data-window-repository.h -include/kadu/kadu-core/gui/windows/buddy-data-window.h -include/kadu/kadu-core/gui/windows/buddy-delete-window.h -include/kadu/kadu-core/gui/windows/chat-data-window-repository.h -include/kadu/kadu-core/gui/windows/chat-data-window.h -include/kadu/kadu-core/gui/windows/configuration-window.h -include/kadu/kadu-core/gui/windows/group-edit-window.h -include/kadu/kadu-core/gui/windows/kadu-dialog.h -include/kadu/kadu-core/gui/windows/kadu-window-actions.h -include/kadu/kadu-core/gui/windows/kadu-window-service.h -include/kadu/kadu-core/gui/windows/kadu-window.h -include/kadu/kadu-core/gui/windows/main-configuration-window-service.h -include/kadu/kadu-core/gui/windows/main-configuration-window.h -include/kadu/kadu-core/gui/windows/main-window-repository.h -include/kadu/kadu-core/gui/windows/main-window.h -include/kadu/kadu-core/gui/windows/message-dialog.h -include/kadu/kadu-core/gui/windows/multilogon-window-service.h -include/kadu/kadu-core/gui/windows/multilogon-window.h -include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-contact-list-runner.h -include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-runner-manager.h -include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-runner.h -include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-service.h -include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with.h -include/kadu/kadu-core/gui/windows/progress-window.h -include/kadu/kadu-core/gui/windows/proxy-action-context.h -include/kadu/kadu-core/gui/windows/proxy-edit-window-service.h -include/kadu/kadu-core/gui/windows/proxy-edit-window.h -include/kadu/kadu-core/gui/windows/search-window-actions.h -include/kadu/kadu-core/gui/windows/search-window.h -include/kadu/kadu-core/gui/windows/status-window-description-proxy-model.h -include/kadu/kadu-core/gui/windows/status-window-service.h -include/kadu/kadu-core/gui/windows/status-window.h -include/kadu/kadu-core/gui/windows/string-list-dialog.h -include/kadu/kadu-core/gui/windows/subscription-window.h -include/kadu/kadu-core/gui/windows/token-window.h -include/kadu/kadu-core/gui/windows/updates-dialog.h -include/kadu/kadu-core/gui/windows/your-accounts-window-service.h -include/kadu/kadu-core/gui/windows/your-accounts.h -include/kadu/kadu-core/html/html-conversion.h -include/kadu/kadu-core/html/html-string.h -include/kadu/kadu-core/html/normalized-html-string.h -include/kadu/kadu-core/icons/icons-manager.h -include/kadu/kadu-core/icons/icons-module.h -include/kadu/kadu-core/icons/kadu-icon.h -include/kadu/kadu-core/identities/identities-aware-object.h -include/kadu/kadu-core/identities/identity-manager.h -include/kadu/kadu-core/identities/identity-module.h -include/kadu/kadu-core/identities/identity-shared.h -include/kadu/kadu-core/identities/identity-status-container.h -include/kadu/kadu-core/identities/identity-storage.h -include/kadu/kadu-core/identities/identity.h -include/kadu/kadu-core/identities/model/identity-model.h -include/kadu/kadu-core/injeqt-type-roles.h -include/kadu/kadu-core/kadu-config.h -include/kadu/kadu-core/languages-manager.h -include/kadu/kadu-core/message/message-common.h -include/kadu/kadu-core/message/message-filter-service.h -include/kadu/kadu-core/message/message-filter.h -include/kadu/kadu-core/message/message-html-renderer-service.h -include/kadu/kadu-core/message/message-manager-impl.h -include/kadu/kadu-core/message/message-manager.h -include/kadu/kadu-core/message/message-module.h -include/kadu/kadu-core/message/message-notification-service.h -include/kadu/kadu-core/message/message-render-header-behavior.h -include/kadu/kadu-core/message/message-render-info-builder.h -include/kadu/kadu-core/message/message-render-info-factory.h -include/kadu/kadu-core/message/message-render-info.h -include/kadu/kadu-core/message/message-shared.h -include/kadu/kadu-core/message/message-storage.h -include/kadu/kadu-core/message/message-transformer.h -include/kadu/kadu-core/message/message.h -include/kadu/kadu-core/message/raw-message.h -include/kadu/kadu-core/message/sorted-messages.h -include/kadu/kadu-core/message/unread-message-repository.h -include/kadu/kadu-core/misc/algorithm.h -include/kadu/kadu-core/misc/change-notifier-lock.h -include/kadu/kadu-core/misc/change-notifier.h -include/kadu/kadu-core/misc/date-time-parser-tags.h -include/kadu/kadu-core/misc/date-time.h -include/kadu/kadu-core/misc/error-severity.h -include/kadu/kadu-core/misc/error.h -include/kadu/kadu-core/misc/exception.h -include/kadu/kadu-core/misc/iterator.h -include/kadu/kadu-core/misc/memory.h -include/kadu/kadu-core/misc/misc.h -include/kadu/kadu-core/misc/paths-provider.h -include/kadu/kadu-core/misc/remove-script-dom-visitor.h -include/kadu/kadu-core/misc/sorted-unique-vector.h -include/kadu/kadu-core/misc/string-utils.h -include/kadu/kadu-core/misc/syntax-list.h -include/kadu/kadu-core/misc/variant-wrapper.h -include/kadu/kadu-core/model/action-filter-proxy-model.h -include/kadu/kadu-core/model/action-list-model.h -include/kadu/kadu-core/model/categorized-sort-filter-proxy-model.h -include/kadu/kadu-core/model/kadu-abstract-model.h -include/kadu/kadu-core/model/kadu-merged-proxy-model.h -include/kadu/kadu-core/model/merged-proxy-model-factory.h -include/kadu/kadu-core/model/merged-proxy-model.h -include/kadu/kadu-core/model/model-chain.h -include/kadu/kadu-core/model/model-index-list-converter.h -include/kadu/kadu-core/model/model-watcher.h -include/kadu/kadu-core/model/roles.h -include/kadu/kadu-core/multilogon/model/multilogon-model.h -include/kadu/kadu-core/multilogon/multilogon-module.h -include/kadu/kadu-core/multilogon/multilogon-notification-service.h -include/kadu/kadu-core/multilogon/multilogon-session.h -include/kadu/kadu-core/network/kadu-network-config.h -include/kadu/kadu-core/network/network-manager-dummy.h -include/kadu/kadu-core/network/network-manager-ntrack.h -include/kadu/kadu-core/network/network-manager-qt.h -include/kadu/kadu-core/network/network-manager.h -include/kadu/kadu-core/network/network-module.h -include/kadu/kadu-core/network/proxy/model/network-proxy-model.h -include/kadu/kadu-core/network/proxy/model/network-proxy-proxy-model.h -include/kadu/kadu-core/network/proxy/network-proxy-manager.h -include/kadu/kadu-core/network/proxy/network-proxy-shared.h -include/kadu/kadu-core/network/proxy/network-proxy-storage.h -include/kadu/kadu-core/network/proxy/network-proxy.h -include/kadu/kadu-core/notification/full-screen-service-handler.h -include/kadu/kadu-core/notification/full-screen-service.h -include/kadu/kadu-core/notification/listener/account-event-listener.h -include/kadu/kadu-core/notification/listener/chat-event-listener.h -include/kadu/kadu-core/notification/listener/group-event-listener.h -include/kadu/kadu-core/notification/notification-callback-repository.h -include/kadu/kadu-core/notification/notification-callback.h -include/kadu/kadu-core/notification/notification-configuration.h -include/kadu/kadu-core/notification/notification-dispatcher.h -include/kadu/kadu-core/notification/notification-event-repository.h -include/kadu/kadu-core/notification/notification-event.h -include/kadu/kadu-core/notification/notification-module.h -include/kadu/kadu-core/notification/notification-service.h -include/kadu/kadu-core/notification/notification.h -include/kadu/kadu-core/notification/notifier-configuration-data-manager.h -include/kadu/kadu-core/notification/notifier-repository.h -include/kadu/kadu-core/notification/notifier.h -include/kadu/kadu-core/notification/notify-configuration-importer.h -include/kadu/kadu-core/notification/notify-configuration-ui-handler.h -include/kadu/kadu-core/notification/screen-mode-checker.h -include/kadu/kadu-core/notification/silent-mode-service.h -include/kadu/kadu-core/notification/windows-screen-mode-checker.h -include/kadu/kadu-core/notification/x11-screen-mode-checker.h -include/kadu/kadu-core/os/generic/compositing-aware-object.h -include/kadu/kadu-core/os/generic/desktop-aware-object-helper.h -include/kadu/kadu-core/os/generic/desktop-aware-object.h -include/kadu/kadu-core/os/generic/system-info.h -include/kadu/kadu-core/os/generic/url-opener.h -include/kadu/kadu-core/os/generic/window-geometry-manager.h -include/kadu/kadu-core/os/os-module.h -include/kadu/kadu-core/parser/parser-data.h -include/kadu/kadu-core/parser/parser-module.h -include/kadu/kadu-core/parser/parser-token-type.h -include/kadu/kadu-core/parser/parser-token.h -include/kadu/kadu-core/parser/parser.h -include/kadu/kadu-core/plugin/activation/active-plugin.h -include/kadu/kadu-core/plugin/activation/plugin-activation-error-exception.h -include/kadu/kadu-core/plugin/activation/plugin-activation-error-handler.h -include/kadu/kadu-core/plugin/activation/plugin-activation-service.h -include/kadu/kadu-core/plugin/activation/plugin-loader.h -include/kadu/kadu-core/plugin/activation/plugin-translations-loader.h -include/kadu/kadu-core/plugin/metadata/plugin-metadata-builder.h -include/kadu/kadu-core/plugin/metadata/plugin-metadata-finder.h -include/kadu/kadu-core/plugin/metadata/plugin-metadata-provider.h -include/kadu/kadu-core/plugin/metadata/plugin-metadata-reader-exception.h -include/kadu/kadu-core/plugin/metadata/plugin-metadata-reader.h -include/kadu/kadu-core/plugin/metadata/plugin-metadata.h -include/kadu/kadu-core/plugin/model/plugin-model.h -include/kadu/kadu-core/plugin/model/plugin-proxy-model.h -include/kadu/kadu-core/plugin/plugin-conflict-resolver.h -include/kadu/kadu-core/plugin/plugin-dependency-handler.h -include/kadu/kadu-core/plugin/plugin-injected-factory-module.h -include/kadu/kadu-core/plugin/plugin-injected-factory.h -include/kadu/kadu-core/plugin/plugin-injector-provider.h -include/kadu/kadu-core/plugin/plugin-manager.h -include/kadu/kadu-core/plugin/plugin-module.h -include/kadu/kadu-core/plugin/plugin-modules-factory.h -include/kadu/kadu-core/plugin/plugin-repository.h -include/kadu/kadu-core/plugin/state/plugin-state-manager.h -include/kadu/kadu-core/plugin/state/plugin-state-service.h -include/kadu/kadu-core/plugin/state/plugin-state-storage-09.h -include/kadu/kadu-core/plugin/state/plugin-state-storage.h -include/kadu/kadu-core/plugin/state/plugin-state.h -include/kadu/kadu-core/protocols/filter/abstract-protocol-filter.h -include/kadu/kadu-core/protocols/filter/can-register-protocol-filter.h -include/kadu/kadu-core/protocols/model/protocols-model-proxy.h -include/kadu/kadu-core/protocols/model/protocols-model.h -include/kadu/kadu-core/protocols/protocol-factory.h -include/kadu/kadu-core/protocols/protocol-menu-manager.h -include/kadu/kadu-core/protocols/protocol-state-machine.h -include/kadu/kadu-core/protocols/protocol.h -include/kadu/kadu-core/protocols/protocols-manager.h -include/kadu/kadu-core/protocols/services/account-service.h -include/kadu/kadu-core/protocols/services/avatar-downloader.h -include/kadu/kadu-core/protocols/services/avatar-service.h -include/kadu/kadu-core/protocols/services/avatar-uploader.h -include/kadu/kadu-core/protocols/services/buddy-list-serialization-service.h -include/kadu/kadu-core/protocols/services/chat-image-service.h -include/kadu/kadu-core/protocols/services/chat-image.h -include/kadu/kadu-core/protocols/services/chat-service.h -include/kadu/kadu-core/protocols/services/chat-state-service.h -include/kadu/kadu-core/protocols/services/chat-state.h -include/kadu/kadu-core/protocols/services/contact-personal-info-service.h -include/kadu/kadu-core/protocols/services/file-transfer-service.h -include/kadu/kadu-core/protocols/services/multilogon-service.h -include/kadu/kadu-core/protocols/services/personal-info-service.h -include/kadu/kadu-core/protocols/services/protocol-service.h -include/kadu/kadu-core/protocols/services/raw-message-transformer.h -include/kadu/kadu-core/protocols/services/search-service.h -include/kadu/kadu-core/protocols/services/subscription-service.h -include/kadu/kadu-core/provider/default-provider.h -include/kadu/kadu-core/provider/provider.h -include/kadu/kadu-core/provider/simple-provider.h -include/kadu/kadu-core/qt/long-validator.h -include/kadu/kadu-core/roster/roster-entry-state.h -include/kadu/kadu-core/roster/roster-entry.h -include/kadu/kadu-core/roster/roster-module.h -include/kadu/kadu-core/roster/roster-notifier.h -include/kadu/kadu-core/roster/roster-replacer.h -include/kadu/kadu-core/roster/roster-service-tasks.h -include/kadu/kadu-core/roster/roster-service.h -include/kadu/kadu-core/roster/roster-task-collection-storage.h -include/kadu/kadu-core/roster/roster-task-type.h -include/kadu/kadu-core/roster/roster-task.h -include/kadu/kadu-core/roster/roster.h -include/kadu/kadu-core/services/chat-image-request-service-configuration.h -include/kadu/kadu-core/services/chat-image-request-service-configurator.h -include/kadu/kadu-core/services/chat-image-request-service.h -include/kadu/kadu-core/services/configurable-transformer-service.h -include/kadu/kadu-core/services/image-storage-service-impl.h -include/kadu/kadu-core/services/image-storage-service.h -include/kadu/kadu-core/services/message-transformer-service.h -include/kadu/kadu-core/services/raw-message-transformer-service.h -include/kadu/kadu-core/services/transformer-service.h -include/kadu/kadu-core/ssl/gui/ssl-certificate-error-dialog.h -include/kadu/kadu-core/ssl/gui/ssl-certificate-widget.h -include/kadu/kadu-core/ssl/ssl-certificate-manager.h -include/kadu/kadu-core/ssl/ssl-certificate-repository.h -include/kadu/kadu-core/ssl/ssl-certificate-storage.h -include/kadu/kadu-core/ssl/ssl-certificate.h -include/kadu/kadu-core/ssl/ssl-module.h -include/kadu/kadu-core/status/all-accounts-status-container.h -include/kadu/kadu-core/status/description-manager.h -include/kadu/kadu-core/status/description-model.h -include/kadu/kadu-core/status/remote-status-request-handler.h -include/kadu/kadu-core/status/status-actions.h -include/kadu/kadu-core/status/status-adapter.h -include/kadu/kadu-core/status/status-change-source.h -include/kadu/kadu-core/status/status-changer-manager.h -include/kadu/kadu-core/status/status-changer.h -include/kadu/kadu-core/status/status-configuration-holder.h -include/kadu/kadu-core/status/status-container-aware-object.h -include/kadu/kadu-core/status/status-container-manager.h -include/kadu/kadu-core/status/status-container.h -include/kadu/kadu-core/status/status-module.h -include/kadu/kadu-core/status/status-notification-service.h -include/kadu/kadu-core/status/status-setter.h -include/kadu/kadu-core/status/status-type-data.h -include/kadu/kadu-core/status/status-type-group.h -include/kadu/kadu-core/status/status-type-manager.h -include/kadu/kadu-core/status/status-type.h -include/kadu/kadu-core/status/status.h -include/kadu/kadu-core/status/storable-status-container.h -include/kadu/kadu-core/storage/chat-list-storage.h -include/kadu/kadu-core/storage/custom-properties-variant-wrapper.h -include/kadu/kadu-core/storage/custom-properties.h -include/kadu/kadu-core/storage/details.h -include/kadu/kadu-core/storage/manager-common.h -include/kadu/kadu-core/storage/manager.h -include/kadu/kadu-core/storage/named-storable-object.h -include/kadu/kadu-core/storage/shared-base.h -include/kadu/kadu-core/storage/shared.h -include/kadu/kadu-core/storage/simple-manager.h -include/kadu/kadu-core/storage/storable-object.h -include/kadu/kadu-core/storage/storable-string-list.h -include/kadu/kadu-core/storage/storage-point-factory-impl.h -include/kadu/kadu-core/storage/storage-point-factory.h -include/kadu/kadu-core/storage/storage-point.h -include/kadu/kadu-core/storage/string-list-storage.h -include/kadu/kadu-core/storage/uuid-storable-object.h -include/kadu/kadu-core/talkable/filter/account-talkable-filter.h -include/kadu/kadu-core/talkable/filter/blocked-talkable-filter.h -include/kadu/kadu-core/talkable/filter/exclude-buddy-talkable-filter.h -include/kadu/kadu-core/talkable/filter/group-filter-type.h -include/kadu/kadu-core/talkable/filter/group-filter.h -include/kadu/kadu-core/talkable/filter/group-talkable-filter.h -include/kadu/kadu-core/talkable/filter/hide-anonymous-talkable-filter.h -include/kadu/kadu-core/talkable/filter/hide-contact-chats-talkable-filter.h -include/kadu/kadu-core/talkable/filter/hide-offline-talkable-filter.h -include/kadu/kadu-core/talkable/filter/hide-offline-without-description-talkable-filter.h -include/kadu/kadu-core/talkable/filter/hide-temporary-talkable-filter.h -include/kadu/kadu-core/talkable/filter/hide-without-description-talkable-filter.h -include/kadu/kadu-core/talkable/filter/mobile-talkable-filter.h -include/kadu/kadu-core/talkable/filter/name-talkable-filter.h -include/kadu/kadu-core/talkable/filter/talkable-filter.h -include/kadu/kadu-core/talkable/filter/unread-messages-talkable-filter.h -include/kadu/kadu-core/talkable/model/talkable-model.h -include/kadu/kadu-core/talkable/model/talkable-proxy-model.h -include/kadu/kadu-core/talkable/talkable-converter.h -include/kadu/kadu-core/talkable/talkable-module.h -include/kadu/kadu-core/talkable/talkable.h -include/kadu/kadu-core/themes.h -include/kadu/kadu-core/themes/icon-theme-manager.h -include/kadu/kadu-core/themes/theme-manager.h -include/kadu/kadu-core/themes/theme.h -include/kadu/kadu-core/themes/themes-module.h -include/kadu/kadu-core/translation-loader.h -include/kadu/kadu-core/updates.h -include/kadu/kadu-core/url-handlers/mail-url-dom-visitor-provider.h -include/kadu/kadu-core/url-handlers/mail-url-expander.h -include/kadu/kadu-core/url-handlers/mail-url-handler.h -include/kadu/kadu-core/url-handlers/simple-url-expander.h -include/kadu/kadu-core/url-handlers/standard-url-dom-visitor-provider.h -include/kadu/kadu-core/url-handlers/standard-url-expander-configuration.h -include/kadu/kadu-core/url-handlers/standard-url-expander-configurator.h -include/kadu/kadu-core/url-handlers/standard-url-expander.h -include/kadu/kadu-core/url-handlers/standard-url-handler.h -include/kadu/kadu-core/url-handlers/url-clipboard-html-transformer.h -include/kadu/kadu-core/url-handlers/url-handler-manager.h -include/kadu/kadu-core/url-handlers/url-handler.h -include/kadu/plugins/docking/docking-configuration-provider.h -include/kadu/plugins/docking/docking-configuration.h -include/kadu/plugins/docking/docking-exports.h -include/kadu/plugins/docking/docking-menu-action-repository.h -include/kadu/plugins/docking/docking-menu-handler.h -include/kadu/plugins/docking/docking-module.h -include/kadu/plugins/docking/docking-plugin-modules-factory.h -include/kadu/plugins/docking/docking-plugin-object.h -include/kadu/plugins/docking/docking-tooltip-handler.h -include/kadu/plugins/docking/docking.h -include/kadu/plugins/docking/status-notifier-item-attention-animator.h -include/kadu/plugins/docking/status-notifier-item-attention-blinker.h -include/kadu/plugins/docking/status-notifier-item-attention-mode.h -include/kadu/plugins/docking/status-notifier-item-attention-static.h -include/kadu/plugins/docking/status-notifier-item-attention.h -include/kadu/plugins/docking/status-notifier-item-configuration.h -include/kadu/plugins/docking/status-notifier-item.h -include/kadu/plugins/emoticons/configuration/emoticon-configuration.h -include/kadu/plugins/emoticons/configuration/emoticon-configurator.h -include/kadu/plugins/emoticons/emoticon.h -include/kadu/plugins/emoticons/emoticons-exports.h -include/kadu/plugins/emoticons/emoticons-module.h -include/kadu/plugins/emoticons/emoticons-plugin-modules-factory.h -include/kadu/plugins/emoticons/emoticons-plugin-object.h -include/kadu/plugins/emoticons/expander/animated-emoticon-path-provider.h -include/kadu/plugins/emoticons/expander/emoticon-expander-dom-visitor-provider.h -include/kadu/plugins/emoticons/expander/emoticon-expander.h -include/kadu/plugins/emoticons/expander/emoticon-path-provider.h -include/kadu/plugins/emoticons/expander/static-emoticon-path-provider.h -include/kadu/plugins/emoticons/gui/emoticon-clipboard-html-transformer.h -include/kadu/plugins/emoticons/gui/emoticon-selector-button-popup.h -include/kadu/plugins/emoticons/gui/emoticon-selector-button.h -include/kadu/plugins/emoticons/gui/emoticon-selector.h -include/kadu/plugins/emoticons/gui/emoticons-configuration-ui-handler.h -include/kadu/plugins/emoticons/gui/insert-emoticon-action.h -include/kadu/plugins/emoticons/theme/emoticon-theme-loader.h -include/kadu/plugins/emoticons/theme/emoticon-theme-manager.h -include/kadu/plugins/emoticons/theme/emoticon-theme.h -include/kadu/plugins/emoticons/theme/gadu-emoticon-parser.h -include/kadu/plugins/emoticons/theme/gadu-emoticon-theme-loader.h -include/kadu/plugins/emoticons/walker/emoticon-prefix-tree-builder.h -include/kadu/plugins/emoticons/walker/emoticon-prefix-tree.h -include/kadu/plugins/emoticons/walker/emoticon-walker.h -include/kadu/plugins/gadu_protocol/gadu-account-details.h -include/kadu/plugins/gadu_protocol/gadu-exports.h -include/kadu/plugins/gadu_protocol/gadu-id-validator.h -include/kadu/plugins/gadu_protocol/gadu-module.h -include/kadu/plugins/gadu_protocol/gadu-plugin-modules-factory.h -include/kadu/plugins/gadu_protocol/gadu-plugin-object.h -include/kadu/plugins/gadu_protocol/gadu-protocol-factory.h -include/kadu/plugins/gadu_protocol/gadu-protocol.h -include/kadu/plugins/gadu_protocol/gadu-search-record.h -include/kadu/plugins/gadu_protocol/gadu-search-result.h -include/kadu/plugins/gadu_protocol/gadu-status-adapter.h -include/kadu/plugins/gadu_protocol/gadu-url-dom-visitor-provider.h -include/kadu/plugins/gadu_protocol/gadu-url-handler.h -include/kadu/plugins/gadu_protocol/gui/widgets/gadu-add-account-widget.h -include/kadu/plugins/gadu_protocol/gui/widgets/gadu-contact-personal-info-widget.h -include/kadu/plugins/gadu_protocol/gui/widgets/gadu-edit-account-widget.h -include/kadu/plugins/gadu_protocol/gui/widgets/gadu-personal-info-widget.h -include/kadu/plugins/gadu_protocol/helpers/formatted-string-gadu-html-visitor.h -include/kadu/plugins/gadu_protocol/helpers/formatted-string-image-key-received-visitor.h -include/kadu/plugins/gadu_protocol/helpers/gadu-list-helper.h -include/kadu/plugins/gadu_protocol/helpers/gadu-protocol-helper.h -include/kadu/plugins/gadu_protocol/helpers/gadu-proxy-helper.h -include/kadu/plugins/gadu_protocol/oauth/oauth-authorization-chain.h -include/kadu/plugins/gadu_protocol/oauth/oauth-authorization.h -include/kadu/plugins/gadu_protocol/oauth/oauth-consumer.h -include/kadu/plugins/gadu_protocol/oauth/oauth-manager.h -include/kadu/plugins/gadu_protocol/oauth/oauth-parameters.h -include/kadu/plugins/gadu_protocol/oauth/oauth-token-fetcher.h -include/kadu/plugins/gadu_protocol/oauth/oauth-token.h -include/kadu/plugins/gadu_protocol/open-chat-with/gadu-open-chat-with-runner.h -include/kadu/plugins/gadu_protocol/server/gadu-avatar-downloader.h -include/kadu/plugins/gadu_protocol/server/gadu-avatar-uploader.h -include/kadu/plugins/gadu_protocol/server/gadu-connection.h -include/kadu/plugins/gadu_protocol/server/gadu-servers-manager.h -include/kadu/plugins/gadu_protocol/server/gadu-writable-session-token.h -include/kadu/plugins/gadu_protocol/server/protocol-gadu-connection.h -include/kadu/plugins/gadu_protocol/services/gadu-avatar-service.h -include/kadu/plugins/gadu_protocol/services/gadu-buddy-list-serialization-service.h -include/kadu/plugins/gadu_protocol/services/gadu-chat-image-service.h -include/kadu/plugins/gadu_protocol/services/gadu-chat-service.h -include/kadu/plugins/gadu_protocol/services/gadu-chat-state-service.h -include/kadu/plugins/gadu_protocol/services/gadu-contact-personal-info-service.h -include/kadu/plugins/gadu_protocol/services/gadu-file-transfer-service.h -include/kadu/plugins/gadu_protocol/services/gadu-imtoken-service.h -include/kadu/plugins/gadu_protocol/services/gadu-multilogon-service.h -include/kadu/plugins/gadu_protocol/services/gadu-notify-service.h -include/kadu/plugins/gadu_protocol/services/gadu-personal-info-service.h -include/kadu/plugins/gadu_protocol/services/gadu-roster-service.h -include/kadu/plugins/gadu_protocol/services/gadu-roster-state-machine.h -include/kadu/plugins/gadu_protocol/services/gadu-search-service.h -include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-protocol-socket-notifiers.h -include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-pubdir-socket-notifiers.h -include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-socket-notifiers.h -include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-token-socket-notifiers.h -include/kadu/plugins/history/actions/show-history-action-description.h -include/kadu/plugins/history/buddy-history-delete-handler.h -include/kadu/plugins/history/chats-buddies-splitter.h -include/kadu/plugins/history/gui/widgets/chat-history-tab.h -include/kadu/plugins/history/gui/widgets/history-buddy-configuration-widget-factory.h -include/kadu/plugins/history/gui/widgets/history-buddy-configuration-widget.h -include/kadu/plugins/history/gui/widgets/history-chat-configuration-widget-factory.h -include/kadu/plugins/history/gui/widgets/history-chat-configuration-widget.h -include/kadu/plugins/history/gui/widgets/history-messages-tab.h -include/kadu/plugins/history/gui/widgets/history-tab.h -include/kadu/plugins/history/gui/widgets/history-talkable-combo-box.h -include/kadu/plugins/history/gui/widgets/search-tab.h -include/kadu/plugins/history/gui/widgets/timeline-chat-messages-view.h -include/kadu/plugins/history/gui/windows/history-window-service.h -include/kadu/plugins/history/gui/windows/history-window.h -include/kadu/plugins/history/history-exports.h -include/kadu/plugins/history/history-messages-prepender.h -include/kadu/plugins/history/history-module.h -include/kadu/plugins/history/history-plugin-modules-factory.h -include/kadu/plugins/history/history-plugin-object.h -include/kadu/plugins/history/history-query-result.h -include/kadu/plugins/history/history-query.h -include/kadu/plugins/history/history-save-thread.h -include/kadu/plugins/history/history.h -include/kadu/plugins/history/model/history-query-results-model.h -include/kadu/plugins/history/model/history-query-results-proxy-model.h -include/kadu/plugins/history/search/history-search-parameters.h -include/kadu/plugins/history/storage/history-messages-storage.h -include/kadu/plugins/history/storage/history-storage.h -include/kadu/plugins/idle/idle-exports.h -include/kadu/plugins/idle/idle-module.h -include/kadu/plugins/idle/idle-plugin-modules-factory.h -include/kadu/plugins/idle/idle-plugin-object.h -include/kadu/plugins/idle/idle.h -include/kadu/plugins/jabber_protocol/actions/jabber-actions.h -include/kadu/plugins/jabber_protocol/actions/jabber-protocol-menu-manager.h -include/kadu/plugins/jabber_protocol/actions/show-xml-console-action-description.h -include/kadu/plugins/jabber_protocol/facebook-depreceated-message.h -include/kadu/plugins/jabber_protocol/file-transfer/jabber-outgoing-file-transfer-handler.h -include/kadu/plugins/jabber_protocol/file-transfer/jabber-stream-incoming-file-transfer-handler.h -include/kadu/plugins/jabber_protocol/gtalk-protocol-factory.h -include/kadu/plugins/jabber_protocol/gui/widgets/jabber-add-account-widget.h -include/kadu/plugins/jabber_protocol/gui/widgets/jabber-contact-personal-info-widget.h -include/kadu/plugins/jabber_protocol/gui/widgets/jabber-create-account-widget.h -include/kadu/plugins/jabber_protocol/gui/widgets/jabber-edit-account-widget.h -include/kadu/plugins/jabber_protocol/gui/widgets/jabber-personal-info-widget.h -include/kadu/plugins/jabber_protocol/gui/windows/jabber-change-password-window.h -include/kadu/plugins/jabber_protocol/gui/windows/jabber-wait-for-account-register-window.h -include/kadu/plugins/jabber_protocol/gui/windows/xml-console.h -include/kadu/plugins/jabber_protocol/jabber-account-details.h -include/kadu/plugins/jabber_protocol/jabber-id-validator.h -include/kadu/plugins/jabber_protocol/jabber-module.h -include/kadu/plugins/jabber_protocol/jabber-plugin-modules-factory.h -include/kadu/plugins/jabber_protocol/jabber-plugin-object.h -include/kadu/plugins/jabber_protocol/jabber-protocol-factory.h -include/kadu/plugins/jabber_protocol/jabber-protocol.h -include/kadu/plugins/jabber_protocol/jabber-status-adapter.h -include/kadu/plugins/jabber_protocol/jabber-url-dom-visitor-provider.h -include/kadu/plugins/jabber_protocol/jabber-url-handler.h -include/kadu/plugins/jabber_protocol/jid.h -include/kadu/plugins/jabber_protocol/open-chat-with/jabber-open-chat-with-runner.h -include/kadu/plugins/jabber_protocol/qxmpp/jabber-register-extension.h -include/kadu/plugins/jabber_protocol/qxmpp/jabber-roster-extension.h -include/kadu/plugins/jabber_protocol/qxmpp/jabber-ssl-handler.h -include/kadu/plugins/jabber_protocol/services/jabber-avatar-downloader.h -include/kadu/plugins/jabber_protocol/services/jabber-avatar-service.h -include/kadu/plugins/jabber_protocol/services/jabber-avatar-uploader.h -include/kadu/plugins/jabber_protocol/services/jabber-change-password-service.h -include/kadu/plugins/jabber_protocol/services/jabber-change-password.h -include/kadu/plugins/jabber_protocol/services/jabber-chat-service.h -include/kadu/plugins/jabber_protocol/services/jabber-chat-state-service.h -include/kadu/plugins/jabber_protocol/services/jabber-contact-personal-info-service.h -include/kadu/plugins/jabber_protocol/services/jabber-error-service.h -include/kadu/plugins/jabber_protocol/services/jabber-file-transfer-service.h -include/kadu/plugins/jabber_protocol/services/jabber-personal-info-service.h -include/kadu/plugins/jabber_protocol/services/jabber-presence-service.h -include/kadu/plugins/jabber_protocol/services/jabber-register-account-service.h -include/kadu/plugins/jabber_protocol/services/jabber-register-account.h -include/kadu/plugins/jabber_protocol/services/jabber-resource-service.h -include/kadu/plugins/jabber_protocol/services/jabber-resource.h -include/kadu/plugins/jabber_protocol/services/jabber-room-chat-service.h -include/kadu/plugins/jabber_protocol/services/jabber-room-chat.h -include/kadu/plugins/jabber_protocol/services/jabber-roster-service.h -include/kadu/plugins/jabber_protocol/services/jabber-roster-state.h -include/kadu/plugins/jabber_protocol/services/jabber-servers-service.h -include/kadu/plugins/jabber_protocol/services/jabber-stream-debug-service.h -include/kadu/plugins/jabber_protocol/services/jabber-subscription-service.h -include/kadu/plugins/jabber_protocol/services/jabber-vcard-downloader.h -include/kadu/plugins/jabber_protocol/services/jabber-vcard-service.h -include/kadu/plugins/jabber_protocol/services/jabber-vcard-uploader.h -include/kadu/plugins/mediaplayer/media-player-status-changer.h -include/kadu/plugins/mediaplayer/mediaplayer-configuration-ui-handler.h -include/kadu/plugins/mediaplayer/mediaplayer-exports.h -include/kadu/plugins/mediaplayer/mediaplayer-module.h -include/kadu/plugins/mediaplayer/mediaplayer-notification-service.h -include/kadu/plugins/mediaplayer/mediaplayer-plugin-modules-factory.h -include/kadu/plugins/mediaplayer/mediaplayer-plugin-object.h -include/kadu/plugins/mediaplayer/mediaplayer.h -include/kadu/plugins/mediaplayer/player-commands.h -include/kadu/plugins/mediaplayer/player-info.h -include/kadu/plugins/sound/gui/sound-actions.h -include/kadu/plugins/sound/gui/sound-buddy-configuration-widget-factory.h -include/kadu/plugins/sound/gui/sound-buddy-configuration-widget.h -include/kadu/plugins/sound/gui/sound-chat-configuration-widget-factory.h -include/kadu/plugins/sound/gui/sound-chat-configuration-widget.h -include/kadu/plugins/sound/gui/sound-configuration-ui-handler.h -include/kadu/plugins/sound/gui/sound-configuration-widget.h -include/kadu/plugins/sound/gui/sound-mute-action.h -include/kadu/plugins/sound/gui/sound-select-file.h -include/kadu/plugins/sound/notification/sound-notifier.h -include/kadu/plugins/sound/sound-exports.h -include/kadu/plugins/sound/sound-manager.h -include/kadu/plugins/sound/sound-module.h -include/kadu/plugins/sound/sound-player.h -include/kadu/plugins/sound/sound-plugin-modules-factory.h -include/kadu/plugins/sound/sound-plugin-object.h -include/kadu/plugins/sound/sound-theme-manager.h -lib/kadu/libkadu.so -lib/kadu/plugins/libantistring.so -lib/kadu/plugins/libauto_hide.so -lib/kadu/plugins/libautoaway.so -lib/kadu/plugins/libautoresponder.so -lib/kadu/plugins/libautostatus.so -lib/kadu/plugins/libcenzor.so -lib/kadu/plugins/libchat_notify.so -lib/kadu/plugins/libconfig_wizard.so -lib/kadu/plugins/libdocking.so -lib/kadu/plugins/libdocking_notify.so -lib/kadu/plugins/libemoticons.so -lib/kadu/plugins/libencryption_otr.so -lib/kadu/plugins/libexec_notify.so -lib/kadu/plugins/libext_sound.so -lib/kadu/plugins/libfiledesc.so -lib/kadu/plugins/libfirewall.so -lib/kadu/plugins/libfreedesktop_notify.so -lib/kadu/plugins/libgadu_protocol.so -lib/kadu/plugins/libhints.so -lib/kadu/plugins/libhistory.so -lib/kadu/plugins/libidle.so -lib/kadu/plugins/libimagelink.so -lib/kadu/plugins/libjabber_protocol.so -lib/kadu/plugins/liblast_seen.so -lib/kadu/plugins/libmediaplayer.so -lib/kadu/plugins/libmpd_mediaplayer.so -lib/kadu/plugins/libmprisplayer_mediaplayer.so -lib/kadu/plugins/libpcspeaker.so -lib/kadu/plugins/libscreenshot.so -lib/kadu/plugins/libsimpleview.so -lib/kadu/plugins/libsingle_window.so -lib/kadu/plugins/libsms.so -lib/kadu/plugins/libsound.so -lib/kadu/plugins/libspeech.so -lib/kadu/plugins/libspellchecker.so -lib/kadu/plugins/libsql_history.so -lib/kadu/plugins/libtabs.so -lib/kadu/plugins/libwindows_integration.so -lib/kadu/plugins/libword_fix.so -share/applications/kadu.desktop -share/cmake/Kadu/KaduConfig.cmake -share/cmake/Kadu/KaduConfigVersion.cmake -share/cmake/Kadu/KaduMacros.cmake -share/cmake/Kadu/KaduPlugin_antistringConfig.cmake -share/cmake/Kadu/KaduPlugin_antistringTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_antistringTargets.cmake -share/cmake/Kadu/KaduPlugin_auto_hideConfig.cmake -share/cmake/Kadu/KaduPlugin_auto_hideTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_auto_hideTargets.cmake -share/cmake/Kadu/KaduPlugin_autoawayConfig.cmake -share/cmake/Kadu/KaduPlugin_autoawayTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_autoawayTargets.cmake -share/cmake/Kadu/KaduPlugin_autoresponderConfig.cmake -share/cmake/Kadu/KaduPlugin_autoresponderTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_autoresponderTargets.cmake -share/cmake/Kadu/KaduPlugin_autostatusConfig.cmake -share/cmake/Kadu/KaduPlugin_autostatusTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_autostatusTargets.cmake -share/cmake/Kadu/KaduPlugin_cenzorConfig.cmake -share/cmake/Kadu/KaduPlugin_cenzorTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_cenzorTargets.cmake -share/cmake/Kadu/KaduPlugin_chat_notifyConfig.cmake -share/cmake/Kadu/KaduPlugin_chat_notifyTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_chat_notifyTargets.cmake -share/cmake/Kadu/KaduPlugin_config_wizardConfig.cmake -share/cmake/Kadu/KaduPlugin_config_wizardTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_config_wizardTargets.cmake -share/cmake/Kadu/KaduPlugin_dockingConfig.cmake -share/cmake/Kadu/KaduPlugin_dockingTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_dockingTargets.cmake -share/cmake/Kadu/KaduPlugin_docking_notifyConfig.cmake -share/cmake/Kadu/KaduPlugin_docking_notifyTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_docking_notifyTargets.cmake -share/cmake/Kadu/KaduPlugin_emoticonsConfig.cmake -share/cmake/Kadu/KaduPlugin_emoticonsTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_emoticonsTargets.cmake -share/cmake/Kadu/KaduPlugin_encryption_otrConfig.cmake -share/cmake/Kadu/KaduPlugin_encryption_otrTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_encryption_otrTargets.cmake -share/cmake/Kadu/KaduPlugin_exec_notifyConfig.cmake -share/cmake/Kadu/KaduPlugin_exec_notifyTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_exec_notifyTargets.cmake -share/cmake/Kadu/KaduPlugin_ext_soundConfig.cmake -share/cmake/Kadu/KaduPlugin_ext_soundTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_ext_soundTargets.cmake -share/cmake/Kadu/KaduPlugin_filedescConfig.cmake -share/cmake/Kadu/KaduPlugin_filedescTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_filedescTargets.cmake -share/cmake/Kadu/KaduPlugin_firewallConfig.cmake -share/cmake/Kadu/KaduPlugin_firewallTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_firewallTargets.cmake -share/cmake/Kadu/KaduPlugin_freedesktop_notifyConfig.cmake -share/cmake/Kadu/KaduPlugin_freedesktop_notifyTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_freedesktop_notifyTargets.cmake -share/cmake/Kadu/KaduPlugin_gadu_protocolConfig.cmake -share/cmake/Kadu/KaduPlugin_gadu_protocolTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_gadu_protocolTargets.cmake -share/cmake/Kadu/KaduPlugin_hintsConfig.cmake -share/cmake/Kadu/KaduPlugin_hintsTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_hintsTargets.cmake -share/cmake/Kadu/KaduPlugin_historyConfig.cmake -share/cmake/Kadu/KaduPlugin_historyTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_historyTargets.cmake -share/cmake/Kadu/KaduPlugin_idleConfig.cmake -share/cmake/Kadu/KaduPlugin_idleTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_idleTargets.cmake -share/cmake/Kadu/KaduPlugin_imagelinkConfig.cmake -share/cmake/Kadu/KaduPlugin_imagelinkTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_imagelinkTargets.cmake -share/cmake/Kadu/KaduPlugin_jabber_protocolConfig.cmake -share/cmake/Kadu/KaduPlugin_jabber_protocolTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_jabber_protocolTargets.cmake -share/cmake/Kadu/KaduPlugin_last_seenConfig.cmake -share/cmake/Kadu/KaduPlugin_last_seenTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_last_seenTargets.cmake -share/cmake/Kadu/KaduPlugin_mediaplayerConfig.cmake -share/cmake/Kadu/KaduPlugin_mediaplayerTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_mediaplayerTargets.cmake -share/cmake/Kadu/KaduPlugin_mpd_mediaplayerConfig.cmake -share/cmake/Kadu/KaduPlugin_mpd_mediaplayerTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_mpd_mediaplayerTargets.cmake -share/cmake/Kadu/KaduPlugin_mprisplayer_mediaplayerConfig.cmake -share/cmake/Kadu/KaduPlugin_mprisplayer_mediaplayerTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_mprisplayer_mediaplayerTargets.cmake -share/cmake/Kadu/KaduPlugin_pcspeakerConfig.cmake -share/cmake/Kadu/KaduPlugin_pcspeakerTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_pcspeakerTargets.cmake -share/cmake/Kadu/KaduPlugin_screenshotConfig.cmake -share/cmake/Kadu/KaduPlugin_screenshotTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_screenshotTargets.cmake -share/cmake/Kadu/KaduPlugin_simpleviewConfig.cmake -share/cmake/Kadu/KaduPlugin_simpleviewTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_simpleviewTargets.cmake -share/cmake/Kadu/KaduPlugin_single_windowConfig.cmake -share/cmake/Kadu/KaduPlugin_single_windowTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_single_windowTargets.cmake -share/cmake/Kadu/KaduPlugin_smsConfig.cmake -share/cmake/Kadu/KaduPlugin_smsTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_smsTargets.cmake -share/cmake/Kadu/KaduPlugin_soundConfig.cmake -share/cmake/Kadu/KaduPlugin_soundTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_soundTargets.cmake -share/cmake/Kadu/KaduPlugin_speechConfig.cmake -share/cmake/Kadu/KaduPlugin_speechTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_speechTargets.cmake -share/cmake/Kadu/KaduPlugin_spellcheckerConfig.cmake -share/cmake/Kadu/KaduPlugin_spellcheckerTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_spellcheckerTargets.cmake -share/cmake/Kadu/KaduPlugin_sql_historyConfig.cmake -share/cmake/Kadu/KaduPlugin_sql_historyTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_sql_historyTargets.cmake -share/cmake/Kadu/KaduPlugin_tabsConfig.cmake -share/cmake/Kadu/KaduPlugin_tabsTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_tabsTargets.cmake -share/cmake/Kadu/KaduPlugin_windows_integrationConfig.cmake -share/cmake/Kadu/KaduPlugin_windows_integrationTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_windows_integrationTargets.cmake -share/cmake/Kadu/KaduPlugin_word_fixConfig.cmake -share/cmake/Kadu/KaduPlugin_word_fixTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_word_fixTargets.cmake -share/cmake/Kadu/KaduTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduTargets.cmake -share/icons/hicolor/128x128/apps/kadu.png -share/icons/hicolor/16x16/apps/kadu.png -share/icons/hicolor/22x22/apps/kadu.png -share/icons/hicolor/24x24/apps/kadu.png -share/icons/hicolor/256x256/apps/kadu.png -share/icons/hicolor/32x32/apps/kadu.png -share/icons/hicolor/48x48/apps/kadu.png -share/icons/hicolor/64x64/apps/kadu.png -%%DATADIR%%/AUTHORS -%%DATADIR%%/AUTHORS.html -%%DATADIR%%/COPYING.GPL2 -%%DATADIR%%/COPYING.LGPL2.1 -%%DATADIR%%/ChangeLog -%%DATADIR%%/ChangeLog.OLD-PL -%%DATADIR%%/HISTORY -%%DATADIR%%/README -%%DATADIR%%/THANKS -%%DATADIR%%/configuration/dialog-look-chat-advanced.ui -%%DATADIR%%/configuration/dialog.ui -%%DATADIR%%/plugins/antistring.desc -%%DATADIR%%/plugins/auto_hide.desc -%%DATADIR%%/plugins/autoaway.desc -%%DATADIR%%/plugins/autoresponder.desc -%%DATADIR%%/plugins/autostatus.desc -%%DATADIR%%/plugins/cenzor.desc -%%DATADIR%%/plugins/chat_notify.desc -%%DATADIR%%/plugins/config_wizard.desc -%%DATADIR%%/plugins/configuration/antistring.ui -%%DATADIR%%/plugins/configuration/auto_hide.ui -%%DATADIR%%/plugins/configuration/autoaway.ui -%%DATADIR%%/plugins/configuration/autoresponder.ui -%%DATADIR%%/plugins/configuration/autostatus.ui -%%DATADIR%%/plugins/configuration/cenzor.ui -%%DATADIR%%/plugins/configuration/docking-notify.ui -%%DATADIR%%/plugins/configuration/docking.ui -%%DATADIR%%/plugins/configuration/emoticons.ui -%%DATADIR%%/plugins/configuration/ext_sound.ui -%%DATADIR%%/plugins/configuration/filedesc.ui -%%DATADIR%%/plugins/configuration/firewall.ui -%%DATADIR%%/plugins/configuration/freedesktop_notify.ui -%%DATADIR%%/plugins/configuration/hints.ui -%%DATADIR%%/plugins/configuration/history.ui -%%DATADIR%%/plugins/configuration/image-link.ui -%%DATADIR%%/plugins/configuration/mediaplayer.ui -%%DATADIR%%/plugins/configuration/mpd_config.ui -%%DATADIR%%/plugins/configuration/mprisplayer_mediaplayer.ui -%%DATADIR%%/plugins/configuration/screenshot.ui -%%DATADIR%%/plugins/configuration/simpleview.ui -%%DATADIR%%/plugins/configuration/single_window.ui -%%DATADIR%%/plugins/configuration/sms.ui -%%DATADIR%%/plugins/configuration/sound.ui -%%DATADIR%%/plugins/configuration/speech.ui -%%DATADIR%%/plugins/configuration/spellchecker.ui -%%DATADIR%%/plugins/configuration/tabs.ui -%%DATADIR%%/plugins/configuration/word_fix.ui -%%DATADIR%%/plugins/data/antistring/ant_conditions.conf -%%DATADIR%%/plugins/data/cenzor/cenzor_words.conf -%%DATADIR%%/plugins/data/cenzor/cenzor_words_ok.conf -%%DATADIR%%/plugins/data/mediaplayer/mediaplayer.png -%%DATADIR%%/plugins/data/mprisplayer_mediaplayer/mprisplayer-players.data -%%DATADIR%%/plugins/data/sms/scripts/gateway-era.js -%%DATADIR%%/plugins/data/sms/scripts/gateway-orange.js -%%DATADIR%%/plugins/data/sms/scripts/gateway-plus.js -%%DATADIR%%/plugins/data/sms/scripts/gateway.js -%%DATADIR%%/plugins/data/sql_history/scripts/history-database-recovery.sh -%%DATADIR%%/plugins/data/word_fix/wf_default_list.data -%%DATADIR%%/plugins/docking.desc -%%DATADIR%%/plugins/docking_notify.desc -%%DATADIR%%/plugins/emoticons.desc -%%DATADIR%%/plugins/encryption_otr.desc -%%DATADIR%%/plugins/exec_notify.desc -%%DATADIR%%/plugins/ext_sound.desc -%%DATADIR%%/plugins/filedesc.desc -%%DATADIR%%/plugins/firewall.desc -%%DATADIR%%/plugins/freedesktop_notify.desc -%%DATADIR%%/plugins/gadu_protocol.desc -%%DATADIR%%/plugins/hints.desc -%%DATADIR%%/plugins/history.desc -%%DATADIR%%/plugins/idle.desc -%%DATADIR%%/plugins/imagelink.desc -%%DATADIR%%/plugins/jabber_protocol.desc -%%DATADIR%%/plugins/last_seen.desc -%%DATADIR%%/plugins/mediaplayer.desc -%%DATADIR%%/plugins/mpd_mediaplayer.desc -%%DATADIR%%/plugins/mprisplayer_mediaplayer.desc -%%DATADIR%%/plugins/pcspeaker.desc -%%DATADIR%%/plugins/screenshot.desc -%%DATADIR%%/plugins/simpleview.desc -%%DATADIR%%/plugins/single_window.desc -%%DATADIR%%/plugins/sms.desc -%%DATADIR%%/plugins/sound.desc -%%DATADIR%%/plugins/speech.desc -%%DATADIR%%/plugins/spellchecker.desc -%%DATADIR%%/plugins/sql_history.desc -%%DATADIR%%/plugins/tabs.desc -%%DATADIR%%/plugins/translations/antistring_cs.qm -%%DATADIR%%/plugins/translations/antistring_de.qm -%%DATADIR%%/plugins/translations/antistring_en.qm -%%DATADIR%%/plugins/translations/antistring_es_MX.qm -%%DATADIR%%/plugins/translations/antistring_fr.qm -%%DATADIR%%/plugins/translations/antistring_pl.qm -%%DATADIR%%/plugins/translations/antistring_tr.qm -%%DATADIR%%/plugins/translations/auto_hide_cs.qm -%%DATADIR%%/plugins/translations/auto_hide_de.qm -%%DATADIR%%/plugins/translations/auto_hide_en.qm -%%DATADIR%%/plugins/translations/auto_hide_es_MX.qm -%%DATADIR%%/plugins/translations/auto_hide_fr.qm -%%DATADIR%%/plugins/translations/auto_hide_pl.qm -%%DATADIR%%/plugins/translations/auto_hide_tr.qm -%%DATADIR%%/plugins/translations/autoaway_cs.qm -%%DATADIR%%/plugins/translations/autoaway_de.qm -%%DATADIR%%/plugins/translations/autoaway_en.qm -%%DATADIR%%/plugins/translations/autoaway_es_MX.qm -%%DATADIR%%/plugins/translations/autoaway_fr.qm -%%DATADIR%%/plugins/translations/autoaway_pl.qm -%%DATADIR%%/plugins/translations/autoaway_tr.qm -%%DATADIR%%/plugins/translations/autoresponder_cs.qm -%%DATADIR%%/plugins/translations/autoresponder_de.qm -%%DATADIR%%/plugins/translations/autoresponder_en.qm -%%DATADIR%%/plugins/translations/autoresponder_es_MX.qm -%%DATADIR%%/plugins/translations/autoresponder_fr.qm -%%DATADIR%%/plugins/translations/autoresponder_pl.qm -%%DATADIR%%/plugins/translations/autoresponder_tr.qm -%%DATADIR%%/plugins/translations/autostatus_cs.qm -%%DATADIR%%/plugins/translations/autostatus_de.qm -%%DATADIR%%/plugins/translations/autostatus_en.qm -%%DATADIR%%/plugins/translations/autostatus_es_MX.qm -%%DATADIR%%/plugins/translations/autostatus_fr.qm -%%DATADIR%%/plugins/translations/autostatus_pl.qm -%%DATADIR%%/plugins/translations/autostatus_tr.qm -%%DATADIR%%/plugins/translations/cenzor_cs.qm -%%DATADIR%%/plugins/translations/cenzor_de.qm -%%DATADIR%%/plugins/translations/cenzor_en.qm -%%DATADIR%%/plugins/translations/cenzor_es_MX.qm -%%DATADIR%%/plugins/translations/cenzor_fr.qm -%%DATADIR%%/plugins/translations/cenzor_pl.qm -%%DATADIR%%/plugins/translations/cenzor_tr.qm -%%DATADIR%%/plugins/translations/chat_notify_cs.qm -%%DATADIR%%/plugins/translations/chat_notify_de.qm -%%DATADIR%%/plugins/translations/chat_notify_en.qm -%%DATADIR%%/plugins/translations/chat_notify_es_MX.qm -%%DATADIR%%/plugins/translations/chat_notify_fr.qm -%%DATADIR%%/plugins/translations/chat_notify_pl.qm -%%DATADIR%%/plugins/translations/chat_notify_tr.qm -%%DATADIR%%/plugins/translations/config_wizard_cs.qm -%%DATADIR%%/plugins/translations/config_wizard_de.qm -%%DATADIR%%/plugins/translations/config_wizard_en.qm -%%DATADIR%%/plugins/translations/config_wizard_es_MX.qm -%%DATADIR%%/plugins/translations/config_wizard_fr.qm -%%DATADIR%%/plugins/translations/config_wizard_pl.qm -%%DATADIR%%/plugins/translations/config_wizard_tr.qm -%%DATADIR%%/plugins/translations/docking_cs.qm -%%DATADIR%%/plugins/translations/docking_de.qm -%%DATADIR%%/plugins/translations/docking_en.qm -%%DATADIR%%/plugins/translations/docking_es_MX.qm -%%DATADIR%%/plugins/translations/docking_fr.qm -%%DATADIR%%/plugins/translations/docking_notify_cs.qm -%%DATADIR%%/plugins/translations/docking_notify_de.qm -%%DATADIR%%/plugins/translations/docking_notify_en.qm -%%DATADIR%%/plugins/translations/docking_notify_es_MX.qm -%%DATADIR%%/plugins/translations/docking_notify_fr.qm -%%DATADIR%%/plugins/translations/docking_notify_pl.qm -%%DATADIR%%/plugins/translations/docking_notify_tr.qm -%%DATADIR%%/plugins/translations/docking_pl.qm -%%DATADIR%%/plugins/translations/docking_tr.qm -%%DATADIR%%/plugins/translations/emoticons_cs.qm -%%DATADIR%%/plugins/translations/emoticons_de.qm -%%DATADIR%%/plugins/translations/emoticons_en.qm -%%DATADIR%%/plugins/translations/emoticons_es_MX.qm -%%DATADIR%%/plugins/translations/emoticons_fr.qm -%%DATADIR%%/plugins/translations/emoticons_pl.qm -%%DATADIR%%/plugins/translations/emoticons_tr.qm -%%DATADIR%%/plugins/translations/encryption_otr_cs.qm -%%DATADIR%%/plugins/translations/encryption_otr_de.qm -%%DATADIR%%/plugins/translations/encryption_otr_en.qm -%%DATADIR%%/plugins/translations/encryption_otr_es_MX.qm -%%DATADIR%%/plugins/translations/encryption_otr_fr.qm -%%DATADIR%%/plugins/translations/encryption_otr_pl.qm -%%DATADIR%%/plugins/translations/encryption_otr_tr.qm -%%DATADIR%%/plugins/translations/exec_notify_cs.qm -%%DATADIR%%/plugins/translations/exec_notify_de.qm -%%DATADIR%%/plugins/translations/exec_notify_en.qm -%%DATADIR%%/plugins/translations/exec_notify_es_MX.qm -%%DATADIR%%/plugins/translations/exec_notify_fr.qm -%%DATADIR%%/plugins/translations/exec_notify_pl.qm -%%DATADIR%%/plugins/translations/exec_notify_tr.qm -%%DATADIR%%/plugins/translations/ext_sound_cs.qm -%%DATADIR%%/plugins/translations/ext_sound_de.qm -%%DATADIR%%/plugins/translations/ext_sound_en.qm -%%DATADIR%%/plugins/translations/ext_sound_es_MX.qm -%%DATADIR%%/plugins/translations/ext_sound_fr.qm -%%DATADIR%%/plugins/translations/ext_sound_pl.qm -%%DATADIR%%/plugins/translations/ext_sound_tr.qm -%%DATADIR%%/plugins/translations/filedesc_cs.qm -%%DATADIR%%/plugins/translations/filedesc_de.qm -%%DATADIR%%/plugins/translations/filedesc_en.qm -%%DATADIR%%/plugins/translations/filedesc_es_MX.qm -%%DATADIR%%/plugins/translations/filedesc_fr.qm -%%DATADIR%%/plugins/translations/filedesc_pl.qm -%%DATADIR%%/plugins/translations/filedesc_tr.qm -%%DATADIR%%/plugins/translations/firewall_cs.qm -%%DATADIR%%/plugins/translations/firewall_de.qm -%%DATADIR%%/plugins/translations/firewall_en.qm -%%DATADIR%%/plugins/translations/firewall_es_MX.qm -%%DATADIR%%/plugins/translations/firewall_fr.qm -%%DATADIR%%/plugins/translations/firewall_pl.qm -%%DATADIR%%/plugins/translations/firewall_tr.qm -%%DATADIR%%/plugins/translations/freedesktop_notify_cs.qm -%%DATADIR%%/plugins/translations/freedesktop_notify_de.qm -%%DATADIR%%/plugins/translations/freedesktop_notify_en.qm -%%DATADIR%%/plugins/translations/freedesktop_notify_es_MX.qm -%%DATADIR%%/plugins/translations/freedesktop_notify_fr.qm -%%DATADIR%%/plugins/translations/freedesktop_notify_pl.qm -%%DATADIR%%/plugins/translations/freedesktop_notify_tr.qm -%%DATADIR%%/plugins/translations/gadu_protocol_cs.qm -%%DATADIR%%/plugins/translations/gadu_protocol_de.qm -%%DATADIR%%/plugins/translations/gadu_protocol_en.qm -%%DATADIR%%/plugins/translations/gadu_protocol_es_MX.qm -%%DATADIR%%/plugins/translations/gadu_protocol_fr.qm -%%DATADIR%%/plugins/translations/gadu_protocol_pl.qm -%%DATADIR%%/plugins/translations/gadu_protocol_tr.qm -%%DATADIR%%/plugins/translations/hints_cs.qm -%%DATADIR%%/plugins/translations/hints_de.qm -%%DATADIR%%/plugins/translations/hints_en.qm -%%DATADIR%%/plugins/translations/hints_es_MX.qm -%%DATADIR%%/plugins/translations/hints_fr.qm -%%DATADIR%%/plugins/translations/hints_pl.qm -%%DATADIR%%/plugins/translations/hints_tr.qm -%%DATADIR%%/plugins/translations/history_cs.qm -%%DATADIR%%/plugins/translations/history_de.qm -%%DATADIR%%/plugins/translations/history_en.qm -%%DATADIR%%/plugins/translations/history_es_MX.qm -%%DATADIR%%/plugins/translations/history_fr.qm -%%DATADIR%%/plugins/translations/history_pl.qm -%%DATADIR%%/plugins/translations/history_tr.qm -%%DATADIR%%/plugins/translations/idle_en.qm -%%DATADIR%%/plugins/translations/imagelink_cs.qm -%%DATADIR%%/plugins/translations/imagelink_de.qm -%%DATADIR%%/plugins/translations/imagelink_en.qm -%%DATADIR%%/plugins/translations/imagelink_es_MX.qm -%%DATADIR%%/plugins/translations/imagelink_fr.qm -%%DATADIR%%/plugins/translations/imagelink_pl.qm -%%DATADIR%%/plugins/translations/imagelink_tr.qm -%%DATADIR%%/plugins/translations/jabber_protocol_cs.qm -%%DATADIR%%/plugins/translations/jabber_protocol_de.qm -%%DATADIR%%/plugins/translations/jabber_protocol_en.qm -%%DATADIR%%/plugins/translations/jabber_protocol_es_MX.qm -%%DATADIR%%/plugins/translations/jabber_protocol_fr.qm -%%DATADIR%%/plugins/translations/jabber_protocol_pl.qm -%%DATADIR%%/plugins/translations/jabber_protocol_tr.qm -%%DATADIR%%/plugins/translations/last_seen_cs.qm -%%DATADIR%%/plugins/translations/last_seen_de.qm -%%DATADIR%%/plugins/translations/last_seen_en.qm -%%DATADIR%%/plugins/translations/last_seen_es_MX.qm -%%DATADIR%%/plugins/translations/last_seen_fr.qm -%%DATADIR%%/plugins/translations/last_seen_pl.qm -%%DATADIR%%/plugins/translations/last_seen_tr.qm -%%DATADIR%%/plugins/translations/mediaplayer_cs.qm -%%DATADIR%%/plugins/translations/mediaplayer_de.qm -%%DATADIR%%/plugins/translations/mediaplayer_en.qm -%%DATADIR%%/plugins/translations/mediaplayer_es_MX.qm -%%DATADIR%%/plugins/translations/mediaplayer_fr.qm -%%DATADIR%%/plugins/translations/mediaplayer_pl.qm -%%DATADIR%%/plugins/translations/mediaplayer_tr.qm -%%DATADIR%%/plugins/translations/mpd_mediaplayer_cs.qm -%%DATADIR%%/plugins/translations/mpd_mediaplayer_de.qm -%%DATADIR%%/plugins/translations/mpd_mediaplayer_en.qm -%%DATADIR%%/plugins/translations/mpd_mediaplayer_es_MX.qm -%%DATADIR%%/plugins/translations/mpd_mediaplayer_fr.qm -%%DATADIR%%/plugins/translations/mpd_mediaplayer_pl.qm -%%DATADIR%%/plugins/translations/mpd_mediaplayer_tr.qm -%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_cs.qm -%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_de.qm -%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_en.qm -%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_es_MX.qm -%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_fr.qm -%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_pl.qm -%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_tr.qm -%%DATADIR%%/plugins/translations/pcspeaker_cs.qm -%%DATADIR%%/plugins/translations/pcspeaker_de.qm -%%DATADIR%%/plugins/translations/pcspeaker_en.qm -%%DATADIR%%/plugins/translations/pcspeaker_es_MX.qm -%%DATADIR%%/plugins/translations/pcspeaker_fr.qm -%%DATADIR%%/plugins/translations/pcspeaker_pl.qm -%%DATADIR%%/plugins/translations/pcspeaker_tr.qm -%%DATADIR%%/plugins/translations/screenshot_cs.qm -%%DATADIR%%/plugins/translations/screenshot_de.qm -%%DATADIR%%/plugins/translations/screenshot_en.qm -%%DATADIR%%/plugins/translations/screenshot_es_MX.qm -%%DATADIR%%/plugins/translations/screenshot_fr.qm -%%DATADIR%%/plugins/translations/screenshot_pl.qm -%%DATADIR%%/plugins/translations/screenshot_tr.qm -%%DATADIR%%/plugins/translations/simpleview_cs.qm -%%DATADIR%%/plugins/translations/simpleview_de.qm -%%DATADIR%%/plugins/translations/simpleview_en.qm -%%DATADIR%%/plugins/translations/simpleview_es_MX.qm -%%DATADIR%%/plugins/translations/simpleview_fr.qm -%%DATADIR%%/plugins/translations/simpleview_pl.qm -%%DATADIR%%/plugins/translations/simpleview_tr.qm -%%DATADIR%%/plugins/translations/single_window_cs.qm -%%DATADIR%%/plugins/translations/single_window_de.qm -%%DATADIR%%/plugins/translations/single_window_en.qm -%%DATADIR%%/plugins/translations/single_window_es_MX.qm -%%DATADIR%%/plugins/translations/single_window_fr.qm -%%DATADIR%%/plugins/translations/single_window_pl.qm -%%DATADIR%%/plugins/translations/single_window_tr.qm -%%DATADIR%%/plugins/translations/sms_cs.qm -%%DATADIR%%/plugins/translations/sms_de.qm -%%DATADIR%%/plugins/translations/sms_en.qm -%%DATADIR%%/plugins/translations/sms_es_MX.qm -%%DATADIR%%/plugins/translations/sms_fr.qm -%%DATADIR%%/plugins/translations/sms_pl.qm -%%DATADIR%%/plugins/translations/sms_tr.qm -%%DATADIR%%/plugins/translations/sound_cs.qm -%%DATADIR%%/plugins/translations/sound_de.qm -%%DATADIR%%/plugins/translations/sound_en.qm -%%DATADIR%%/plugins/translations/sound_es_MX.qm -%%DATADIR%%/plugins/translations/sound_fr.qm -%%DATADIR%%/plugins/translations/sound_pl.qm -%%DATADIR%%/plugins/translations/sound_tr.qm -%%DATADIR%%/plugins/translations/speech_cs.qm -%%DATADIR%%/plugins/translations/speech_de.qm -%%DATADIR%%/plugins/translations/speech_en.qm -%%DATADIR%%/plugins/translations/speech_es_MX.qm -%%DATADIR%%/plugins/translations/speech_fr.qm -%%DATADIR%%/plugins/translations/speech_pl.qm -%%DATADIR%%/plugins/translations/speech_tr.qm -%%DATADIR%%/plugins/translations/spellchecker_cs.qm -%%DATADIR%%/plugins/translations/spellchecker_de.qm -%%DATADIR%%/plugins/translations/spellchecker_en.qm -%%DATADIR%%/plugins/translations/spellchecker_es_MX.qm -%%DATADIR%%/plugins/translations/spellchecker_fr.qm -%%DATADIR%%/plugins/translations/spellchecker_pl.qm -%%DATADIR%%/plugins/translations/spellchecker_tr.qm -%%DATADIR%%/plugins/translations/sql_history_cs.qm -%%DATADIR%%/plugins/translations/sql_history_de.qm -%%DATADIR%%/plugins/translations/sql_history_en.qm -%%DATADIR%%/plugins/translations/sql_history_es_MX.qm -%%DATADIR%%/plugins/translations/sql_history_fr.qm -%%DATADIR%%/plugins/translations/sql_history_pl.qm -%%DATADIR%%/plugins/translations/sql_history_tr.qm -%%DATADIR%%/plugins/translations/tabs_cs.qm -%%DATADIR%%/plugins/translations/tabs_de.qm -%%DATADIR%%/plugins/translations/tabs_en.qm -%%DATADIR%%/plugins/translations/tabs_es_MX.qm -%%DATADIR%%/plugins/translations/tabs_fr.qm -%%DATADIR%%/plugins/translations/tabs_pl.qm -%%DATADIR%%/plugins/translations/tabs_tr.qm -%%DATADIR%%/plugins/translations/windows_integration_en.qm -%%DATADIR%%/plugins/translations/word_fix_cs.qm -%%DATADIR%%/plugins/translations/word_fix_de.qm -%%DATADIR%%/plugins/translations/word_fix_en.qm -%%DATADIR%%/plugins/translations/word_fix_es_MX.qm -%%DATADIR%%/plugins/translations/word_fix_fr.qm -%%DATADIR%%/plugins/translations/word_fix_pl.qm -%%DATADIR%%/plugins/translations/word_fix_tr.qm -%%DATADIR%%/plugins/windows_integration.desc -%%DATADIR%%/plugins/word_fix.desc -%%DATADIR%%/qml/Contact.qml -%%DATADIR%%/qml/ContactsGridView.qml -%%DATADIR%%/qml/openChatWith.qml -%%DATADIR%%/scripts/chat-scripts.js -%%DATADIR%%/sdk/plugins/PluginConfig.cmake.in -%%DATADIR%%/sdk/translations/configuration-ui.xsl -%%DATADIR%%/sdk/translations/plugintsupdate.sh -%%DATADIR%%/syntax/chat/Arvenil.syntax -%%DATADIR%%/syntax/chat/Default/Resources/images/composing.svgz -%%DATADIR%%/syntax/chat/Default/Template.html -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Info.plist -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Footer.html -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Header.html -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/Content.html -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/Context.html -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/NextContent.html -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/NextContext.html -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/buddy_icon.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/Content.html -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/Context.html -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/NextContent.html -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/NextContext.html -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/buddy_icon.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Status.html -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Template.html -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Modern.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative White Bubbling.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative White.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Aqua).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Blue).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Cyan).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Glass).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Graphite).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Green).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Grey).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Lime).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Orange).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Pink).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Purple).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Red).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow).css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Modern.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/White Bubbling.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/White.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/glass.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/leopard.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/tiger.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-hide-hover.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-hide.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-show-hover.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-show.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/bg-white.jpg -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/bg.jpg -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/jim.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottom.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomleft-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomright-arrow.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/left.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/middle.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/right.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/top.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/topleft.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/topright.png -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/javascripts/reflection.js -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/javascripts/scroll.js -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/main.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_bubbles/disable-reflection.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_bubbles/message-bubble.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/_default.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/_global_override.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/glass.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/default-header.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/glass-header.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/leopard-header.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/tiger-header.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/modern.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/white.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_default.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_glass.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_modern.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_white-bubbling.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_white.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-aqua.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-blue.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-cyan.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-glass.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-graphite.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-green.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-grey.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-lime.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-orange.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-pink.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-purple.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-red.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-yellow.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-aqua.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-blue.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-cyan.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-glass.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-graphite.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-green.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-grey.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-lime.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-orange.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-pink.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-purple.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-red.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-yellow.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_default.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_glass.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_modern.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_white-bubbling.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_white.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-aqua.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-blue.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-cyan.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-glass.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-graphite.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-green.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-grey.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-lime.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-orange.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-pink.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-purple.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-red.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-yellow.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-aqua.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-blue.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-cyan.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-glass.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-graphite.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-green.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-grey.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-lime.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-orange.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-pink.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-purple.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-red.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-yellow.css -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/License.txt -%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Readme.txt -%%DATADIR%%/syntax/chat/Satin/Contents/Info.plist -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Footer.html -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Header.html -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/Content.html -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/Context.html -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/NextContent.html -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/NextContext.html -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/buddy_icon.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/buddy_icon_alt.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/Content.html -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/Context.html -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/NextContent.html -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/NextContext.html -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/buddy_icon.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/buddy_icon_alt.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Status.html -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-Left Alternate Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-No Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-Right Alternate Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-Right Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Left Alternate Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Left Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-No Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Right Alternate Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Right Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Left Alternate Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Left Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-No Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Right Alternate Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Right Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Left Alternate Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Left Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-No Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Right Alternate Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Right Icon.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/arrow.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/background.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/buddy_background.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_close.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_close_pressed.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_open.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_open_pressed.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_fill.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg1.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg15degRot.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_bot_fill.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_bot_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_bot_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_mid_fill.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_mid_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_mid_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_fill.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/blue/sender_context_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/blue/sender_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/gray/sender_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/gray/sender_left_history.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/green/sender_context_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/green/sender_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_left_history.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_right_history.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/red/sender_context_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/red/sender_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/sender_context_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/sender_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_context_fill.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_fill.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_mono_fill.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_mono_fill_history.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/blue/sender_context_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/blue/sender_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/gray/sender_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/gray/sender_right_history.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/green/sender_context_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/green/sender_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_left_history.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_right_history.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/red/sender_context_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/red/sender_right.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/sender_context_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/sender_left.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/incoming_icon.png -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/main.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/showhide.js -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/defaults.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_alternate_left.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_alternate_right.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_left.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_right.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_alternate_left.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_alternate_right.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_left.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_right.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/header.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_all.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_alternate_left.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_alternate_right.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_hidden.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_left.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_right.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/message_common.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_alternate_left.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_alternate_right.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_left.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_right.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_alternate_left.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_alternate_right.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_left.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_right.css -%%DATADIR%%/syntax/chat/Satin/Contents/Resources/test.html -%%DATADIR%%/syntax/chat/Satin/License.txt -%%DATADIR%%/syntax/chat/Satin/Readme.txt -%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Info.plist -%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Header.html -%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Images/bg_grad.png -%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Incoming/Content.html -%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Incoming/Context.html -%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Incoming/buddy_icon.png -%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Main.css -%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/Content.html -%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/Context.html -%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/buddy_icon.png -%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Status.html -%%DATADIR%%/syntax/chat/SimpleStuff/License.txt -%%DATADIR%%/syntax/chat/SimpleStuff/Readme.txt -%%DATADIR%%/syntax/chat/Stockholm/Contents/Info.plist -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Footer.html -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Header.html -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/Content.html -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/Context.html -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/FileTransferRequest.html -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/NextContent.html -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/NextContext.html -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/buddy_icon.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/Content.html -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/Context.html -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/NextContent.html -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/NextContext.html -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/buddy_icon.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Status.html -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Blue.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Green.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Grey.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Orange.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Red.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Blue.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Green.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Grey.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Orange.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Red.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Blue.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Green.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Grey.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Orange.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Red.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Blue.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Green.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Grey.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Orange.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Red.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Blue.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Green.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Grey.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Orange.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Red.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Blue.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Green.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Grey.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Orange.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Red.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Blue.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Green.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Grey.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Orange.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Red.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Blue.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Green.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Grey.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Orange.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Red.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Blue.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Green.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Grey.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Orange.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Red.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Blue.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Green.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Grey.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Orange.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Red.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/alternating.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/bkg.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_fill.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_left.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_left_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_right.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_right_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_fill.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_left.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_left_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_right.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_right_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_fill.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_left.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_left_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_right.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_right_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_fill.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_left.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_left_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_right.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_right_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/icon_overlay.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/icon_overlay_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottom.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomleft.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomleft_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomright.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomright_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_left.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_left_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_right.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_right_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_fill.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_left.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_left_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_right.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_right_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_fill.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_left.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_left_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_right.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_right_a.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_bottom.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_bottomcorner.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_top.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_topcorner.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_leftside.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_r_bottomcorner.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_r_top.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_r_topcorner.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_rightside.png -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/main.css -%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/regular.css -%%DATADIR%%/syntax/chat/Stockholm/License.txt -%%DATADIR%%/syntax/chat/Stockholm/Readme.txt -%%DATADIR%%/syntax/chat/aqq2_by_maddox84.syntax -%%DATADIR%%/syntax/chat/c34_white_gradient_compact.syntax -%%DATADIR%%/syntax/chat/cheester.syntax -%%DATADIR%%/syntax/chat/filozof.syntax -%%DATADIR%%/syntax/chat/fuku.syntax -%%DATADIR%%/syntax/chat/gg.syntax -%%DATADIR%%/syntax/chat/hapi.syntax -%%DATADIR%%/syntax/chat/irc.syntax -%%DATADIR%%/syntax/chat/kadu.syntax -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Info.plist -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Demo.html -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Footer.html -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Header.html -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/Content.html -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/Context.html -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/NextContent.html -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/NextContext.html -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/buddy_icon.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/Content.html -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/Context.html -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/NextContent.html -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/NextContext.html -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/buddy_icon.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Status.html -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel Alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel No Names Alt.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel No Names.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/alternating.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/DummyContact.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/alert.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueBackground.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueBackground.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueCurves.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueCurves.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator2.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicatorAlt.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenBackground.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenBackground.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenCurves.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenCurves.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator2.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicatorAlt.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redBackground.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redBackground.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redCurves.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redCurves.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator2.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicatorAlt.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/silverBackground.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/silverCurves.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelBackground.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelBackground.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelCurves.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelCurves.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelHeading.jpg -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator2.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicatorAlt.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/typing-left.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/typing-right.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowBackground.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowBackground.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowCurves.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowCurves.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowHeading.jpg -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator2.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicatorAlt.gif -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowTL.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowTR.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/incoming_icon.png -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/main.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/noname.css -%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/outgoing_icon.png -%%DATADIR%%/syntax/chat/renkooNaked/LICENSE.txt -%%DATADIR%%/syntax/chat/skp_by_dam.syntax -%%DATADIR%%/syntax/chat/skype_by_dorr.syntax -%%DATADIR%%/syntax/chat/ultr/Contents/Info.plist -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Footer.html -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Header.html -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Incoming/Content.html -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Incoming/Context.html -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Incoming/NextContent.html -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Incoming/NextContext.html -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Outgoing/Content.html -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Outgoing/Context.html -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Outgoing/NextContent.html -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Outgoing/NextContext.html -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Status.html -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Variants/Default Left.css -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Variants/Default Right.css -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Variants/Inverted Centered.css -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Variants/Inverted Left.css -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Variants/Inverted Right.css -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/Variants/Traditional.css -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/common.css -%%DATADIR%%/syntax/chat/ultr/Contents/Resources/main.css -%%DATADIR%%/syntax/infopanel/Arvenil.syntax -%%DATADIR%%/syntax/infopanel/Old Default.syntax -%%DATADIR%%/syntax/infopanel/ultr.syntax -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/8P.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/8P_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/beksa.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/beksa_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/bije.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/bije_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/brawa.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/brawa_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/buja_w_oblokach.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/buja_w_oblokach_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/bukiet.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/bukiet_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/chatownik.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/chatownik_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/cmok.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/cmok_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dobani.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dostal.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dostal_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dresiarz.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/dresiarz_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/drink.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/drink_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/emots.txt -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/fuck.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/fuck_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gafa.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gafa_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gazeta.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gazeta_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gool.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gool_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gra.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/gra_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/heej.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/heej_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/hmmm.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/hmmm_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/jablko.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/je_pizze.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/je_pizze_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/kawa.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/krecka_dostal.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/krecka_dostal_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/kwiatek.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/lol.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/milosc.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/mruga.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/mruga_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/mutny.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/niee.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/niee_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/nonono.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/nonono_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/obiad.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/obiad_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/ok.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/okularnik.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/okularnik_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/olaboga.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/olaboga_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/onajego.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/onajego_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/pada.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/pada_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/palacz.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/palacz_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/papa.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/papa_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/piwko2.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/piwko2_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/prezent.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/prysznic.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/prysznic_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/puknijsie.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/puknijsie_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/rotfl.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/rotfl_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/serce.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/serducho.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/serducho_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/smutny.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/smutny_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/snieg.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/snieg_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/spioch.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/spioch_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/szampan.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/szampan_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/telefon.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/telefon_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/tiaaa.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/tiaaa_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/tort.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/tort_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/usta.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wanna.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wanna_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wc.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wc_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wesoly.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wesoly_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/winko.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wstydnis.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/wstydnis_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/z_jezorem.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/z_jezorem_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zab.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zab_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zakochany.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zakochany_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zdziwko.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zdziwko_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zegar.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zegar_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/ziew.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/ziew_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zly.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zly_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/zniesmaczony.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/3m_sie.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/3m_sie_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/aniolek.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/aniolek_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/boje_sie.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/boje_sie_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/boks.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/boks_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/calus.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/calus_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cfaniak.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cfaniak_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/chytry.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/chytry_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cisza.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cisza_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cmok.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/cmok_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/co.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/co_jest.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/co_jest_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/co_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czarodziej.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czas.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czas_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czytaj.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/czytaj_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/diabelek.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/diabelek_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/dupa.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/dupa_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/emots.txt -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/faja.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/faja_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ganja.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ganja_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glaszcze.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glaszcze_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glupek.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glupek2.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/glupek2_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/hahaha.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/hahaha_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jem.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jem_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jezyk1.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jezyk1_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jezyk2.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jezyk2_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jupi.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/jupi_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/killer.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/killer_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/klotnia.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/klotnia_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/krzywy.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/kwasny.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/list.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/list_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/lol.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/lol_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/menu.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nauka.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nauka_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nie.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nie_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/nie_powiem.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczko.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczko2.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczko2_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczko_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczy.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/oczy_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ok.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ok2.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ok2_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ok_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/paker.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/paker_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/papa.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/papa_na.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/peace.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/peace_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pisze.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pisze_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/piwo.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/piwo_na.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/placze.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/placze_na.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pomocy.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pomocy_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/przytul.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/przytul_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pytajnik.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/pytajnik_na.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/rotfl.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/rotfl_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/roza.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/roza_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/sciana.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/sciana_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/serduszka.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/serduszka2.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/serduszka2_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/serduszka_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/sex.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/sex_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/slonko.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/slonko_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/smutny.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/smutny_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/soczek.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/soczek_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/spie.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/spie_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/spoko.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/spoko_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/stop.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/stop_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/tancze.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/tancze_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/telefon.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/telefon_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/tuptup.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/tuptup_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/uczen.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/uczen_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/uscisk.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/uscisk_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/usmiech.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/usmiech2.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/usmiech2_na.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/usmiech_na.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wow.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wow_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wsciekly.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wsciekly_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wykrzyknik.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/wykrzyknik_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ysz.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/ysz_na.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zawstydzony.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zawstydzony_na.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zeby.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zeby_na.GIF -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zly.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zly_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zygi.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/2/zygi_na.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_aparat.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_beczy.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_bezradny.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_boisie.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_buziak.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_buzki.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_cwaniak.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_dobani.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_dokuczacz.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_figielek.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_foch.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_glupek.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_haha.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_hejka.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_hura.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_jezyk.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_jezyk_oko.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_klotnia.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_kotek.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_krzyk.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_kwadr.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_kwiatek.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_luzik.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_milczek.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_mniam.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_muza.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_mysli.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_nerwus.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_nie.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_oczko.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_oklasky.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_okok.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_ostr.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_paluszkiem.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_papa.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_papa2.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_pies.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_plask.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_plotki.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_pocieszacz.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_prosi.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_rotfl.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_smutny.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_spadaj.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_stres.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_szok.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_tak.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_uoeee.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_usmiech.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_w8.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_wnerw.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_wysmiewacz.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_yyyy.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zacieszacz.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zakupy.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zalamka.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zawstydzony.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zlezkawoku.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zly.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/_zmeczony.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/aparat.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/beczy.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/bezradny.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/boisie.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/buziak.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/buzki.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/cwaniak.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/czytaj.txt -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/dobani.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/dokuczacz.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/emotos.diff -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/emots.txt -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/figielek.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/foch.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/glupek.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/haha.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/hejka.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/hura.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/jezyk.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/jezyk_oko.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/klotnia.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/kotek.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/krzyk.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/kwadr.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/kwiatek.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/luzik.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/milczek.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/mniam.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/muza.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/mysli.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/nerwus.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/nie.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/oczko.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/oklasky.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/okok.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/ostr.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/paluszkiem.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/papa.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/papa2.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/pies.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/plask.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/plotki.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/pocieszacz.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/prosi.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/rotfl.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/smutny.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/spadaj.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/stres.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/szok.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/tak.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/uoeee.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/usmiech.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/w8.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/wnerw.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/wysmiewacz.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/yyyy.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zacieszacz.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zakupy.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zalamka.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zawstydzony.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zlezkawoku.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zly.gif -%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zmeczony.gif -%%DATADIR%%/themes/emoticons/penguins/3m_sie.gif -%%DATADIR%%/themes/emoticons/penguins/8p.gif -%%DATADIR%%/themes/emoticons/penguins/_3m_sie.gif -%%DATADIR%%/themes/emoticons/penguins/_8p.gif -%%DATADIR%%/themes/emoticons/penguins/_aniolek.gif -%%DATADIR%%/themes/emoticons/penguins/_aparat.gif -%%DATADIR%%/themes/emoticons/penguins/_beczy.gif -%%DATADIR%%/themes/emoticons/penguins/_bezradny.gif -%%DATADIR%%/themes/emoticons/penguins/_bije.gif -%%DATADIR%%/themes/emoticons/penguins/_boisie.gif -%%DATADIR%%/themes/emoticons/penguins/_boks.gif -%%DATADIR%%/themes/emoticons/penguins/_buja_w_oblokach.gif -%%DATADIR%%/themes/emoticons/penguins/_bukiet.gif -%%DATADIR%%/themes/emoticons/penguins/_buziak.gif -%%DATADIR%%/themes/emoticons/penguins/_buzki.gif -%%DATADIR%%/themes/emoticons/penguins/_chatownik.gif -%%DATADIR%%/themes/emoticons/penguins/_chytry.gif -%%DATADIR%%/themes/emoticons/penguins/_cisza.gif -%%DATADIR%%/themes/emoticons/penguins/_cmok.gif -%%DATADIR%%/themes/emoticons/penguins/_co.gif -%%DATADIR%%/themes/emoticons/penguins/_co_jest.gif -%%DATADIR%%/themes/emoticons/penguins/_cwaniak.gif -%%DATADIR%%/themes/emoticons/penguins/_czarodziej.gif -%%DATADIR%%/themes/emoticons/penguins/_czytaj.gif -%%DATADIR%%/themes/emoticons/penguins/_diabelek.gif -%%DATADIR%%/themes/emoticons/penguins/_dobani.gif -%%DATADIR%%/themes/emoticons/penguins/_dokuczacz.gif -%%DATADIR%%/themes/emoticons/penguins/_dostal.gif -%%DATADIR%%/themes/emoticons/penguins/_dresiarz.gif -%%DATADIR%%/themes/emoticons/penguins/_drink.gif -%%DATADIR%%/themes/emoticons/penguins/_dupa.gif -%%DATADIR%%/themes/emoticons/penguins/_figielek.gif -%%DATADIR%%/themes/emoticons/penguins/_foch.gif -%%DATADIR%%/themes/emoticons/penguins/_gafa.gif -%%DATADIR%%/themes/emoticons/penguins/_ganja.gif -%%DATADIR%%/themes/emoticons/penguins/_gazeta.gif -%%DATADIR%%/themes/emoticons/penguins/_glaszcze.gif -%%DATADIR%%/themes/emoticons/penguins/_glupek.gif -%%DATADIR%%/themes/emoticons/penguins/_glupek2.gif -%%DATADIR%%/themes/emoticons/penguins/_gool.gif -%%DATADIR%%/themes/emoticons/penguins/_gra.gif -%%DATADIR%%/themes/emoticons/penguins/_haha.gif -%%DATADIR%%/themes/emoticons/penguins/_hahaha.gif -%%DATADIR%%/themes/emoticons/penguins/_hejka.gif -%%DATADIR%%/themes/emoticons/penguins/_hura.gif -%%DATADIR%%/themes/emoticons/penguins/_je_pizze.gif -%%DATADIR%%/themes/emoticons/penguins/_jem.gif -%%DATADIR%%/themes/emoticons/penguins/_jezyk.gif -%%DATADIR%%/themes/emoticons/penguins/_jezyk_oko.gif -%%DATADIR%%/themes/emoticons/penguins/_kawa.gif -%%DATADIR%%/themes/emoticons/penguins/_killer.gif -%%DATADIR%%/themes/emoticons/penguins/_klotnia.gif -%%DATADIR%%/themes/emoticons/penguins/_kotek.gif -%%DATADIR%%/themes/emoticons/penguins/_krecka_dostal.gif -%%DATADIR%%/themes/emoticons/penguins/_krzyk.gif -%%DATADIR%%/themes/emoticons/penguins/_kwiatek.gif -%%DATADIR%%/themes/emoticons/penguins/_list.gif -%%DATADIR%%/themes/emoticons/penguins/_lol2.gif -%%DATADIR%%/themes/emoticons/penguins/_luzik.gif -%%DATADIR%%/themes/emoticons/penguins/_milczek.gif -%%DATADIR%%/themes/emoticons/penguins/_milosc.gif -%%DATADIR%%/themes/emoticons/penguins/_mniam.gif -%%DATADIR%%/themes/emoticons/penguins/_muza.gif -%%DATADIR%%/themes/emoticons/penguins/_mysli.gif -%%DATADIR%%/themes/emoticons/penguins/_nauka.gif -%%DATADIR%%/themes/emoticons/penguins/_nerwus.gif -%%DATADIR%%/themes/emoticons/penguins/_nie.gif -%%DATADIR%%/themes/emoticons/penguins/_obiad.gif -%%DATADIR%%/themes/emoticons/penguins/_oczko.gif -%%DATADIR%%/themes/emoticons/penguins/_oklasky.gif -%%DATADIR%%/themes/emoticons/penguins/_okok.gif -%%DATADIR%%/themes/emoticons/penguins/_okularnik.gif -%%DATADIR%%/themes/emoticons/penguins/_olaboga.gif -%%DATADIR%%/themes/emoticons/penguins/_onajego.gif -%%DATADIR%%/themes/emoticons/penguins/_pada.gif -%%DATADIR%%/themes/emoticons/penguins/_paker.gif -%%DATADIR%%/themes/emoticons/penguins/_palacz.gif -%%DATADIR%%/themes/emoticons/penguins/_paluszkiem.gif -%%DATADIR%%/themes/emoticons/penguins/_papa.gif -%%DATADIR%%/themes/emoticons/penguins/_papa2.gif -%%DATADIR%%/themes/emoticons/penguins/_peace.gif -%%DATADIR%%/themes/emoticons/penguins/_pies.gif -%%DATADIR%%/themes/emoticons/penguins/_piwko2.gif -%%DATADIR%%/themes/emoticons/penguins/_piwo.gif -%%DATADIR%%/themes/emoticons/penguins/_placze.gif -%%DATADIR%%/themes/emoticons/penguins/_plask.gif -%%DATADIR%%/themes/emoticons/penguins/_plotki.gif -%%DATADIR%%/themes/emoticons/penguins/_pocieszacz.gif -%%DATADIR%%/themes/emoticons/penguins/_pomocy.gif -%%DATADIR%%/themes/emoticons/penguins/_prezent.gif -%%DATADIR%%/themes/emoticons/penguins/_prosi.gif -%%DATADIR%%/themes/emoticons/penguins/_prysznic.gif -%%DATADIR%%/themes/emoticons/penguins/_puknijsie.gif -%%DATADIR%%/themes/emoticons/penguins/_pytajnik.gif -%%DATADIR%%/themes/emoticons/penguins/_rotfl.gif -%%DATADIR%%/themes/emoticons/penguins/_rzygi.gif -%%DATADIR%%/themes/emoticons/penguins/_sciana.gif -%%DATADIR%%/themes/emoticons/penguins/_serducho.gif -%%DATADIR%%/themes/emoticons/penguins/_serduszka.gif -%%DATADIR%%/themes/emoticons/penguins/_sex.gif -%%DATADIR%%/themes/emoticons/penguins/_slonko.gif -%%DATADIR%%/themes/emoticons/penguins/_smutny.gif -%%DATADIR%%/themes/emoticons/penguins/_snieg.gif -%%DATADIR%%/themes/emoticons/penguins/_soczek.gif -%%DATADIR%%/themes/emoticons/penguins/_spadaj.gif -%%DATADIR%%/themes/emoticons/penguins/_spie.gif -%%DATADIR%%/themes/emoticons/penguins/_spioch.gif -%%DATADIR%%/themes/emoticons/penguins/_stop.gif -%%DATADIR%%/themes/emoticons/penguins/_stres.gif -%%DATADIR%%/themes/emoticons/penguins/_szampan.gif -%%DATADIR%%/themes/emoticons/penguins/_szok.gif -%%DATADIR%%/themes/emoticons/penguins/_tak.gif -%%DATADIR%%/themes/emoticons/penguins/_tancze.gif -%%DATADIR%%/themes/emoticons/penguins/_telefon.gif -%%DATADIR%%/themes/emoticons/penguins/_tort.gif -%%DATADIR%%/themes/emoticons/penguins/_tuptup.gif -%%DATADIR%%/themes/emoticons/penguins/_uczen.gif -%%DATADIR%%/themes/emoticons/penguins/_uoeee.gif -%%DATADIR%%/themes/emoticons/penguins/_uscisk.gif -%%DATADIR%%/themes/emoticons/penguins/_usmiech.gif -%%DATADIR%%/themes/emoticons/penguins/_w8.gif -%%DATADIR%%/themes/emoticons/penguins/_wanna.gif -%%DATADIR%%/themes/emoticons/penguins/_wc.gif -%%DATADIR%%/themes/emoticons/penguins/_wnerw.gif -%%DATADIR%%/themes/emoticons/penguins/_wsciekly.gif -%%DATADIR%%/themes/emoticons/penguins/_wykrzyknik.gif -%%DATADIR%%/themes/emoticons/penguins/_wysmiewacz.gif -%%DATADIR%%/themes/emoticons/penguins/_yyyy.gif -%%DATADIR%%/themes/emoticons/penguins/_zab.gif -%%DATADIR%%/themes/emoticons/penguins/_zacieszacz.gif -%%DATADIR%%/themes/emoticons/penguins/_zakochany.gif -%%DATADIR%%/themes/emoticons/penguins/_zakupy.gif -%%DATADIR%%/themes/emoticons/penguins/_zalamka.gif -%%DATADIR%%/themes/emoticons/penguins/_zawstydzony.gif -%%DATADIR%%/themes/emoticons/penguins/_zeby.gif -%%DATADIR%%/themes/emoticons/penguins/_zegar.gif -%%DATADIR%%/themes/emoticons/penguins/_ziew.gif -%%DATADIR%%/themes/emoticons/penguins/_zlezkawoku.gif -%%DATADIR%%/themes/emoticons/penguins/_zly.gif -%%DATADIR%%/themes/emoticons/penguins/_zmeczony.gif -%%DATADIR%%/themes/emoticons/penguins/aniolek.gif -%%DATADIR%%/themes/emoticons/penguins/aparat.gif -%%DATADIR%%/themes/emoticons/penguins/beczy.gif -%%DATADIR%%/themes/emoticons/penguins/bezradny.gif -%%DATADIR%%/themes/emoticons/penguins/bije.gif -%%DATADIR%%/themes/emoticons/penguins/boisie.gif -%%DATADIR%%/themes/emoticons/penguins/boks.gif -%%DATADIR%%/themes/emoticons/penguins/buja_w_oblokach.gif -%%DATADIR%%/themes/emoticons/penguins/bukiet.gif -%%DATADIR%%/themes/emoticons/penguins/buziak.gif -%%DATADIR%%/themes/emoticons/penguins/buzki.gif -%%DATADIR%%/themes/emoticons/penguins/chatownik.gif -%%DATADIR%%/themes/emoticons/penguins/chytry.gif -%%DATADIR%%/themes/emoticons/penguins/cisza.gif -%%DATADIR%%/themes/emoticons/penguins/cmok.gif -%%DATADIR%%/themes/emoticons/penguins/co.gif -%%DATADIR%%/themes/emoticons/penguins/co_jest.gif -%%DATADIR%%/themes/emoticons/penguins/cwaniak.gif -%%DATADIR%%/themes/emoticons/penguins/czarodziej.gif -%%DATADIR%%/themes/emoticons/penguins/czytaj.gif -%%DATADIR%%/themes/emoticons/penguins/diabelek.gif -%%DATADIR%%/themes/emoticons/penguins/dobani.gif -%%DATADIR%%/themes/emoticons/penguins/dokuczacz.gif -%%DATADIR%%/themes/emoticons/penguins/dostal.gif -%%DATADIR%%/themes/emoticons/penguins/dresiarz.gif -%%DATADIR%%/themes/emoticons/penguins/drink.gif -%%DATADIR%%/themes/emoticons/penguins/dupa.gif -%%DATADIR%%/themes/emoticons/penguins/emots.txt -%%DATADIR%%/themes/emoticons/penguins/figielek.gif -%%DATADIR%%/themes/emoticons/penguins/foch.gif -%%DATADIR%%/themes/emoticons/penguins/gafa.gif -%%DATADIR%%/themes/emoticons/penguins/ganja.gif -%%DATADIR%%/themes/emoticons/penguins/gazeta.gif -%%DATADIR%%/themes/emoticons/penguins/glaszcze.gif -%%DATADIR%%/themes/emoticons/penguins/glupek.gif -%%DATADIR%%/themes/emoticons/penguins/glupek2.gif -%%DATADIR%%/themes/emoticons/penguins/gool.gif -%%DATADIR%%/themes/emoticons/penguins/gra.gif -%%DATADIR%%/themes/emoticons/penguins/haha.gif -%%DATADIR%%/themes/emoticons/penguins/hahaha.gif -%%DATADIR%%/themes/emoticons/penguins/hejka.gif -%%DATADIR%%/themes/emoticons/penguins/hura.gif -%%DATADIR%%/themes/emoticons/penguins/jablko.gif -%%DATADIR%%/themes/emoticons/penguins/je_pizze.gif -%%DATADIR%%/themes/emoticons/penguins/jem.gif -%%DATADIR%%/themes/emoticons/penguins/jezyk.gif -%%DATADIR%%/themes/emoticons/penguins/jezyk_oko.gif -%%DATADIR%%/themes/emoticons/penguins/kawa.gif -%%DATADIR%%/themes/emoticons/penguins/killer.gif -%%DATADIR%%/themes/emoticons/penguins/klotnia.gif -%%DATADIR%%/themes/emoticons/penguins/kotek.gif -%%DATADIR%%/themes/emoticons/penguins/krecka_dostal.gif -%%DATADIR%%/themes/emoticons/penguins/krzyk.gif -%%DATADIR%%/themes/emoticons/penguins/krzywy.gif -%%DATADIR%%/themes/emoticons/penguins/kwiatek.gif -%%DATADIR%%/themes/emoticons/penguins/list.gif -%%DATADIR%%/themes/emoticons/penguins/lol2.gif -%%DATADIR%%/themes/emoticons/penguins/luzik.gif -%%DATADIR%%/themes/emoticons/penguins/milczek.gif -%%DATADIR%%/themes/emoticons/penguins/milosc.gif -%%DATADIR%%/themes/emoticons/penguins/mniam.gif -%%DATADIR%%/themes/emoticons/penguins/muza.gif -%%DATADIR%%/themes/emoticons/penguins/mysli.gif -%%DATADIR%%/themes/emoticons/penguins/nauka.gif -%%DATADIR%%/themes/emoticons/penguins/nerwus.gif -%%DATADIR%%/themes/emoticons/penguins/nie.gif -%%DATADIR%%/themes/emoticons/penguins/nie_powiem.gif -%%DATADIR%%/themes/emoticons/penguins/obiad.gif -%%DATADIR%%/themes/emoticons/penguins/oczko.gif -%%DATADIR%%/themes/emoticons/penguins/oklasky.gif -%%DATADIR%%/themes/emoticons/penguins/okok.gif -%%DATADIR%%/themes/emoticons/penguins/okularnik.gif -%%DATADIR%%/themes/emoticons/penguins/olaboga.gif -%%DATADIR%%/themes/emoticons/penguins/onajego.gif -%%DATADIR%%/themes/emoticons/penguins/pada.gif -%%DATADIR%%/themes/emoticons/penguins/paker.gif -%%DATADIR%%/themes/emoticons/penguins/palacz.gif -%%DATADIR%%/themes/emoticons/penguins/paluszkiem.gif -%%DATADIR%%/themes/emoticons/penguins/papa.gif -%%DATADIR%%/themes/emoticons/penguins/papa2.gif -%%DATADIR%%/themes/emoticons/penguins/peace.gif -%%DATADIR%%/themes/emoticons/penguins/pies.gif -%%DATADIR%%/themes/emoticons/penguins/piwko2.gif -%%DATADIR%%/themes/emoticons/penguins/piwo.gif -%%DATADIR%%/themes/emoticons/penguins/placze.gif -%%DATADIR%%/themes/emoticons/penguins/plask.gif -%%DATADIR%%/themes/emoticons/penguins/plotki.gif -%%DATADIR%%/themes/emoticons/penguins/pocieszacz.gif -%%DATADIR%%/themes/emoticons/penguins/pomocy.gif -%%DATADIR%%/themes/emoticons/penguins/prezent.gif -%%DATADIR%%/themes/emoticons/penguins/prosi.gif -%%DATADIR%%/themes/emoticons/penguins/prysznic.gif -%%DATADIR%%/themes/emoticons/penguins/puknijsie.gif -%%DATADIR%%/themes/emoticons/penguins/pytajnik.gif -%%DATADIR%%/themes/emoticons/penguins/readme.txt -%%DATADIR%%/themes/emoticons/penguins/rotfl.gif -%%DATADIR%%/themes/emoticons/penguins/roza.gif -%%DATADIR%%/themes/emoticons/penguins/rzygi.gif -%%DATADIR%%/themes/emoticons/penguins/sciana.gif -%%DATADIR%%/themes/emoticons/penguins/serducho.gif -%%DATADIR%%/themes/emoticons/penguins/serduszka.gif -%%DATADIR%%/themes/emoticons/penguins/sex.gif -%%DATADIR%%/themes/emoticons/penguins/slonko.gif -%%DATADIR%%/themes/emoticons/penguins/smutny.gif -%%DATADIR%%/themes/emoticons/penguins/snieg.gif -%%DATADIR%%/themes/emoticons/penguins/soczek.gif -%%DATADIR%%/themes/emoticons/penguins/spadaj.gif -%%DATADIR%%/themes/emoticons/penguins/spie.gif -%%DATADIR%%/themes/emoticons/penguins/spioch.gif -%%DATADIR%%/themes/emoticons/penguins/stop.gif -%%DATADIR%%/themes/emoticons/penguins/stres.gif -%%DATADIR%%/themes/emoticons/penguins/szampan.gif -%%DATADIR%%/themes/emoticons/penguins/szok.gif -%%DATADIR%%/themes/emoticons/penguins/tak.gif -%%DATADIR%%/themes/emoticons/penguins/tancze.gif -%%DATADIR%%/themes/emoticons/penguins/telefon.gif -%%DATADIR%%/themes/emoticons/penguins/tort.gif -%%DATADIR%%/themes/emoticons/penguins/tuptup.gif -%%DATADIR%%/themes/emoticons/penguins/uczen.gif -%%DATADIR%%/themes/emoticons/penguins/uoeee.gif -%%DATADIR%%/themes/emoticons/penguins/uscisk.gif -%%DATADIR%%/themes/emoticons/penguins/usmiech.gif -%%DATADIR%%/themes/emoticons/penguins/usta.gif -%%DATADIR%%/themes/emoticons/penguins/w8.gif -%%DATADIR%%/themes/emoticons/penguins/wanna.gif -%%DATADIR%%/themes/emoticons/penguins/wc.gif -%%DATADIR%%/themes/emoticons/penguins/wnerw.gif -%%DATADIR%%/themes/emoticons/penguins/wsciekly.gif -%%DATADIR%%/themes/emoticons/penguins/wykrzyknik.gif -%%DATADIR%%/themes/emoticons/penguins/wysmiewacz.gif -%%DATADIR%%/themes/emoticons/penguins/yyyy.gif -%%DATADIR%%/themes/emoticons/penguins/zab.gif -%%DATADIR%%/themes/emoticons/penguins/zacieszacz.gif -%%DATADIR%%/themes/emoticons/penguins/zakochany.gif -%%DATADIR%%/themes/emoticons/penguins/zakupy.gif -%%DATADIR%%/themes/emoticons/penguins/zalamka.gif -%%DATADIR%%/themes/emoticons/penguins/zawstydzony.gif -%%DATADIR%%/themes/emoticons/penguins/zeby.gif -%%DATADIR%%/themes/emoticons/penguins/zegar.gif -%%DATADIR%%/themes/emoticons/penguins/ziew.gif -%%DATADIR%%/themes/emoticons/penguins/zlezkawoku.gif -%%DATADIR%%/themes/emoticons/penguins/zly.gif -%%DATADIR%%/themes/emoticons/penguins/zmeczony.gif -%%DATADIR%%/themes/emoticons/penguins/zniesmaczony.gif -%%DATADIR%%/themes/emoticons/tango/act-up.png -%%DATADIR%%/themes/emoticons/tango/admonish.png -%%DATADIR%%/themes/emoticons/tango/amorous.png -%%DATADIR%%/themes/emoticons/tango/angel.png -%%DATADIR%%/themes/emoticons/tango/angry.png -%%DATADIR%%/themes/emoticons/tango/annoy.png -%%DATADIR%%/themes/emoticons/tango/apple.png -%%DATADIR%%/themes/emoticons/tango/argument.png -%%DATADIR%%/themes/emoticons/tango/ass.png -%%DATADIR%%/themes/emoticons/tango/at-wits-end.png -%%DATADIR%%/themes/emoticons/tango/bad.png -%%DATADIR%%/themes/emoticons/tango/bathtub.png -%%DATADIR%%/themes/emoticons/tango/beat-up.png -%%DATADIR%%/themes/emoticons/tango/beer.png -%%DATADIR%%/themes/emoticons/tango/bloomer.png -%%DATADIR%%/themes/emoticons/tango/bulgy-eyes.png -%%DATADIR%%/themes/emoticons/tango/bye.png -%%DATADIR%%/themes/emoticons/tango/cake.png -%%DATADIR%%/themes/emoticons/tango/calmly.png -%%DATADIR%%/themes/emoticons/tango/camera.png -%%DATADIR%%/themes/emoticons/tango/can.png -%%DATADIR%%/themes/emoticons/tango/cat.png -%%DATADIR%%/themes/emoticons/tango/cigarette.png -%%DATADIR%%/themes/emoticons/tango/clap.png -%%DATADIR%%/themes/emoticons/tango/clock.png -%%DATADIR%%/themes/emoticons/tango/coffee.png -%%DATADIR%%/themes/emoticons/tango/computer.png -%%DATADIR%%/themes/emoticons/tango/confused.png -%%DATADIR%%/themes/emoticons/tango/console.png -%%DATADIR%%/themes/emoticons/tango/corsage.png -%%DATADIR%%/themes/emoticons/tango/crying.png -%%DATADIR%%/themes/emoticons/tango/curl-lip.png -%%DATADIR%%/themes/emoticons/tango/curse.png -%%DATADIR%%/themes/emoticons/tango/cute.png -%%DATADIR%%/themes/emoticons/tango/dance.png -%%DATADIR%%/themes/emoticons/tango/daydreamer.png -%%DATADIR%%/themes/emoticons/tango/devil.png -%%DATADIR%%/themes/emoticons/tango/disappointed.png -%%DATADIR%%/themes/emoticons/tango/dog.png -%%DATADIR%%/themes/emoticons/tango/dont-know.png -%%DATADIR%%/themes/emoticons/tango/dresiarz.png -%%DATADIR%%/themes/emoticons/tango/drink.png -%%DATADIR%%/themes/emoticons/tango/eat.png -%%DATADIR%%/themes/emoticons/tango/embarrassed.png -%%DATADIR%%/themes/emoticons/tango/emots.txt -%%DATADIR%%/themes/emoticons/tango/exclamation_mark.png -%%DATADIR%%/themes/emoticons/tango/excruciating.png -%%DATADIR%%/themes/emoticons/tango/fingers-crossed.png -%%DATADIR%%/themes/emoticons/tango/freaked-out.png -%%DATADIR%%/themes/emoticons/tango/ganja.png -%%DATADIR%%/themes/emoticons/tango/glasses-nerdy.png -%%DATADIR%%/themes/emoticons/tango/go-away.png -%%DATADIR%%/themes/emoticons/tango/good.png -%%DATADIR%%/themes/emoticons/tango/handshake.png -%%DATADIR%%/themes/emoticons/tango/hello.gif -%%DATADIR%%/themes/emoticons/tango/help.png -%%DATADIR%%/themes/emoticons/tango/hold_out.png -%%DATADIR%%/themes/emoticons/tango/hug-right.png -%%DATADIR%%/themes/emoticons/tango/idiot.png -%%DATADIR%%/themes/emoticons/tango/kiss.png -%%DATADIR%%/themes/emoticons/tango/kissed.png -%%DATADIR%%/themes/emoticons/tango/kissing.png -%%DATADIR%%/themes/emoticons/tango/laugh.png -%%DATADIR%%/themes/emoticons/tango/learning.png -%%DATADIR%%/themes/emoticons/tango/loser.png -%%DATADIR%%/themes/emoticons/tango/love.png -%%DATADIR%%/themes/emoticons/tango/mad-tongue.png -%%DATADIR%%/themes/emoticons/tango/magician.png -%%DATADIR%%/themes/emoticons/tango/mail.png -%%DATADIR%%/themes/emoticons/tango/male-fighter2.png -%%DATADIR%%/themes/emoticons/tango/mean.png -%%DATADIR%%/themes/emoticons/tango/messed.png -%%DATADIR%%/themes/emoticons/tango/music.png -%%DATADIR%%/themes/emoticons/tango/nailbiting.png -%%DATADIR%%/themes/emoticons/tango/neutral.png -%%DATADIR%%/themes/emoticons/tango/newspaper.png -%%DATADIR%%/themes/emoticons/tango/okok.png -%%DATADIR%%/themes/emoticons/tango/peace.png -%%DATADIR%%/themes/emoticons/tango/phone.png -%%DATADIR%%/themes/emoticons/tango/pissed-off.png -%%DATADIR%%/themes/emoticons/tango/pizza.png -%%DATADIR%%/themes/emoticons/tango/plate.png -%%DATADIR%%/themes/emoticons/tango/poop.png -%%DATADIR%%/themes/emoticons/tango/present.png -%%DATADIR%%/themes/emoticons/tango/prompt.png -%%DATADIR%%/themes/emoticons/tango/puke.png -%%DATADIR%%/themes/emoticons/tango/question.png -%%DATADIR%%/themes/emoticons/tango/quiet.png -%%DATADIR%%/themes/emoticons/tango/rain.png -%%DATADIR%%/themes/emoticons/tango/read_this.png -%%DATADIR%%/themes/emoticons/tango/readme.txt -%%DATADIR%%/themes/emoticons/tango/rose.png -%%DATADIR%%/themes/emoticons/tango/rotfl.png -%%DATADIR%%/themes/emoticons/tango/sad.png -%%DATADIR%%/themes/emoticons/tango/sarcastic.png -%%DATADIR%%/themes/emoticons/tango/school_boy.png -%%DATADIR%%/themes/emoticons/tango/secret.png -%%DATADIR%%/themes/emoticons/tango/sex.png -%%DATADIR%%/themes/emoticons/tango/shock.png -%%DATADIR%%/themes/emoticons/tango/shopping.png -%%DATADIR%%/themes/emoticons/tango/shout.png -%%DATADIR%%/themes/emoticons/tango/shower.png -%%DATADIR%%/themes/emoticons/tango/shut-mouth.png -%%DATADIR%%/themes/emoticons/tango/sick.png -%%DATADIR%%/themes/emoticons/tango/silly.png -%%DATADIR%%/themes/emoticons/tango/sinister.png -%%DATADIR%%/themes/emoticons/tango/slap.png -%%DATADIR%%/themes/emoticons/tango/sleepy.png -%%DATADIR%%/themes/emoticons/tango/smile-big.png -%%DATADIR%%/themes/emoticons/tango/smile.png -%%DATADIR%%/themes/emoticons/tango/snicker.png -%%DATADIR%%/themes/emoticons/tango/snow.png -%%DATADIR%%/themes/emoticons/tango/soccerball.png -%%DATADIR%%/themes/emoticons/tango/stop.png -%%DATADIR%%/themes/emoticons/tango/stroke.gif -%%DATADIR%%/themes/emoticons/tango/strongman.png -%%DATADIR%%/themes/emoticons/tango/sun.png -%%DATADIR%%/themes/emoticons/tango/sweat.png -%%DATADIR%%/themes/emoticons/tango/talktohand.png -%%DATADIR%%/themes/emoticons/tango/teeth.png -%%DATADIR%%/themes/emoticons/tango/terror.png -%%DATADIR%%/themes/emoticons/tango/thinking.png -%%DATADIR%%/themes/emoticons/tango/time-out.png -%%DATADIR%%/themes/emoticons/tango/tongue.png -%%DATADIR%%/themes/emoticons/tango/tremble.png -%%DATADIR%%/themes/emoticons/tango/tuptup.png -%%DATADIR%%/themes/emoticons/tango/twisted.png -%%DATADIR%%/themes/emoticons/tango/victory.png -%%DATADIR%%/themes/emoticons/tango/wall.png -%%DATADIR%%/themes/emoticons/tango/waving.png -%%DATADIR%%/themes/emoticons/tango/weep.png -%%DATADIR%%/themes/emoticons/tango/wine.png -%%DATADIR%%/themes/emoticons/tango/wink.png -%%DATADIR%%/themes/emoticons/tango/worship.png -%%DATADIR%%/themes/emoticons/tango/writing.png -%%DATADIR%%/themes/emoticons/tango/yawn.png -%%DATADIR%%/themes/icons/default/16x16/application-exit.png -%%DATADIR%%/themes/icons/default/16x16/audio-input-microphone.png -%%DATADIR%%/themes/icons/default/16x16/audio-volume-high.png -%%DATADIR%%/themes/icons/default/16x16/audio-volume-low.png -%%DATADIR%%/themes/icons/default/16x16/audio-volume-muted.png -%%DATADIR%%/themes/icons/default/16x16/contact-new.png -%%DATADIR%%/themes/icons/default/16x16/dialog-apply.png -%%DATADIR%%/themes/icons/default/16x16/dialog-cancel.png -%%DATADIR%%/themes/icons/default/16x16/dialog-error.png -%%DATADIR%%/themes/icons/default/16x16/dialog-ok.png -%%DATADIR%%/themes/icons/default/16x16/dialog-password.png -%%DATADIR%%/themes/icons/default/16x16/document-open.png -%%DATADIR%%/themes/icons/default/16x16/document-send.png -%%DATADIR%%/themes/icons/default/16x16/edit-clear-locationbar-ltr.png -%%DATADIR%%/themes/icons/default/16x16/edit-clear-locationbar-rtl.png -%%DATADIR%%/themes/icons/default/16x16/edit-clear.png -%%DATADIR%%/themes/icons/default/16x16/edit-copy.png -%%DATADIR%%/themes/icons/default/16x16/edit-delete.png -%%DATADIR%%/themes/icons/default/16x16/edit-find.png -%%DATADIR%%/themes/icons/default/16x16/face-smile.png -%%DATADIR%%/themes/icons/default/16x16/format-text-bold.png -%%DATADIR%%/themes/icons/default/16x16/format-text-italic.png -%%DATADIR%%/themes/icons/default/16x16/format-text-underline.png -%%DATADIR%%/themes/icons/default/16x16/go-jump.png -%%DATADIR%%/themes/icons/default/16x16/go-next.png -%%DATADIR%%/themes/icons/default/16x16/go-previous.png -%%DATADIR%%/themes/icons/default/16x16/group-new.png -%%DATADIR%%/themes/icons/default/16x16/help-contents.png -%%DATADIR%%/themes/icons/default/16x16/insert-image.png -%%DATADIR%%/themes/icons/default/16x16/internet-group-chat.png -%%DATADIR%%/themes/icons/default/16x16/list-add.png -%%DATADIR%%/themes/icons/default/16x16/list-remove.png -%%DATADIR%%/themes/icons/default/16x16/mail-attachment.png -%%DATADIR%%/themes/icons/default/16x16/mail-message-new.png -%%DATADIR%%/themes/icons/default/16x16/phone.png -%%DATADIR%%/themes/icons/default/16x16/preferences-other.png -%%DATADIR%%/themes/icons/default/16x16/security-high.png -%%DATADIR%%/themes/icons/default/16x16/security-low.png -%%DATADIR%%/themes/icons/default/16x16/view-refresh.png -%%DATADIR%%/themes/icons/default/16x16/x-office-address-book.png -%%DATADIR%%/themes/icons/default/32x32/contact-new.png -%%DATADIR%%/themes/icons/default/32x32/dialog-error.png -%%DATADIR%%/themes/icons/default/32x32/dialog-information.png -%%DATADIR%%/themes/icons/default/32x32/dialog-password.png -%%DATADIR%%/themes/icons/default/32x32/dialog-question.png -%%DATADIR%%/themes/icons/default/32x32/dialog-warning.png -%%DATADIR%%/themes/icons/default/32x32/image-loading.png -%%DATADIR%%/themes/icons/default/32x32/internet-group-chat.png -%%DATADIR%%/themes/icons/default/32x32/phone.png -%%DATADIR%%/themes/icons/default/32x32/preferences-desktop-peripherals.png -%%DATADIR%%/themes/icons/default/32x32/preferences-desktop-theme.png -%%DATADIR%%/themes/icons/default/32x32/security-high.png -%%DATADIR%%/themes/icons/default/32x32/system-users.png -%%DATADIR%%/themes/icons/default/32x32/x-office-address-book.png -%%DATADIR%%/themes/icons/default/64x64/dialog-password.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/execnotify.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-pause.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-play.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-stop.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-skip-backward.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-skip-forward.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/nextinfo-birthday.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/nextinfo-nameday.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles-configure.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles-user.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/qt4notify.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/screenshot-camera-photo.png -%%DATADIR%%/themes/icons/default/external_modules/16x16/weather-show-weather-few-clouds.png -%%DATADIR%%/themes/icons/default/external_modules/32x32/execnotify.png -%%DATADIR%%/themes/icons/default/external_modules/32x32/mail-internet-mail.png -%%DATADIR%%/themes/icons/default/external_modules/32x32/mediaplayer-media-playback-play.png -%%DATADIR%%/themes/icons/default/external_modules/32x32/mediaplayer.png -%%DATADIR%%/themes/icons/default/external_modules/32x32/nextinfo-birthday.png -%%DATADIR%%/themes/icons/default/external_modules/32x32/nextinfo-nameday.png -%%DATADIR%%/themes/icons/default/external_modules/32x32/screenshot-camera-photo.png -%%DATADIR%%/themes/icons/default/external_modules/32x32/weather-show-weather-few-clouds.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/0.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/about-kadu.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/block-buddy.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/blocked.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/blocking.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/change-color.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/change-status.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/clear-history.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/composing.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/conference.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/copy-personal-info.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/enable-notifications.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/enter.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/gender0.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/gender1.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/gender2.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/get-involved.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/history.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/merge-buddies.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/multilogon.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-about-buddy.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-hints.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-led.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/only-show-online-and-with-description.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/only-show-with-description.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/please-wait.gif -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/plugins.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/report-a-bug.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-blocked-buddies.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-descriptions.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-information-panel.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-offline-buddies.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/stylesheet-branch-closed.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/stylesheet-branch-open.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/support-us.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/tab-detach.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/tab-remove.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/translate-kadu.png -%%DATADIR%%/themes/icons/default/kadu_icons/16x16/use-proxy.png -%%DATADIR%%/themes/icons/default/kadu_icons/22x22/0.png -%%DATADIR%%/themes/icons/default/kadu_icons/22x22/composing.png -%%DATADIR%%/themes/icons/default/kadu_icons/32x32/0.png -%%DATADIR%%/themes/icons/default/kadu_icons/32x32/composing.png -%%DATADIR%%/themes/icons/default/kadu_icons/32x32/multilogon.png -%%DATADIR%%/themes/icons/default/kadu_icons/32x32/plugins.png -%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-kadu.png -%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-notifications.png -%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-status.png -%%DATADIR%%/themes/icons/default/kadu_icons/48x48/0.png -%%DATADIR%%/themes/icons/default/kadu_icons/48x48/composing.png -%%DATADIR%%/themes/icons/default/kadu_icons/64x64/0.png -%%DATADIR%%/themes/icons/default/kadu_icons/64x64/composing.png -%%DATADIR%%/themes/icons/default/kadu_icons/64x64/kadu.png -%%DATADIR%%/themes/icons/default/kadu_icons/64x64/please-wait.gif -%%DATADIR%%/themes/icons/default/kadu_icons/64x64/transfer-receive.png -%%DATADIR%%/themes/icons/default/kadu_icons/64x64/transfer-send.png -%%DATADIR%%/themes/icons/default/kadu_icons/96x96/0.png -%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy0.png -%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy1.png -%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy2.png -%%DATADIR%%/themes/icons/default/kadu_icons/96x96/composing.png -%%DATADIR%%/themes/icons/default/protocols/common/128x128/message.png -%%DATADIR%%/themes/icons/default/protocols/common/16x16/message.png -%%DATADIR%%/themes/icons/default/protocols/common/16x16/message_anim.gif -%%DATADIR%%/themes/icons/default/protocols/common/22x22/message.png -%%DATADIR%%/themes/icons/default/protocols/common/22x22/message_anim.gif -%%DATADIR%%/themes/icons/default/protocols/common/32x32/message.png -%%DATADIR%%/themes/icons/default/protocols/common/48x48/message.png -%%DATADIR%%/themes/icons/default/protocols/common/64x64/message.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/away.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/away_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/do_not_disturb.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/do_not_disturb_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/free_for_chat.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/free_for_chat_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/invisible.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/invisible_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/not_available.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/not_available_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/offline.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/offline_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/online.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/online_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/away.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/away_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/do_not_disturb.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/do_not_disturb_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/free_for_chat.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/free_for_chat_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/invisible.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/invisible_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/not_available.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/not_available_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/offline.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/offline_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/online.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/online_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/away.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/away_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/do_not_disturb.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/do_not_disturb_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/free_for_chat.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/free_for_chat_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/gadu-gadu.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/invisible.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/invisible_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/not_available.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/not_available_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/offline.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/offline_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/online.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/online_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/away.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/away_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/do_not_disturb.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/do_not_disturb_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/free_for_chat.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/free_for_chat_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/invisible.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/invisible_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/not_available.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/not_available_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/offline.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/offline_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/online.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/online_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/away.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/away_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/do_not_disturb.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/do_not_disturb_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/free_for_chat.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/free_for_chat_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/invisible.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/invisible_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/not_available.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/not_available_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/offline.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/offline_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/online.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/online_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/away.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/away_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/do_not_disturb.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/do_not_disturb_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/free_for_chat.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/free_for_chat_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/invisible.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/invisible_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/not_available.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/not_available_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/offline.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/offline_d.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/online.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/online_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/away.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/away_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/do_not_disturb.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/do_not_disturb_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/free_for_chat.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/free_for_chat_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/invisible.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/invisible_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/not_available.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/not_available_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/offline.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/offline_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/online.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/online_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/away.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/away_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/do_not_disturb.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/do_not_disturb_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/free_for_chat.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/free_for_chat_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/invisible.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/invisible_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/not_available.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/not_available_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/offline.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/offline_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/online.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/online_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/away.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/away_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/do_not_disturb.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/do_not_disturb_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/free_for_chat.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/free_for_chat_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/invisible.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/invisible_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/not_available.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/not_available_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/offline.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/offline_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/online.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/online_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/xmpp.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/away.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/away_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/do_not_disturb.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/do_not_disturb_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/free_for_chat.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/free_for_chat_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/invisible.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/invisible_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/not_available.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/not_available_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/offline.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/offline_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/online.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/online_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/away.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/away_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/do_not_disturb.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/do_not_disturb_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/free_for_chat.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/free_for_chat_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/invisible.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/invisible_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/not_available.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/not_available_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/offline.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/offline_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/online.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/online_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/away.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/away_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/do_not_disturb.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/do_not_disturb_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/free_for_chat.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/free_for_chat_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/invisible.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/invisible_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/not_available.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/not_available_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/offline.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/offline_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/online.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/online_d.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/brand_name/16x16/facebook.png -%%DATADIR%%/themes/icons/faenza/16x16/application-exit.png -%%DATADIR%%/themes/icons/faenza/16x16/audio-input-microphone.png -%%DATADIR%%/themes/icons/faenza/16x16/audio-volume-high.png -%%DATADIR%%/themes/icons/faenza/16x16/audio-volume-low.png -%%DATADIR%%/themes/icons/faenza/16x16/audio-volume-muted.png -%%DATADIR%%/themes/icons/faenza/16x16/contact-new.png -%%DATADIR%%/themes/icons/faenza/16x16/dialog-apply.png -%%DATADIR%%/themes/icons/faenza/16x16/dialog-cancel.png -%%DATADIR%%/themes/icons/faenza/16x16/dialog-error.png -%%DATADIR%%/themes/icons/faenza/16x16/dialog-ok.png -%%DATADIR%%/themes/icons/faenza/16x16/dialog-password.png -%%DATADIR%%/themes/icons/faenza/16x16/document-open.png -%%DATADIR%%/themes/icons/faenza/16x16/document-properties.png -%%DATADIR%%/themes/icons/faenza/16x16/document-send.png -%%DATADIR%%/themes/icons/faenza/16x16/edit-clear-locationbar-ltr.png -%%DATADIR%%/themes/icons/faenza/16x16/edit-clear-locationbar-rtl.png -%%DATADIR%%/themes/icons/faenza/16x16/edit-clear.png -%%DATADIR%%/themes/icons/faenza/16x16/edit-copy.png -%%DATADIR%%/themes/icons/faenza/16x16/edit-delete.png -%%DATADIR%%/themes/icons/faenza/16x16/edit-find.png -%%DATADIR%%/themes/icons/faenza/16x16/face-smile.png -%%DATADIR%%/themes/icons/faenza/16x16/format-text-bold.png -%%DATADIR%%/themes/icons/faenza/16x16/format-text-italic.png -%%DATADIR%%/themes/icons/faenza/16x16/format-text-underline.png -%%DATADIR%%/themes/icons/faenza/16x16/go-jump.png -%%DATADIR%%/themes/icons/faenza/16x16/go-next.png -%%DATADIR%%/themes/icons/faenza/16x16/go-previous.png -%%DATADIR%%/themes/icons/faenza/16x16/group-new.png -%%DATADIR%%/themes/icons/faenza/16x16/help-contents.png -%%DATADIR%%/themes/icons/faenza/16x16/insert-image.png -%%DATADIR%%/themes/icons/faenza/16x16/internet-chat-group.png -%%DATADIR%%/themes/icons/faenza/16x16/internet-group-chat.png -%%DATADIR%%/themes/icons/faenza/16x16/list-add.png -%%DATADIR%%/themes/icons/faenza/16x16/list-remove.png -%%DATADIR%%/themes/icons/faenza/16x16/mail-attachment.png -%%DATADIR%%/themes/icons/faenza/16x16/mail-message-new.png -%%DATADIR%%/themes/icons/faenza/16x16/phone.png -%%DATADIR%%/themes/icons/faenza/16x16/preferences-other.png -%%DATADIR%%/themes/icons/faenza/16x16/security-high.png -%%DATADIR%%/themes/icons/faenza/16x16/security-low.png -%%DATADIR%%/themes/icons/faenza/16x16/view-refresh.png -%%DATADIR%%/themes/icons/faenza/16x16/x-office-address-book.png -%%DATADIR%%/themes/icons/faenza/22x22/application-exit.png -%%DATADIR%%/themes/icons/faenza/32x32/application-exit.png -%%DATADIR%%/themes/icons/faenza/32x32/config-users.png -%%DATADIR%%/themes/icons/faenza/32x32/contact-new.png -%%DATADIR%%/themes/icons/faenza/32x32/dialog-error.png -%%DATADIR%%/themes/icons/faenza/32x32/dialog-information.png -%%DATADIR%%/themes/icons/faenza/32x32/image-loading.png -%%DATADIR%%/themes/icons/faenza/32x32/internet-group-chat.png -%%DATADIR%%/themes/icons/faenza/32x32/phone.png -%%DATADIR%%/themes/icons/faenza/32x32/preferences-desktop-peripherals.png -%%DATADIR%%/themes/icons/faenza/32x32/preferences-desktop-theme.png -%%DATADIR%%/themes/icons/faenza/32x32/security-high.png -%%DATADIR%%/themes/icons/faenza/32x32/system-users.png -%%DATADIR%%/themes/icons/faenza/32x32/x-office-address-book.png -%%DATADIR%%/themes/icons/faenza/48x48/application-exit.png -%%DATADIR%%/themes/icons/faenza/64x64/application-exit.png -%%DATADIR%%/themes/icons/faenza/64x64/dialog-password.png -%%DATADIR%%/themes/icons/faenza/96x96/application-exit.png -%%DATADIR%%/themes/icons/faenza/96x96/dialog-password.png -%%DATADIR%%/themes/icons/faenza/96x96/dialog-question.png -%%DATADIR%%/themes/icons/faenza/96x96/dialog-warning.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/execnotify.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/mediaplayer-media-playback-pause.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/mediaplayer-media-playback-play.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/mediaplayer-media-playback-stop.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/mediaplayer-media-skip-backward.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/mediaplayer-media-skip-forward.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/mediaplayer.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/nextinfo-birthday.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/nextinfo-nameday.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/profiles-configure.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/profiles-user.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/profiles.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/qt4notify.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/screenshot-camera-photo.png -%%DATADIR%%/themes/icons/faenza/external_modules/16x16/weather-show-weather-few-clouds.png -%%DATADIR%%/themes/icons/faenza/external_modules/32x32/execnotify.png -%%DATADIR%%/themes/icons/faenza/external_modules/32x32/mail-internet-mail.png -%%DATADIR%%/themes/icons/faenza/external_modules/32x32/mediaplayer-media-playback-play.png -%%DATADIR%%/themes/icons/faenza/external_modules/32x32/mediaplayer.png -%%DATADIR%%/themes/icons/faenza/external_modules/32x32/nextinfo-birthday.png -%%DATADIR%%/themes/icons/faenza/external_modules/32x32/nextinfo-nameday.png -%%DATADIR%%/themes/icons/faenza/external_modules/32x32/screenshot-camera-photo.png -%%DATADIR%%/themes/icons/faenza/external_modules/32x32/weather-show-weather-few-clouds.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/0.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/about-kadu.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/block-buddy.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/blocked.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/blocking.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/change-color.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/change-status.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/clear-history.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/composing.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/conference.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/copy-personal-info.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/emblem-favorite.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/enable-notifications.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/enter.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/gender0.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/gender1.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/gender2.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/get-involved.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/history.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/merge-buddies.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/multilogon.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/notify-about-buddy.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/notify-hints.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/notify-led.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/only-show-online-and-with-description.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/only-show-with-description.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/plugins.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/report-a-bug.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/show-blocked-buddies.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/show-descriptions.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/show-information-panel.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/show-offline-buddies.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/stylesheet-branch-closed.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/stylesheet-branch-open.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/support-us.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/tab-detach.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/tab-remove.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/translate-kadu.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/use-proxy.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/22x22/0.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/22x22/composing.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/0.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/composing.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/multilogon.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/please-wait.gif -%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/plugins.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/section-kadu.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/section-notifications.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/section-status.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/48x48/0.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/48x48/composing.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/0.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/composing.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/kadu.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/please-wait.gif -%%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/transfer-receive.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/transfer-send.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/0.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/buddy0.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/buddy1.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/buddy2.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/composing.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/away.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/message.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/message_anim.gif -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/online.png -%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/away.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/message.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/message_anim.gif -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/online.png -%%DATADIR%%/themes/icons/faenza/protocols/common/22x22/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/away.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/message.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/online.png -%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/away.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/message.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/online.png -%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/away.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/message.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/online.png -%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/away.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/message.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/online.png -%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/away.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/online.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/away.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/online.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/away.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/gadu-gadu.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/online.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/away.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/online.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/away.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/online.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/away.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/online.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/away.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/online.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/away.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/online.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/away.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/online.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/xmpp.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/away.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/online.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/away.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/online.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/away.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/away_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/do_not_disturb.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/do_not_disturb_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/free_for_chat.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/free_for_chat_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/invisible.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/invisible_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/not_available.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/not_available_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/offline.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/offline_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/online.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/online_d.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/brand_name/256x256/GmailGoogleTalk.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/brand_name/256x256/facebook.png -%%DATADIR%%/themes/icons/glass/16x16/dialog-information.png -%%DATADIR%%/themes/icons/glass/16x16/edit-clear-locationbar-ltr.png -%%DATADIR%%/themes/icons/glass/16x16/edit-clear-locationbar-rtl.png -%%DATADIR%%/themes/icons/glass/22x22/application-exit.png -%%DATADIR%%/themes/icons/glass/22x22/audio-input-microphone.png -%%DATADIR%%/themes/icons/glass/22x22/audio-volume-high.png -%%DATADIR%%/themes/icons/glass/22x22/audio-volume-low.png -%%DATADIR%%/themes/icons/glass/22x22/audio-volume-muted.png -%%DATADIR%%/themes/icons/glass/22x22/contact-new.png -%%DATADIR%%/themes/icons/glass/22x22/dialog-apply.png -%%DATADIR%%/themes/icons/glass/22x22/dialog-cancel.png -%%DATADIR%%/themes/icons/glass/22x22/dialog-error.png -%%DATADIR%%/themes/icons/glass/22x22/dialog-ok.png -%%DATADIR%%/themes/icons/glass/22x22/dialog-password.png -%%DATADIR%%/themes/icons/glass/22x22/document-open.png -%%DATADIR%%/themes/icons/glass/22x22/document-save.png -%%DATADIR%%/themes/icons/glass/22x22/document-send.png -%%DATADIR%%/themes/icons/glass/22x22/edit-clear.png -%%DATADIR%%/themes/icons/glass/22x22/edit-copy.png -%%DATADIR%%/themes/icons/glass/22x22/edit-delete.png -%%DATADIR%%/themes/icons/glass/22x22/edit-find.png -%%DATADIR%%/themes/icons/glass/22x22/face-smile.png -%%DATADIR%%/themes/icons/glass/22x22/format-text-bold.png -%%DATADIR%%/themes/icons/glass/22x22/format-text-italic.png -%%DATADIR%%/themes/icons/glass/22x22/format-text-underline.png -%%DATADIR%%/themes/icons/glass/22x22/go-jump.png -%%DATADIR%%/themes/icons/glass/22x22/go-next.png -%%DATADIR%%/themes/icons/glass/22x22/go-previous.png -%%DATADIR%%/themes/icons/glass/22x22/group-new.png -%%DATADIR%%/themes/icons/glass/22x22/help-contents.png -%%DATADIR%%/themes/icons/glass/22x22/insert-image.png -%%DATADIR%%/themes/icons/glass/22x22/internet-group-chat.png -%%DATADIR%%/themes/icons/glass/22x22/list-add.png -%%DATADIR%%/themes/icons/glass/22x22/list-remove.png -%%DATADIR%%/themes/icons/glass/22x22/mail-attachment.png -%%DATADIR%%/themes/icons/glass/22x22/mail-message-new.png -%%DATADIR%%/themes/icons/glass/22x22/phone.png -%%DATADIR%%/themes/icons/glass/22x22/preferences-other.png -%%DATADIR%%/themes/icons/glass/22x22/security-high.png -%%DATADIR%%/themes/icons/glass/22x22/security-low.png -%%DATADIR%%/themes/icons/glass/22x22/view-refresh.png -%%DATADIR%%/themes/icons/glass/22x22/x-office-address-book.png -%%DATADIR%%/themes/icons/glass/32x32/contact-new.png -%%DATADIR%%/themes/icons/glass/32x32/dialog-error.png -%%DATADIR%%/themes/icons/glass/32x32/dialog-information.png -%%DATADIR%%/themes/icons/glass/32x32/dialog-password.png -%%DATADIR%%/themes/icons/glass/32x32/dialog-warning.png -%%DATADIR%%/themes/icons/glass/32x32/image-loading.png -%%DATADIR%%/themes/icons/glass/32x32/internet-group-chat.png -%%DATADIR%%/themes/icons/glass/32x32/phone.png -%%DATADIR%%/themes/icons/glass/32x32/preferences-desktop-peripherals.png -%%DATADIR%%/themes/icons/glass/32x32/preferences-desktop-theme.png -%%DATADIR%%/themes/icons/glass/32x32/security-high.png -%%DATADIR%%/themes/icons/glass/32x32/system-users.png -%%DATADIR%%/themes/icons/glass/32x32/x-office-address-book.png -%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-pause.png -%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-play.png -%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-stop.png -%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-skip-backward.png -%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-skip-forward.png -%%DATADIR%%/themes/icons/glass/external_modules/22x22/agent.png -%%DATADIR%%/themes/icons/glass/external_modules/22x22/mediaplayer-media-playback-play.png -%%DATADIR%%/themes/icons/glass/external_modules/22x22/profiles-configure.png -%%DATADIR%%/themes/icons/glass/external_modules/22x22/profiles-user.png -%%DATADIR%%/themes/icons/glass/external_modules/22x22/profiles.png -%%DATADIR%%/themes/icons/glass/external_modules/22x22/qt4notify.png -%%DATADIR%%/themes/icons/glass/external_modules/22x22/screenshot-camera-photo.png -%%DATADIR%%/themes/icons/glass/external_modules/22x22/weather-show-weather-few-clouds.png -%%DATADIR%%/themes/icons/glass/external_modules/32x32/mail-internet-mail.png -%%DATADIR%%/themes/icons/glass/external_modules/32x32/mail.png -%%DATADIR%%/themes/icons/glass/external_modules/32x32/mediaplayer-media-playback-play.png -%%DATADIR%%/themes/icons/glass/external_modules/32x32/mediaplayer.png -%%DATADIR%%/themes/icons/glass/external_modules/32x32/screenshot-camera-photo.png -%%DATADIR%%/themes/icons/glass/external_modules/32x32/screenshot.png -%%DATADIR%%/themes/icons/glass/external_modules/32x32/weather-show-weather-few-clouds.png -%%DATADIR%%/themes/icons/glass/external_modules/32x32/weather.png -%%DATADIR%%/themes/icons/glass/external_modules/32x32/xosd.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/0.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/about-kadu.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/composing.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender0.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender1.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender2.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/get-involved.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/notify-led.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/please-wait.gif -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/report-a-bug.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/stylesheet-branch-closed.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/stylesheet-branch-open.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/support-us.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/tab-remove.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/translate-kadu.png -%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/use-proxy.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/0.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/block-buddy.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/blocked.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/blocking.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/change-color.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/change-status.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/clear-history.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/composing.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/conference.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/copy-personal-info.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/enable-notifications.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/enter.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/history.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/merge-buddies.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/multilogon.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/notify-about-buddy.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/notify-hints.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/only-show-online-and-with-description.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/only-show-with-description.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/plugins.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/show-blocked-buddies.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/show-descriptions.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/show-information-panel.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/show-offline-buddies.png -%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/tab-detach.png -%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/0.png -%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/composing.png -%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/multilogon.png -%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/plugins.png -%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-kadu.png -%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-notifications.png -%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-status.png -%%DATADIR%%/themes/icons/glass/kadu_icons/48x48/0.png -%%DATADIR%%/themes/icons/glass/kadu_icons/48x48/composing.png -%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/0.png -%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/composing.png -%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/kadu.png -%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/please-wait.gif -%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/transfer-receive.png -%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/transfer-send.png -%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy0.png -%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy1.png -%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy2.png -%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/composing.png -%%DATADIR%%/themes/icons/glass/protocols/common/128x128/message.png -%%DATADIR%%/themes/icons/glass/protocols/common/22x22/message.png -%%DATADIR%%/themes/icons/glass/protocols/common/22x22/message_anim.gif -%%DATADIR%%/themes/icons/glass/protocols/common/22x22/muc_active.png -%%DATADIR%%/themes/icons/glass/protocols/common/22x22/muc_inactive.png -%%DATADIR%%/themes/icons/glass/protocols/common/32x32/message.png -%%DATADIR%%/themes/icons/glass/protocols/common/48x48/message.png -%%DATADIR%%/themes/icons/glass/protocols/common/64x64/message.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/away.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/away_d.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/do_not_disturb.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/do_not_disturb_d.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/free_for_chat.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/free_for_chat_d.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/invisible.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/invisible_d.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/not_available.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/not_available_d.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/offline.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/offline_d.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/online.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/online_d.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away_d.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb_d.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat_d.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible_d.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available_d.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline_d.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online_d.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/away.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/do_not_disturb.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/free_for_chat.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/gadu-gadu.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/invisible.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/not_available.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/offline.png -%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/online.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/away.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/away_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/do_not_disturb.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/do_not_disturb_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/free_for_chat.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/free_for_chat_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/invisible.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/invisible_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/not_available.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/not_available_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/offline.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/offline_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/online.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/online_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/away.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/away_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/do_not_disturb.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/do_not_disturb_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/free_for_chat.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/free_for_chat_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/invisible.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/invisible_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/not_available.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/not_available_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/offline.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/offline_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/online.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/online_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/away.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/away_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/do_not_disturb.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/do_not_disturb_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/free_for_chat.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/free_for_chat_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/invisible.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/invisible_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/not_available.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/not_available_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/offline.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/offline_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/online.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/online_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/xmpp.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/away.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/away_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/do_not_disturb.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/do_not_disturb_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/free_for_chat.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/free_for_chat_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/invisible.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/invisible_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/not_available.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/not_available_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/offline.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/offline_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/online.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/online_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/away.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/away_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/do_not_disturb.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/do_not_disturb_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/free_for_chat.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/free_for_chat_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/invisible.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/invisible_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/not_available.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/not_available_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/offline.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/offline_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/online.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/online_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/away.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/away_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/do_not_disturb.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/do_not_disturb_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/free_for_chat.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/free_for_chat_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/invisible.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/invisible_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/not_available.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/not_available_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/offline.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/offline_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/online.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/online_d.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/brand_name/16x16/facebook.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/xmpp.png -%%DATADIR%%/themes/icons/oxygen/16x16/application-exit.png -%%DATADIR%%/themes/icons/oxygen/16x16/audio-input-microphone.png -%%DATADIR%%/themes/icons/oxygen/16x16/audio-volume-high.png -%%DATADIR%%/themes/icons/oxygen/16x16/audio-volume-low.png -%%DATADIR%%/themes/icons/oxygen/16x16/audio-volume-muted.png -%%DATADIR%%/themes/icons/oxygen/16x16/contact-new.png -%%DATADIR%%/themes/icons/oxygen/16x16/dialog-apply.png -%%DATADIR%%/themes/icons/oxygen/16x16/dialog-cancel.png -%%DATADIR%%/themes/icons/oxygen/16x16/dialog-error.png -%%DATADIR%%/themes/icons/oxygen/16x16/dialog-information.png -%%DATADIR%%/themes/icons/oxygen/16x16/dialog-ok.png -%%DATADIR%%/themes/icons/oxygen/16x16/dialog-password.png -%%DATADIR%%/themes/icons/oxygen/16x16/dialog-question.png -%%DATADIR%%/themes/icons/oxygen/16x16/dialog-warning.png -%%DATADIR%%/themes/icons/oxygen/16x16/document-open.png -%%DATADIR%%/themes/icons/oxygen/16x16/document-send.png -%%DATADIR%%/themes/icons/oxygen/16x16/edit-clear-locationbar-ltr.png -%%DATADIR%%/themes/icons/oxygen/16x16/edit-clear-locationbar-rtl.png -%%DATADIR%%/themes/icons/oxygen/16x16/edit-clear.png -%%DATADIR%%/themes/icons/oxygen/16x16/edit-copy.png -%%DATADIR%%/themes/icons/oxygen/16x16/edit-delete.png -%%DATADIR%%/themes/icons/oxygen/16x16/edit-find.png -%%DATADIR%%/themes/icons/oxygen/16x16/face-smile.png -%%DATADIR%%/themes/icons/oxygen/16x16/format-text-bold.png -%%DATADIR%%/themes/icons/oxygen/16x16/format-text-italic.png -%%DATADIR%%/themes/icons/oxygen/16x16/format-text-underline.png -%%DATADIR%%/themes/icons/oxygen/16x16/go-jump.png -%%DATADIR%%/themes/icons/oxygen/16x16/go-next.png -%%DATADIR%%/themes/icons/oxygen/16x16/go-previous.png -%%DATADIR%%/themes/icons/oxygen/16x16/group-new.png -%%DATADIR%%/themes/icons/oxygen/16x16/help-contents.png -%%DATADIR%%/themes/icons/oxygen/16x16/image-loading.png -%%DATADIR%%/themes/icons/oxygen/16x16/insert-image.png -%%DATADIR%%/themes/icons/oxygen/16x16/internet-group-chat.png -%%DATADIR%%/themes/icons/oxygen/16x16/list-add.png -%%DATADIR%%/themes/icons/oxygen/16x16/list-remove.png -%%DATADIR%%/themes/icons/oxygen/16x16/mail-attachment.png -%%DATADIR%%/themes/icons/oxygen/16x16/mail-message-new.png -%%DATADIR%%/themes/icons/oxygen/16x16/phone.png -%%DATADIR%%/themes/icons/oxygen/16x16/preferences-desktop-peripherals.png -%%DATADIR%%/themes/icons/oxygen/16x16/preferences-desktop-theme.png -%%DATADIR%%/themes/icons/oxygen/16x16/preferences-other.png -%%DATADIR%%/themes/icons/oxygen/16x16/security-high.png -%%DATADIR%%/themes/icons/oxygen/16x16/security-low.png -%%DATADIR%%/themes/icons/oxygen/16x16/system-users.png -%%DATADIR%%/themes/icons/oxygen/16x16/view-refresh.png -%%DATADIR%%/themes/icons/oxygen/16x16/x-office-address-book.png -%%DATADIR%%/themes/icons/oxygen/22x22/application-exit.png -%%DATADIR%%/themes/icons/oxygen/22x22/audio-input-microphone.png -%%DATADIR%%/themes/icons/oxygen/22x22/audio-volume-high.png -%%DATADIR%%/themes/icons/oxygen/22x22/audio-volume-low.png -%%DATADIR%%/themes/icons/oxygen/22x22/audio-volume-muted.png -%%DATADIR%%/themes/icons/oxygen/22x22/contact-new.png -%%DATADIR%%/themes/icons/oxygen/22x22/dialog-apply.png -%%DATADIR%%/themes/icons/oxygen/22x22/dialog-cancel.png -%%DATADIR%%/themes/icons/oxygen/22x22/dialog-error.png -%%DATADIR%%/themes/icons/oxygen/22x22/dialog-information.png -%%DATADIR%%/themes/icons/oxygen/22x22/dialog-ok.png -%%DATADIR%%/themes/icons/oxygen/22x22/dialog-password.png -%%DATADIR%%/themes/icons/oxygen/22x22/dialog-question.png -%%DATADIR%%/themes/icons/oxygen/22x22/dialog-warning.png -%%DATADIR%%/themes/icons/oxygen/22x22/document-open.png -%%DATADIR%%/themes/icons/oxygen/22x22/document-send.png -%%DATADIR%%/themes/icons/oxygen/22x22/edit-clear-locationbar-ltr.png -%%DATADIR%%/themes/icons/oxygen/22x22/edit-clear-locationbar-rtl.png -%%DATADIR%%/themes/icons/oxygen/22x22/edit-clear.png -%%DATADIR%%/themes/icons/oxygen/22x22/edit-copy.png -%%DATADIR%%/themes/icons/oxygen/22x22/edit-delete.png -%%DATADIR%%/themes/icons/oxygen/22x22/edit-find.png -%%DATADIR%%/themes/icons/oxygen/22x22/face-smile.png -%%DATADIR%%/themes/icons/oxygen/22x22/format-text-bold.png -%%DATADIR%%/themes/icons/oxygen/22x22/format-text-italic.png -%%DATADIR%%/themes/icons/oxygen/22x22/format-text-underline.png -%%DATADIR%%/themes/icons/oxygen/22x22/go-jump.png -%%DATADIR%%/themes/icons/oxygen/22x22/go-next.png -%%DATADIR%%/themes/icons/oxygen/22x22/go-previous.png -%%DATADIR%%/themes/icons/oxygen/22x22/group-new.png -%%DATADIR%%/themes/icons/oxygen/22x22/help-contents.png -%%DATADIR%%/themes/icons/oxygen/22x22/image-loading.png -%%DATADIR%%/themes/icons/oxygen/22x22/insert-image.png -%%DATADIR%%/themes/icons/oxygen/22x22/internet-group-chat.png -%%DATADIR%%/themes/icons/oxygen/22x22/list-add.png -%%DATADIR%%/themes/icons/oxygen/22x22/list-remove.png -%%DATADIR%%/themes/icons/oxygen/22x22/mail-attachment.png -%%DATADIR%%/themes/icons/oxygen/22x22/mail-message-new.png -%%DATADIR%%/themes/icons/oxygen/22x22/phone.png -%%DATADIR%%/themes/icons/oxygen/22x22/preferences-desktop-peripherals.png -%%DATADIR%%/themes/icons/oxygen/22x22/preferences-desktop-theme.png -%%DATADIR%%/themes/icons/oxygen/22x22/preferences-other.png -%%DATADIR%%/themes/icons/oxygen/22x22/security-high.png -%%DATADIR%%/themes/icons/oxygen/22x22/security-low.png -%%DATADIR%%/themes/icons/oxygen/22x22/system-users.png -%%DATADIR%%/themes/icons/oxygen/22x22/view-refresh.png -%%DATADIR%%/themes/icons/oxygen/22x22/x-office-address-book.png -%%DATADIR%%/themes/icons/oxygen/32x32/application-exit.png -%%DATADIR%%/themes/icons/oxygen/32x32/audio-input-microphone.png -%%DATADIR%%/themes/icons/oxygen/32x32/audio-volume-high.png -%%DATADIR%%/themes/icons/oxygen/32x32/audio-volume-low.png -%%DATADIR%%/themes/icons/oxygen/32x32/audio-volume-muted.png -%%DATADIR%%/themes/icons/oxygen/32x32/contact-new.png -%%DATADIR%%/themes/icons/oxygen/32x32/dialog-apply.png -%%DATADIR%%/themes/icons/oxygen/32x32/dialog-cancel.png -%%DATADIR%%/themes/icons/oxygen/32x32/dialog-error.png -%%DATADIR%%/themes/icons/oxygen/32x32/dialog-information.png -%%DATADIR%%/themes/icons/oxygen/32x32/dialog-ok.png -%%DATADIR%%/themes/icons/oxygen/32x32/dialog-password.png -%%DATADIR%%/themes/icons/oxygen/32x32/dialog-question.png -%%DATADIR%%/themes/icons/oxygen/32x32/dialog-warning.png -%%DATADIR%%/themes/icons/oxygen/32x32/document-open.png -%%DATADIR%%/themes/icons/oxygen/32x32/document-send.png -%%DATADIR%%/themes/icons/oxygen/32x32/edit-clear-locationbar-ltr.png -%%DATADIR%%/themes/icons/oxygen/32x32/edit-clear-locationbar-rtl.png -%%DATADIR%%/themes/icons/oxygen/32x32/edit-clear.png -%%DATADIR%%/themes/icons/oxygen/32x32/edit-copy.png -%%DATADIR%%/themes/icons/oxygen/32x32/edit-delete.png -%%DATADIR%%/themes/icons/oxygen/32x32/edit-find.png -%%DATADIR%%/themes/icons/oxygen/32x32/face-smile.png -%%DATADIR%%/themes/icons/oxygen/32x32/format-text-bold.png -%%DATADIR%%/themes/icons/oxygen/32x32/format-text-italic.png -%%DATADIR%%/themes/icons/oxygen/32x32/format-text-underline.png -%%DATADIR%%/themes/icons/oxygen/32x32/go-jump.png -%%DATADIR%%/themes/icons/oxygen/32x32/go-next.png -%%DATADIR%%/themes/icons/oxygen/32x32/go-previous.png -%%DATADIR%%/themes/icons/oxygen/32x32/group-new.png -%%DATADIR%%/themes/icons/oxygen/32x32/help-contents.png -%%DATADIR%%/themes/icons/oxygen/32x32/image-loading.png -%%DATADIR%%/themes/icons/oxygen/32x32/insert-image.png -%%DATADIR%%/themes/icons/oxygen/32x32/internet-group-chat.png -%%DATADIR%%/themes/icons/oxygen/32x32/list-add.png -%%DATADIR%%/themes/icons/oxygen/32x32/list-remove.png -%%DATADIR%%/themes/icons/oxygen/32x32/mail-attachment.png -%%DATADIR%%/themes/icons/oxygen/32x32/mail-message-new.png -%%DATADIR%%/themes/icons/oxygen/32x32/phone.png -%%DATADIR%%/themes/icons/oxygen/32x32/preferences-desktop-peripherals.png -%%DATADIR%%/themes/icons/oxygen/32x32/preferences-desktop-theme.png -%%DATADIR%%/themes/icons/oxygen/32x32/preferences-other.png -%%DATADIR%%/themes/icons/oxygen/32x32/security-high.png -%%DATADIR%%/themes/icons/oxygen/32x32/security-low.png -%%DATADIR%%/themes/icons/oxygen/32x32/system-users.png -%%DATADIR%%/themes/icons/oxygen/32x32/view-refresh.png -%%DATADIR%%/themes/icons/oxygen/32x32/x-office-address-book.png -%%DATADIR%%/themes/icons/oxygen/48x48/application-exit.png -%%DATADIR%%/themes/icons/oxygen/48x48/audio-input-microphone.png -%%DATADIR%%/themes/icons/oxygen/48x48/audio-volume-high.png -%%DATADIR%%/themes/icons/oxygen/48x48/audio-volume-low.png -%%DATADIR%%/themes/icons/oxygen/48x48/audio-volume-muted.png -%%DATADIR%%/themes/icons/oxygen/48x48/contact-new.png -%%DATADIR%%/themes/icons/oxygen/48x48/dialog-apply.png -%%DATADIR%%/themes/icons/oxygen/48x48/dialog-cancel.png -%%DATADIR%%/themes/icons/oxygen/48x48/dialog-error.png -%%DATADIR%%/themes/icons/oxygen/48x48/dialog-information.png -%%DATADIR%%/themes/icons/oxygen/48x48/dialog-ok.png -%%DATADIR%%/themes/icons/oxygen/48x48/dialog-password.png -%%DATADIR%%/themes/icons/oxygen/48x48/dialog-question.png -%%DATADIR%%/themes/icons/oxygen/48x48/dialog-warning.png -%%DATADIR%%/themes/icons/oxygen/48x48/document-open.png -%%DATADIR%%/themes/icons/oxygen/48x48/document-send.png -%%DATADIR%%/themes/icons/oxygen/48x48/edit-clear-locationbar-ltr.png -%%DATADIR%%/themes/icons/oxygen/48x48/edit-clear-locationbar-rtl.png -%%DATADIR%%/themes/icons/oxygen/48x48/edit-clear.png -%%DATADIR%%/themes/icons/oxygen/48x48/edit-copy.png -%%DATADIR%%/themes/icons/oxygen/48x48/edit-delete.png -%%DATADIR%%/themes/icons/oxygen/48x48/edit-find.png -%%DATADIR%%/themes/icons/oxygen/48x48/face-smile.png -%%DATADIR%%/themes/icons/oxygen/48x48/format-text-bold.png -%%DATADIR%%/themes/icons/oxygen/48x48/format-text-italic.png -%%DATADIR%%/themes/icons/oxygen/48x48/format-text-underline.png -%%DATADIR%%/themes/icons/oxygen/48x48/go-jump.png -%%DATADIR%%/themes/icons/oxygen/48x48/go-next.png -%%DATADIR%%/themes/icons/oxygen/48x48/go-previous.png -%%DATADIR%%/themes/icons/oxygen/48x48/group-new.png -%%DATADIR%%/themes/icons/oxygen/48x48/help-contents.png -%%DATADIR%%/themes/icons/oxygen/48x48/image-loading.png -%%DATADIR%%/themes/icons/oxygen/48x48/insert-image.png -%%DATADIR%%/themes/icons/oxygen/48x48/internet-group-chat.png -%%DATADIR%%/themes/icons/oxygen/48x48/list-add.png -%%DATADIR%%/themes/icons/oxygen/48x48/list-remove.png -%%DATADIR%%/themes/icons/oxygen/48x48/mail-attachment.png -%%DATADIR%%/themes/icons/oxygen/48x48/mail-message-new.png -%%DATADIR%%/themes/icons/oxygen/48x48/phone.png -%%DATADIR%%/themes/icons/oxygen/48x48/preferences-desktop-peripherals.png -%%DATADIR%%/themes/icons/oxygen/48x48/preferences-desktop-theme.png -%%DATADIR%%/themes/icons/oxygen/48x48/preferences-other.png -%%DATADIR%%/themes/icons/oxygen/48x48/security-high.png -%%DATADIR%%/themes/icons/oxygen/48x48/security-low.png -%%DATADIR%%/themes/icons/oxygen/48x48/system-users.png -%%DATADIR%%/themes/icons/oxygen/48x48/view-refresh.png -%%DATADIR%%/themes/icons/oxygen/48x48/x-office-address-book.png -%%DATADIR%%/themes/icons/oxygen/64x64/application-exit.png -%%DATADIR%%/themes/icons/oxygen/64x64/audio-input-microphone.png -%%DATADIR%%/themes/icons/oxygen/64x64/audio-volume-high.png -%%DATADIR%%/themes/icons/oxygen/64x64/audio-volume-low.png -%%DATADIR%%/themes/icons/oxygen/64x64/audio-volume-muted.png -%%DATADIR%%/themes/icons/oxygen/64x64/contact-new.png -%%DATADIR%%/themes/icons/oxygen/64x64/dialog-apply.png -%%DATADIR%%/themes/icons/oxygen/64x64/dialog-cancel.png -%%DATADIR%%/themes/icons/oxygen/64x64/dialog-error.png -%%DATADIR%%/themes/icons/oxygen/64x64/dialog-information.png -%%DATADIR%%/themes/icons/oxygen/64x64/dialog-ok.png -%%DATADIR%%/themes/icons/oxygen/64x64/dialog-password.png -%%DATADIR%%/themes/icons/oxygen/64x64/dialog-question.png -%%DATADIR%%/themes/icons/oxygen/64x64/dialog-warning.png -%%DATADIR%%/themes/icons/oxygen/64x64/document-open.png -%%DATADIR%%/themes/icons/oxygen/64x64/document-send.png -%%DATADIR%%/themes/icons/oxygen/64x64/edit-clear-locationbar-ltr.png -%%DATADIR%%/themes/icons/oxygen/64x64/edit-clear-locationbar-rtl.png -%%DATADIR%%/themes/icons/oxygen/64x64/edit-clear.png -%%DATADIR%%/themes/icons/oxygen/64x64/edit-copy.png -%%DATADIR%%/themes/icons/oxygen/64x64/edit-delete.png -%%DATADIR%%/themes/icons/oxygen/64x64/edit-find.png -%%DATADIR%%/themes/icons/oxygen/64x64/face-smile.png -%%DATADIR%%/themes/icons/oxygen/64x64/format-text-bold.png -%%DATADIR%%/themes/icons/oxygen/64x64/format-text-italic.png -%%DATADIR%%/themes/icons/oxygen/64x64/format-text-underline.png -%%DATADIR%%/themes/icons/oxygen/64x64/go-jump.png -%%DATADIR%%/themes/icons/oxygen/64x64/go-next.png -%%DATADIR%%/themes/icons/oxygen/64x64/go-previous.png -%%DATADIR%%/themes/icons/oxygen/64x64/group-new.png -%%DATADIR%%/themes/icons/oxygen/64x64/help-contents.png -%%DATADIR%%/themes/icons/oxygen/64x64/image-loading.png -%%DATADIR%%/themes/icons/oxygen/64x64/insert-image.png -%%DATADIR%%/themes/icons/oxygen/64x64/internet-group-chat.png -%%DATADIR%%/themes/icons/oxygen/64x64/list-add.png -%%DATADIR%%/themes/icons/oxygen/64x64/list-remove.png -%%DATADIR%%/themes/icons/oxygen/64x64/mail-attachment.png -%%DATADIR%%/themes/icons/oxygen/64x64/mail-message-new.png -%%DATADIR%%/themes/icons/oxygen/64x64/phone.png -%%DATADIR%%/themes/icons/oxygen/64x64/preferences-desktop-peripherals.png -%%DATADIR%%/themes/icons/oxygen/64x64/preferences-desktop-theme.png -%%DATADIR%%/themes/icons/oxygen/64x64/preferences-other.png -%%DATADIR%%/themes/icons/oxygen/64x64/security-high.png -%%DATADIR%%/themes/icons/oxygen/64x64/security-low.png -%%DATADIR%%/themes/icons/oxygen/64x64/system-users.png -%%DATADIR%%/themes/icons/oxygen/64x64/view-refresh.png -%%DATADIR%%/themes/icons/oxygen/64x64/x-office-address-book.png -%%DATADIR%%/themes/icons/oxygen/96x96/application-exit.png -%%DATADIR%%/themes/icons/oxygen/96x96/audio-input-microphone.png -%%DATADIR%%/themes/icons/oxygen/96x96/audio-volume-high.png -%%DATADIR%%/themes/icons/oxygen/96x96/audio-volume-low.png -%%DATADIR%%/themes/icons/oxygen/96x96/audio-volume-muted.png -%%DATADIR%%/themes/icons/oxygen/96x96/contact-new.png -%%DATADIR%%/themes/icons/oxygen/96x96/dialog-apply.png -%%DATADIR%%/themes/icons/oxygen/96x96/dialog-cancel.png -%%DATADIR%%/themes/icons/oxygen/96x96/dialog-error.png -%%DATADIR%%/themes/icons/oxygen/96x96/dialog-information.png -%%DATADIR%%/themes/icons/oxygen/96x96/dialog-ok.png -%%DATADIR%%/themes/icons/oxygen/96x96/dialog-password.png -%%DATADIR%%/themes/icons/oxygen/96x96/dialog-question.png -%%DATADIR%%/themes/icons/oxygen/96x96/dialog-warning.png -%%DATADIR%%/themes/icons/oxygen/96x96/document-open.png -%%DATADIR%%/themes/icons/oxygen/96x96/document-send.png -%%DATADIR%%/themes/icons/oxygen/96x96/edit-clear-locationbar-ltr.png -%%DATADIR%%/themes/icons/oxygen/96x96/edit-clear-locationbar-rtl.png -%%DATADIR%%/themes/icons/oxygen/96x96/edit-clear.png -%%DATADIR%%/themes/icons/oxygen/96x96/edit-copy.png -%%DATADIR%%/themes/icons/oxygen/96x96/edit-delete.png -%%DATADIR%%/themes/icons/oxygen/96x96/edit-find.png -%%DATADIR%%/themes/icons/oxygen/96x96/face-smile.png -%%DATADIR%%/themes/icons/oxygen/96x96/format-text-bold.png -%%DATADIR%%/themes/icons/oxygen/96x96/format-text-italic.png -%%DATADIR%%/themes/icons/oxygen/96x96/format-text-underline.png -%%DATADIR%%/themes/icons/oxygen/96x96/go-jump.png -%%DATADIR%%/themes/icons/oxygen/96x96/go-next.png -%%DATADIR%%/themes/icons/oxygen/96x96/go-previous.png -%%DATADIR%%/themes/icons/oxygen/96x96/group-new.png -%%DATADIR%%/themes/icons/oxygen/96x96/help-contents.png -%%DATADIR%%/themes/icons/oxygen/96x96/image-loading.png -%%DATADIR%%/themes/icons/oxygen/96x96/insert-image.png -%%DATADIR%%/themes/icons/oxygen/96x96/internet-group-chat.png -%%DATADIR%%/themes/icons/oxygen/96x96/list-add.png -%%DATADIR%%/themes/icons/oxygen/96x96/list-remove.png -%%DATADIR%%/themes/icons/oxygen/96x96/mail-attachment.png -%%DATADIR%%/themes/icons/oxygen/96x96/mail-message-new.png -%%DATADIR%%/themes/icons/oxygen/96x96/phone.png -%%DATADIR%%/themes/icons/oxygen/96x96/preferences-desktop-peripherals.png -%%DATADIR%%/themes/icons/oxygen/96x96/preferences-desktop-theme.png -%%DATADIR%%/themes/icons/oxygen/96x96/preferences-other.png -%%DATADIR%%/themes/icons/oxygen/96x96/security-high.png -%%DATADIR%%/themes/icons/oxygen/96x96/security-low.png -%%DATADIR%%/themes/icons/oxygen/96x96/system-users.png -%%DATADIR%%/themes/icons/oxygen/96x96/view-refresh.png -%%DATADIR%%/themes/icons/oxygen/96x96/x-office-address-book.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/execnotify.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mail-internet-mail.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-playback-pause.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-playback-play.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-playback-stop.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-skip-backward.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-skip-forward.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/nextinfo-birthday.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/nextinfo-nameday.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/profiles-configure.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/profiles-user.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/profiles.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/qt4notify.png -%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/screenshot-camera-photo.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/execnotify.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mail-internet-mail.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-playback-pause.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-playback-play.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-playback-stop.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-skip-backward.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-skip-forward.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/nextinfo-birthday.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/nextinfo-nameday.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/profiles-configure.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/profiles-user.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/profiles.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/qt4notify.png -%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/screenshot-camera-photo.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/execnotify.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mail-internet-mail.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-playback-pause.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-playback-play.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-playback-stop.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-skip-backward.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-skip-forward.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/nextinfo-birthday.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/nextinfo-nameday.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/profiles-configure.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/profiles-user.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/profiles.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/qt4notify.png -%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/screenshot-camera-photo.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/execnotify.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mail-internet-mail.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-playback-pause.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-playback-play.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-playback-stop.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-skip-backward.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-skip-forward.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/nextinfo-birthday.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/nextinfo-nameday.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/profiles-configure.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/profiles-user.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/profiles.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/qt4notify.png -%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/screenshot-camera-photo.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/execnotify.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mail-internet-mail.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-playback-pause.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-playback-play.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-playback-stop.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-skip-backward.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-skip-forward.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/nextinfo-birthday.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/nextinfo-nameday.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/profiles-configure.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/profiles-user.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/profiles.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/qt4notify.png -%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/screenshot-camera-photo.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/execnotify.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mail-internet-mail.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-playback-pause.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-playback-play.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-playback-stop.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-skip-backward.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-skip-forward.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/nextinfo-birthday.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/nextinfo-nameday.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/profiles-configure.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/profiles-user.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/profiles.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/qt4notify.png -%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/screenshot-camera-photo.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/0.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/about-kadu.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/block-buddy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/blocked.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/blocking.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/change-color.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/change-status.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/clear-history.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/composing.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/conference.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/copy-personal-info.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/enable-notifications.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/enter.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender0.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender1.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender2.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/get-involved.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/history.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/merge-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/multilogon.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/notify-about-buddy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/notify-hints.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/notify-led.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/only-show-online-and-with-description.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/only-show-with-description.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/please-wait.gif -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/plugins.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/report-a-bug.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/section-notifications.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/section-status.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-blocked-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-descriptions.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-information-panel.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-offline-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/stylesheet-branch-closed.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/stylesheet-branch-open.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/support-us.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/tab-detach.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/tab-remove.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/translate-kadu.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/use-proxy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/0.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/block-buddy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/blocked.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/blocking.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/change-status.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/clear-history.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/composing.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/conference.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/copy-personal-info.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/enable-notifications.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/enter.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/get-involved.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/history.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/merge-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/multilogon.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/notify-about-buddy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/notify-hints.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/notify-led.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/only-show-online-and-with-description.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/only-show-with-description.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/report-a-bug.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/section-notifications.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/section-status.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-blocked-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-information-panel.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-offline-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/support-us.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/tab-detach.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/tab-remove.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/translate-kadu.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/use-proxy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/0.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/block-buddy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/blocked.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/blocking.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/change-status.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/clear-history.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/composing.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/conference.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/copy-personal-info.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/enable-notifications.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/enter.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/get-involved.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/history.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/merge-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/multilogon.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/notify-about-buddy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/notify-hints.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/notify-led.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/only-show-online-and-with-description.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/only-show-with-description.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/plugins.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/report-a-bug.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-kadu.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-notifications.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-status.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-blocked-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-information-panel.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-offline-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/support-us.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/tab-detach.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/tab-remove.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/translate-kadu.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/use-proxy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/0.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/block-buddy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/blocked.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/blocking.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/change-status.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/clear-history.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/composing.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/conference.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/copy-personal-info.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/enable-notifications.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/enter.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/get-involved.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/history.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/merge-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/multilogon.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/notify-about-buddy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/notify-hints.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/notify-led.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/only-show-online-and-with-description.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/only-show-with-description.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/report-a-bug.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/section-notifications.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/section-status.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-blocked-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-information-panel.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-offline-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/support-us.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/tab-detach.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/tab-remove.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/translate-kadu.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/use-proxy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/0.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/block-buddy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/blocked.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/blocking.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/change-status.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/clear-history.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/composing.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/conference.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/copy-personal-info.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/enable-notifications.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/enter.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/get-involved.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/history.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/kadu.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/merge-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/multilogon.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/notify-about-buddy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/notify-hints.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/notify-led.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/only-show-online-and-with-description.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/only-show-with-description.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/please-wait.gif -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/report-a-bug.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/section-notifications.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/section-status.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-blocked-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-information-panel.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-offline-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/support-us.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/tab-detach.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/tab-remove.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/transfer-receive.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/transfer-send.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/translate-kadu.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/use-proxy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/0.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/block-buddy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy0.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy1.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy2.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/clear-history.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/composing.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/conference.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/copy-personal-info.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/enable-notifications.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/enter.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/get-involved.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/history.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/merge-buddies.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/multilogon.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/notify-about-buddy.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/notify-hints.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/notify-led.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/report-a-bug.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/section-notifications.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/show-information-panel.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/support-us.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/tab-detach.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/tab-remove.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/translate-kadu.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/use-proxy.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/message.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/message_anim.gif -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/message.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/message.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/message.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/message.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/96x96/message.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/gadu-gadu.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/gadu-gadu.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/gadu-gadu.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/gadu-gadu.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/gadu-gadu.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/96x96/gadu-gadu.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/xmpp.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png -%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/brand_name/16x16/facebook.png -%%DATADIR%%/themes/sounds/default/msg.wav -%%DATADIR%%/themes/sounds/default/sound.conf -%%DATADIR%%/translations/cs.language -%%DATADIR%%/translations/de.language -%%DATADIR%%/translations/en.language -%%DATADIR%%/translations/es_MX.language -%%DATADIR%%/translations/fr.language -%%DATADIR%%/translations/kadu_cs.qm -%%DATADIR%%/translations/kadu_de.qm -%%DATADIR%%/translations/kadu_en.qm -%%DATADIR%%/translations/kadu_es_MX.qm -%%DATADIR%%/translations/kadu_fr.qm -%%DATADIR%%/translations/kadu_pl.qm -%%DATADIR%%/translations/kadu_tr.qm -%%DATADIR%%/translations/pl.language -%%DATADIR%%/translations/qt_cs.qm -%%DATADIR%%/translations/qt_pl.qm -%%DATADIR%%/translations/qtbase_cs.qm -%%DATADIR%%/translations/qtbase_pl.qm -%%DATADIR%%/translations/qtdeclarative_cs.qm -%%DATADIR%%/translations/qtdeclarative_pl.qm -%%DATADIR%%/translations/qtmultimedia_cs.qm -%%DATADIR%%/translations/qtmultimedia_pl.qm -%%DATADIR%%/translations/qtquick1_cs.qm -%%DATADIR%%/translations/qtquick1_pl.qm -%%DATADIR%%/translations/qtscript_cs.qm -%%DATADIR%%/translations/qtscript_pl.qm -%%DATADIR%%/translations/qtxmlpatterns_cs.qm -%%DATADIR%%/translations/qtxmlpatterns_pl.qm -%%DATADIR%%/translations/tr.language -@dir %%DATADIR%%/plugins/data/auto_hide -@dir %%DATADIR%%/plugins/data/autoaway -@dir %%DATADIR%%/plugins/data/autoresponder -@dir %%DATADIR%%/plugins/data/autostatus -@dir %%DATADIR%%/plugins/data/chat_notify -@dir %%DATADIR%%/plugins/data/config_wizard -@dir %%DATADIR%%/plugins/data/docking_notify -@dir %%DATADIR%%/plugins/data/docking -@dir %%DATADIR%%/plugins/data/emoticons -@dir %%DATADIR%%/plugins/data/encryption_otr -@dir %%DATADIR%%/plugins/data/exec_notify -@dir %%DATADIR%%/plugins/data/ext_sound -@dir %%DATADIR%%/plugins/data/filedesc -@dir %%DATADIR%%/plugins/data/firewall -@dir %%DATADIR%%/plugins/data/freedesktop_notify -@dir %%DATADIR%%/plugins/data/gadu_protocol -@dir %%DATADIR%%/plugins/data/hints -@dir %%DATADIR%%/plugins/data/history -@dir %%DATADIR%%/plugins/data/idle -@dir %%DATADIR%%/plugins/data/imagelink -@dir %%DATADIR%%/plugins/data/jabber_protocol -@dir %%DATADIR%%/plugins/data/last_seen -@dir %%DATADIR%%/plugins/data/mpd_mediaplayer -@dir %%DATADIR%%/plugins/data/pcspeaker -@dir %%DATADIR%%/plugins/data/screenshot -@dir %%DATADIR%%/plugins/data/simpleview -@dir %%DATADIR%%/plugins/data/single_window -@dir %%DATADIR%%/plugins/data/sound -@dir %%DATADIR%%/plugins/data/speech -@dir %%DATADIR%%/plugins/data/spellchecker -@dir %%DATADIR%%/plugins/data/tabs -@dir %%DATADIR%%/plugins/data/windows_integration -@dir %%DATADIR%%/themes/icons/default/kadu_icons/svg -@dir %%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg -@dir %%DATADIR%%/themes/icons/default/protocols/xmpp/svg -@dir %%DATADIR%%/themes/icons/faenza/kadu_icons/svg -@dir %%DATADIR%%/themes/icons/faenza/protocols/common/svg -@dir %%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg -@dir %%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg -@dir %%DATADIR%%/themes/icons/faenza/svg -@dir %%DATADIR%%/themes/icons/glass/kadu_icons/svg -@dir %%DATADIR%%/themes/icons/glass/protocols/xmpp/svg -@dir %%DATADIR%%/themes/icons/oxygen/external_modules/svg -@dir %%DATADIR%%/themes/icons/oxygen/kadu_icons/svg -@dir %%DATADIR%%/themes/icons/oxygen/protocols/common/svg -@dir %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/svg -@dir %%DATADIR%%/themes/icons/oxygen/svg diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index 64c23258564f..4e2f34c5c41b 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -1,5 +1,5 @@ PORTNAME= portmaster -PORTVERSION= 3.25 +PORTVERSION= 3.26 CATEGORIES= ports-mgmt MAINTAINER= se@FreeBSD.org diff --git a/ports-mgmt/portmaster/distinfo b/ports-mgmt/portmaster/distinfo index 7544afc4208a..37ea805367d2 100644 --- a/ports-mgmt/portmaster/distinfo +++ b/ports-mgmt/portmaster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685272457 -SHA256 (freebsd-portmaster-3.25_GH0.tar.gz) = fb08c29a500e22a4c52abcc40920ab53ab8b3f5054b24676a00414d972e0ff7c -SIZE (freebsd-portmaster-3.25_GH0.tar.gz) = 44635 +TIMESTAMP = 1685436524 +SHA256 (freebsd-portmaster-3.26_GH0.tar.gz) = ec6e0ff163956500429dec61b62424e85c9703ad436a918b84560b9833e9e3ed +SIZE (freebsd-portmaster-3.26_GH0.tar.gz) = 44686 diff --git a/print/R-cran-knitr/Makefile b/print/R-cran-knitr/Makefile index abc7cabab2f7..c88099fb7f77 100644 --- a/print/R-cran-knitr/Makefile +++ b/print/R-cran-knitr/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.42 CATEGORIES= print DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= General-Purpose Package for Dynamic Report Generation in R WWW= https://cran.r-project.org/web/packages/knitr/ diff --git a/science/pynn/Makefile b/science/pynn/Makefile index 0bccf9cdbc7b..f420ef7c0d0e 100644 --- a/science/pynn/Makefile +++ b/science/pynn/Makefile @@ -1,6 +1,5 @@ PORTNAME= pynn -PORTVERSION= 0.10.1 -PORTREVISION= 1 +PORTVERSION= 0.11.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/pynn/distinfo b/science/pynn/distinfo index 01449c970f84..78a1e58a2822 100644 --- a/science/pynn/distinfo +++ b/science/pynn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667790502 -SHA256 (PyNN-0.10.1.tar.gz) = 03fbafeddd64ae7163e2b557b2760380b6eceb52469f1b3f4cc203bbb80f0cde -SIZE (PyNN-0.10.1.tar.gz) = 421724 +TIMESTAMP = 1685612668 +SHA256 (PyNN-0.11.0.tar.gz) = eab6ef281e0a00180c8b31ffb65984f54216c68464db363a5c09832fec91f952 +SIZE (PyNN-0.11.0.tar.gz) = 479949 diff --git a/security/R-cran-digest/Makefile b/security/R-cran-digest/Makefile index 8f330370d209..ade694ad6eee 100644 --- a/security/R-cran-digest/Makefile +++ b/security/R-cran-digest/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 0.6.31 CATEGORIES= security DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Create cryptographic hash digests of R objects WWW= https://cran.r-project.org/web/packages/digest/ diff --git a/security/arti/Makefile b/security/arti/Makefile index bdc43257e4ac..5b76dcf11b40 100644 --- a/security/arti/Makefile +++ b/security/arti/Makefile @@ -1,5 +1,5 @@ PORTNAME= arti -DISTVERSION= 1.1.4 +DISTVERSION= 1.1.5 CATEGORIES= security MAINTAINER= cs@FreeBSD.org @@ -19,7 +19,7 @@ PLIST_SUB= USERS="${USERS}" GROUPS="${GROUPS}" USE_GITLAB= yes GL_SITE= https://gitlab.torproject.org GL_ACCOUNT= tpo/core -GL_COMMIT= 65d935c8c1b0198cac9ebee5dbd0b9aca6f525e8 +GL_COMMIT= 254d4c93a7f3c7565499c202541cc14b768ae829 CARGO_FEATURES= tokio rustls CARGO_INSTALL= no diff --git a/security/arti/Makefile.crates b/security/arti/Makefile.crates index f6094353d4e8..e45fcd92cbcf 100644 --- a/security/arti/Makefile.crates +++ b/security/arti/Makefile.crates @@ -1,17 +1,18 @@ CARGO_CRATES= addr2line-0.19.0 \ adler-1.0.2 \ aes-0.8.2 \ - ahash-0.7.6 \ + ahash-0.8.3 \ aho-corasick-1.0.1 \ + android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anyhow-1.0.70 \ + anyhow-1.0.71 \ approx-0.5.1 \ arbitrary-1.3.0 \ arrayref-0.3.7 \ assert-impl-0.1.3 \ async-broadcast-0.5.1 \ async-channel-1.8.0 \ - async-compression-0.3.15 \ + async-compression-0.4.0 \ async-ctrlc-1.2.0 \ async-executor-1.5.1 \ async-global-executor-2.3.1 \ @@ -19,39 +20,39 @@ CARGO_CRATES= addr2line-0.19.0 \ async-lock-2.7.0 \ async-native-tls-0.5.0 \ async-process-1.7.0 \ - async-rustls-0.3.0 \ + async-rustls-0.4.0 \ async-std-1.12.0 \ async-task-4.4.0 \ async-trait-0.1.68 \ async_executors-0.6.0 \ asynchronous-codec-0.6.1 \ - atomic-0.5.1 \ + atomic-0.5.3 \ atomic-waker-1.1.1 \ atty-0.2.14 \ autocfg-1.1.0 \ backtrace-0.3.67 \ base64-0.13.1 \ + base64-0.21.2 \ base64ct-1.6.0 \ bitflags-1.3.2 \ - bitflags-2.2.1 \ + bitflags-2.3.1 \ blanket-0.2.0 \ block-buffer-0.9.0 \ block-buffer-0.10.4 \ blocking-1.3.1 \ bounded-vec-deque-0.1.1 \ - bumpalo-3.12.1 \ + bumpalo-3.13.0 \ by_address-1.1.0 \ bytemuck-1.13.1 \ byteorder-1.4.3 \ bytes-1.4.0 \ cc-1.0.79 \ cfg-if-1.0.0 \ - chrono-0.4.24 \ + chrono-0.4.25 \ cipher-0.4.4 \ clap-3.2.25 \ clap_lex-0.2.4 \ coarsetime-0.1.23 \ - codespan-reporting-0.11.1 \ concurrent-queue-2.2.0 \ config-0.13.3 \ const-oid-0.9.2 \ @@ -64,35 +65,30 @@ CARGO_CRATES= addr2line-0.19.0 \ crossbeam-queue-0.3.8 \ crossbeam-utils-0.8.15 \ crypto-common-0.1.6 \ - ctor-0.1.26 \ - ctor-0.2.0 \ ctr-0.9.2 \ - ctrlc-3.2.5 \ + ctrlc-3.3.1 \ curve25519-dalek-3.2.0 \ - cxx-1.0.94 \ - cxx-build-1.0.94 \ - cxxbridge-flags-1.0.94 \ - cxxbridge-macro-1.0.94 \ + curve25519-dalek-4.0.0-rc.2 \ darling-0.14.4 \ - darling-0.20.0 \ + darling-0.20.1 \ darling_core-0.14.4 \ - darling_core-0.20.0 \ + darling_core-0.20.1 \ darling_macro-0.14.4 \ - darling_macro-0.20.0 \ + darling_macro-0.20.1 \ dashmap-5.4.0 \ - data-encoding-2.3.3 \ - der-0.6.1 \ + data-encoding-2.4.0 \ + der-0.7.6 \ derive_arbitrary-1.3.0 \ derive_builder_core_fork_arti-0.11.2 \ derive_builder_fork_arti-0.11.2 \ derive_builder_macro_fork_arti-0.11.2 \ derive_more-0.99.17 \ digest-0.9.0 \ - digest-0.10.6 \ - directories-5.0.0 \ - dirs-5.0.0 \ - dirs-sys-0.4.0 \ - displaydoc-0.2.3 \ + digest-0.10.7 \ + directories-5.0.1 \ + dirs-5.0.1 \ + dirs-sys-0.4.1 \ + displaydoc-0.2.4 \ downcast-rs-1.2.0 \ dyn-clone-1.0.11 \ ed25519-1.5.3 \ @@ -100,7 +96,7 @@ CARGO_CRATES= addr2line-0.19.0 \ educe-0.4.22 \ either-1.8.1 \ enum-as-inner-0.5.1 \ - enum-ordinalize-3.1.12 \ + enum-ordinalize-3.1.13 \ env_logger-0.5.13 \ erased-serde-0.3.25 \ errno-0.3.1 \ @@ -109,6 +105,7 @@ CARGO_CRATES= addr2line-0.19.0 \ fallible-iterator-0.2.0 \ fallible-streaming-iterator-0.1.9 \ fastrand-1.9.0 \ + fiat-crypto-0.1.20 \ filetime-0.2.21 \ flate2-1.0.26 \ float-cmp-0.9.0 \ @@ -132,6 +129,7 @@ CARGO_CRATES= addr2line-0.19.0 \ futures-sink-0.3.28 \ futures-task-0.3.28 \ futures-util-0.3.28 \ + generational-arena-0.2.9 \ generic-array-0.14.7 \ getrandom-0.1.16 \ getrandom-0.2.9 \ @@ -139,7 +137,8 @@ CARGO_CRATES= addr2line-0.19.0 \ gimli-0.27.2 \ gloo-timers-0.2.6 \ hashbrown-0.12.3 \ - hashlink-0.8.1 \ + hashbrown-0.13.2 \ + hashlink-0.8.2 \ heck-0.4.1 \ hermit-abi-0.1.19 \ hermit-abi-0.2.6 \ @@ -158,7 +157,7 @@ CARGO_CRATES= addr2line-0.19.0 \ humantime-serde-1.1.1 \ hyper-0.14.26 \ iana-time-zone-0.1.56 \ - iana-time-zone-haiku-0.1.1 \ + iana-time-zone-haiku-0.1.2 \ ident_case-1.0.1 \ idna-0.2.3 \ idna-0.3.0 \ @@ -167,43 +166,42 @@ CARGO_CRATES= addr2line-0.19.0 \ inotify-sys-0.1.5 \ inout-0.1.3 \ instant-0.1.12 \ - inventory-0.3.5 \ - io-lifetimes-1.0.10 \ + inventory-0.3.6 \ + io-lifetimes-1.0.11 \ ipnet-2.7.2 \ itertools-0.10.5 \ itoa-1.0.6 \ jobserver-0.1.26 \ - js-sys-0.3.61 \ - keccak-0.1.3 \ + js-sys-0.3.63 \ + keccak-0.1.4 \ kqueue-1.0.7 \ kqueue-sys-1.0.3 \ kv-log-macro-1.0.7 \ lazy_static-1.4.0 \ - libc-0.2.142 \ - libm-0.2.6 \ + libc-0.2.144 \ + libm-0.1.4 \ + libm-0.2.7 \ libsqlite3-sys-0.26.0 \ - link-cplusplus-1.0.8 \ - linux-raw-sys-0.1.4 \ - linux-raw-sys-0.3.6 \ + linux-raw-sys-0.3.8 \ lock_api-0.4.9 \ - log-0.4.17 \ + log-0.4.18 \ lzma-sys-0.1.20 \ matchers-0.1.0 \ matches-0.1.10 \ - matrixmultiply-0.3.4 \ + matrixmultiply-0.3.7 \ memchr-2.5.0 \ - memmap2-0.5.10 \ + memmap2-0.6.2 \ merlin-2.0.1 \ minimal-lexical-0.2.1 \ miniz_oxide-0.6.2 \ miniz_oxide-0.7.1 \ - mio-0.8.6 \ + mio-0.8.7 \ nalgebra-0.29.0 \ nalgebra-macros-0.1.0 \ native-tls-0.2.11 \ nix-0.26.2 \ nom-7.1.3 \ - notify-5.1.0 \ + notify-6.0.0 \ nu-ansi-term-0.46.0 \ num-bigint-0.4.3 \ num-bigint-dig-0.8.2 \ @@ -216,41 +214,44 @@ CARGO_CRATES= addr2line-0.19.0 \ num_enum-0.6.1 \ num_enum_derive-0.6.1 \ object-0.30.3 \ - once_cell-1.17.1 \ + once_cell-1.17.2 \ opaque-debug-0.3.0 \ - openssl-0.10.52 \ + openssl-0.10.53 \ openssl-macros-0.1.1 \ openssl-probe-0.1.5 \ openssl-src-111.25.3+1.1.1t \ - openssl-sys-0.9.87 \ + openssl-sys-0.9.88 \ + option-ext-0.2.0 \ os_str_bytes-6.5.0 \ overload-0.1.1 \ + packed_simd_2-0.3.8 \ parking-2.1.0 \ parking_lot-0.12.1 \ parking_lot_core-0.9.7 \ paste-1.0.12 \ pathdiff-0.2.1 \ pem-0.8.3 \ - pem-rfc7468-0.6.0 \ + pem-rfc7468-0.7.0 \ percent-encoding-2.2.0 \ phf-0.11.1 \ phf_generator-0.11.1 \ phf_macros-0.11.1 \ phf_shared-0.11.1 \ - pin-project-1.0.12 \ - pin-project-internal-1.0.12 \ + pin-project-1.1.0 \ + pin-project-internal-1.1.0 \ pin-project-lite-0.2.9 \ pin-utils-0.1.0 \ - pkcs1-0.4.1 \ - pkcs8-0.9.0 \ - pkg-config-0.3.26 \ + pkcs1-0.7.5 \ + pkcs8-0.10.2 \ + pkg-config-0.3.27 \ + platforms-3.0.2 \ polling-2.8.0 \ postage-0.5.0 \ ppv-lite86-0.2.17 \ proc-macro-crate-1.3.1 \ - proc-macro2-1.0.56 \ + proc-macro2-1.0.59 \ quick-error-1.2.3 \ - quote-1.0.26 \ + quote-1.0.28 \ rand-0.7.3 \ rand-0.8.5 \ rand_chacha-0.2.2 \ @@ -263,22 +264,22 @@ CARGO_CRATES= addr2line-0.19.0 \ redox_syscall-0.2.16 \ redox_syscall-0.3.5 \ redox_users-0.4.3 \ - regex-1.8.1 \ + regex-1.8.3 \ regex-automata-0.1.10 \ regex-syntax-0.6.29 \ - regex-syntax-0.7.1 \ + regex-syntax-0.7.2 \ retain_mut-0.1.9 \ ring-0.16.20 \ rlimit-0.9.1 \ rmp-0.8.11 \ rmp-serde-1.1.1 \ - rsa-0.8.2 \ + rsa-0.9.2 \ rusqlite-0.29.0 \ rustc-demangle-0.1.23 \ rustc_version-0.4.0 \ - rustix-0.36.13 \ - rustix-0.37.17 \ - rustls-0.20.8 \ + rustix-0.37.19 \ + rustls-0.21.1 \ + rustls-webpki-0.100.1 \ rustversion-1.0.12 \ ryu-1.0.13 \ safe_arch-0.6.0 \ @@ -286,28 +287,27 @@ CARGO_CRATES= addr2line-0.19.0 \ sanitize-filename-0.4.0 \ schannel-0.1.21 \ scopeguard-1.1.0 \ - scratch-1.0.5 \ sct-0.7.0 \ - secmem-proc-0.3.0 \ - security-framework-2.8.2 \ - security-framework-sys-2.8.0 \ + secmem-proc-0.3.1 \ + security-framework-2.9.1 \ + security-framework-sys-2.9.0 \ semver-1.0.17 \ - serde-1.0.160 \ - serde_derive-1.0.160 \ + serde-1.0.163 \ + serde_derive-1.0.163 \ serde_ignored-0.1.7 \ serde_json-1.0.96 \ serde_repr-0.1.12 \ - serde_spanned-0.6.1 \ - serde_test-1.0.160 \ - serde_with-2.3.3 \ - serde_with_macros-2.3.3 \ + serde_spanned-0.6.2 \ + serde_test-1.0.163 \ + serde_with-3.0.0 \ + serde_with_macros-3.0.0 \ serial_test-2.0.0 \ serial_test_derive-2.0.0 \ sha1-0.10.5 \ sha1-asm-0.5.1 \ sha2-0.9.9 \ sha2-0.10.6 \ - sha3-0.10.7 \ + sha3-0.10.8 \ sharded-slab-0.1.4 \ shellexpand-3.1.0 \ signal-hook-0.3.15 \ @@ -323,15 +323,15 @@ CARGO_CRATES= addr2line-0.19.0 \ smallvec-1.10.0 \ socket2-0.4.9 \ spin-0.5.2 \ - spki-0.6.0 \ + spki-0.7.2 \ static_assertions-1.1.0 \ statrs-0.16.0 \ strsim-0.10.0 \ strum-0.24.1 \ strum_macros-0.24.3 \ - subtle-2.4.1 \ + subtle-2.5.0 \ syn-1.0.109 \ - syn-2.0.15 \ + syn-2.0.18 \ tempfile-3.5.0 \ termcolor-1.2.0 \ test-cert-gen-0.9.0 \ @@ -339,9 +339,9 @@ CARGO_CRATES= addr2line-0.19.0 \ thiserror-1.0.40 \ thiserror-impl-1.0.40 \ thread_local-1.1.7 \ - time-0.3.20 \ - time-core-0.1.0 \ - time-macros-0.2.8 \ + time-0.3.21 \ + time-core-0.1.1 \ + time-macros-0.2.9 \ tinystr-0.7.1 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ @@ -349,19 +349,19 @@ CARGO_CRATES= addr2line-0.19.0 \ tls-api-native-tls-0.9.0 \ tls-api-openssl-0.9.0 \ tls-api-test-0.9.0 \ - tokio-1.28.0 \ + tokio-1.28.2 \ tokio-macros-2.1.0 \ tokio-socks-0.5.1 \ tokio-util-0.7.8 \ toml-0.5.11 \ - toml-0.7.3 \ - toml_datetime-0.6.1 \ - toml_edit-0.19.8 \ + toml-0.7.4 \ + toml_datetime-0.6.2 \ + toml_edit-0.19.10 \ tower-service-0.3.2 \ tracing-0.1.37 \ tracing-appender-0.2.2 \ tracing-attributes-0.1.24 \ - tracing-core-0.1.30 \ + tracing-core-0.1.31 \ tracing-journald-0.3.0 \ tracing-log-0.1.3 \ tracing-subscriber-0.3.17 \ @@ -374,15 +374,14 @@ CARGO_CRATES= addr2line-0.19.0 \ typetag-0.2.8 \ typetag-impl-0.2.8 \ unicode-bidi-0.3.13 \ - unicode-ident-1.0.8 \ + unicode-ident-1.0.9 \ unicode-normalization-0.1.22 \ - unicode-width-0.1.10 \ untrusted-0.6.2 \ untrusted-0.7.1 \ url-2.3.1 \ users-0.11.0 \ valuable-0.1.0 \ - value-bag-1.0.0-alpha.9 \ + value-bag-1.4.0 \ vcpkg-0.2.15 \ version_check-0.9.4 \ visibility-0.0.1 \ @@ -393,21 +392,20 @@ CARGO_CRATES= addr2line-0.19.0 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.84 \ - wasm-bindgen-backend-0.2.84 \ - wasm-bindgen-futures-0.4.34 \ - wasm-bindgen-macro-0.2.84 \ - wasm-bindgen-macro-support-0.2.84 \ - wasm-bindgen-shared-0.2.84 \ + wasm-bindgen-0.2.86 \ + wasm-bindgen-backend-0.2.86 \ + wasm-bindgen-futures-0.4.36 \ + wasm-bindgen-macro-0.2.86 \ + wasm-bindgen-macro-support-0.2.86 \ + wasm-bindgen-shared-0.2.86 \ weak-table-0.3.2 \ - web-sys-0.3.61 \ + web-sys-0.3.63 \ webpki-0.22.0 \ - wide-0.7.8 \ + wide-0.7.9 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-0.43.0 \ windows-0.48.0 \ windows-sys-0.42.0 \ windows-sys-0.45.0 \ @@ -428,12 +426,12 @@ CARGO_CRATES= addr2line-0.19.0 \ windows_x86_64_gnullvm-0.48.0 \ windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.48.0 \ - winnow-0.4.4 \ - x25519-dalek-2.0.0-pre.1 \ + winnow-0.4.6 \ + x25519-dalek-2.0.0-rc.2 \ x509-signature-0.5.0 \ xz2-0.1.7 \ zeroize-1.6.0 \ zeroize_derive-1.4.2 \ - zstd-0.11.2+zstd.1.5.2 \ - zstd-safe-5.0.2+zstd.1.5.2 \ + zstd-0.12.3+zstd.1.5.2 \ + zstd-safe-6.0.5+zstd.1.5.4 \ zstd-sys-2.0.8+zstd.1.5.5 diff --git a/security/arti/distinfo b/security/arti/distinfo index f2e5b6721375..f52b38277c7e 100644 --- a/security/arti/distinfo +++ b/security/arti/distinfo @@ -1,18 +1,20 @@ -TIMESTAMP = 1683126231 +TIMESTAMP = 1685649987 SHA256 (rust/crates/addr2line-0.19.0.crate) = a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97 SIZE (rust/crates/addr2line-0.19.0.crate) = 33210 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/aes-0.8.2.crate) = 433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241 SIZE (rust/crates/aes-0.8.2.crate) = 124158 -SHA256 (rust/crates/ahash-0.7.6.crate) = fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47 -SIZE (rust/crates/ahash-0.7.6.crate) = 38030 +SHA256 (rust/crates/ahash-0.8.3.crate) = 2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f +SIZE (rust/crates/ahash-0.8.3.crate) = 42416 SHA256 (rust/crates/aho-corasick-1.0.1.crate) = 67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04 SIZE (rust/crates/aho-corasick-1.0.1.crate) = 167320 +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.70.crate) = 7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4 -SIZE (rust/crates/anyhow-1.0.70.crate) = 43803 +SHA256 (rust/crates/anyhow-1.0.71.crate) = 9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8 +SIZE (rust/crates/anyhow-1.0.71.crate) = 43808 SHA256 (rust/crates/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6 SIZE (rust/crates/approx-0.5.1.crate) = 15100 SHA256 (rust/crates/arbitrary-1.3.0.crate) = e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e @@ -25,8 +27,8 @@ SHA256 (rust/crates/async-broadcast-0.5.1.crate) = 7c48ccdbf6ca6b121e0f586cbc0e7 SIZE (rust/crates/async-broadcast-0.5.1.crate) = 20134 SHA256 (rust/crates/async-channel-1.8.0.crate) = cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833 SIZE (rust/crates/async-channel-1.8.0.crate) = 13534 -SHA256 (rust/crates/async-compression-0.3.15.crate) = 942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a -SIZE (rust/crates/async-compression-0.3.15.crate) = 58241 +SHA256 (rust/crates/async-compression-0.4.0.crate) = 5b0122885821398cc923ece939e24d1056a2384ee719432397fa9db87230ff11 +SIZE (rust/crates/async-compression-0.4.0.crate) = 41890 SHA256 (rust/crates/async-ctrlc-1.2.0.crate) = 907279f6e91a51c8ec7cac24711e8308f21da7c10c7700ca2f7e125694ed2df1 SIZE (rust/crates/async-ctrlc-1.2.0.crate) = 12413 SHA256 (rust/crates/async-executor-1.5.1.crate) = 6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb @@ -41,8 +43,8 @@ SHA256 (rust/crates/async-native-tls-0.5.0.crate) = 9343dc5acf07e79ff82d0c37899f SIZE (rust/crates/async-native-tls-0.5.0.crate) = 24719 SHA256 (rust/crates/async-process-1.7.0.crate) = 7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9 SIZE (rust/crates/async-process-1.7.0.crate) = 22861 -SHA256 (rust/crates/async-rustls-0.3.0.crate) = 93b21a03b7c21702a0110f9f8d228763a533570deb376119042dabf33c37a01a -SIZE (rust/crates/async-rustls-0.3.0.crate) = 24406 +SHA256 (rust/crates/async-rustls-0.4.0.crate) = 29479d362e242e320fa8f5c831940a5b83c1679af014068196cd20d4bf497b6b +SIZE (rust/crates/async-rustls-0.4.0.crate) = 24817 SHA256 (rust/crates/async-std-1.12.0.crate) = 62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d SIZE (rust/crates/async-std-1.12.0.crate) = 215080 SHA256 (rust/crates/async-task-4.4.0.crate) = ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae @@ -53,8 +55,8 @@ SHA256 (rust/crates/async_executors-0.6.0.crate) = c0b2463773401e1f684136f9cdb95 SIZE (rust/crates/async_executors-0.6.0.crate) = 34932 SHA256 (rust/crates/asynchronous-codec-0.6.1.crate) = 06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182 SIZE (rust/crates/asynchronous-codec-0.6.1.crate) = 13664 -SHA256 (rust/crates/atomic-0.5.1.crate) = b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c -SIZE (rust/crates/atomic-0.5.1.crate) = 12817 +SHA256 (rust/crates/atomic-0.5.3.crate) = c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba +SIZE (rust/crates/atomic-0.5.3.crate) = 12801 SHA256 (rust/crates/atomic-waker-1.1.1.crate) = 1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3 SIZE (rust/crates/atomic-waker-1.1.1.crate) = 11551 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 @@ -65,12 +67,14 @@ SHA256 (rust/crates/backtrace-0.3.67.crate) = 233d376d6d185f2a3093e58f283f60f880 SIZE (rust/crates/backtrace-0.3.67.crate) = 78564 SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 SIZE (rust/crates/base64-0.13.1.crate) = 61002 +SHA256 (rust/crates/base64-0.21.2.crate) = 604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d +SIZE (rust/crates/base64-0.21.2.crate) = 76389 SHA256 (rust/crates/base64ct-1.6.0.crate) = 8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b SIZE (rust/crates/base64ct-1.6.0.crate) = 28870 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.2.1.crate) = 24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813 -SIZE (rust/crates/bitflags-2.2.1.crate) = 35798 +SHA256 (rust/crates/bitflags-2.3.1.crate) = 6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84 +SIZE (rust/crates/bitflags-2.3.1.crate) = 39565 SHA256 (rust/crates/blanket-0.2.0.crate) = 7b04ce3d2372d05d1ef4ea3fdf427da6ae3c17ca06d688a107b5344836276bc3 SIZE (rust/crates/blanket-0.2.0.crate) = 16600 SHA256 (rust/crates/block-buffer-0.9.0.crate) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 @@ -81,8 +85,8 @@ SHA256 (rust/crates/blocking-1.3.1.crate) = 77231a1c8f801696fc0123ec6150ce92cffb SIZE (rust/crates/blocking-1.3.1.crate) = 19040 SHA256 (rust/crates/bounded-vec-deque-0.1.1.crate) = 2225b558afc76c596898f5f1b3fc35cfce0eb1b13635cbd7d1b2a7177dc10ccd SIZE (rust/crates/bounded-vec-deque-0.1.1.crate) = 22869 -SHA256 (rust/crates/bumpalo-3.12.1.crate) = 9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8 -SIZE (rust/crates/bumpalo-3.12.1.crate) = 81653 +SHA256 (rust/crates/bumpalo-3.13.0.crate) = a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1 +SIZE (rust/crates/bumpalo-3.13.0.crate) = 82114 SHA256 (rust/crates/by_address-1.1.0.crate) = bf8dba2868114ed769a1f2590fc9ae5eb331175b44313b6c9b922f8f7ca813d0 SIZE (rust/crates/by_address-1.1.0.crate) = 8165 SHA256 (rust/crates/bytemuck-1.13.1.crate) = 17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea @@ -95,8 +99,8 @@ SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a SIZE (rust/crates/cc-1.0.79.crate) = 62624 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/chrono-0.4.24.crate) = 4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b -SIZE (rust/crates/chrono-0.4.24.crate) = 191330 +SHA256 (rust/crates/chrono-0.4.25.crate) = fdbc37d37da9e5bce8173f3a41b71d9bf3c674deebbaceacd0ebdabde76efb03 +SIZE (rust/crates/chrono-0.4.25.crate) = 199868 SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad SIZE (rust/crates/cipher-0.4.4.crate) = 19073 SHA256 (rust/crates/clap-3.2.25.crate) = 4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123 @@ -105,8 +109,6 @@ SHA256 (rust/crates/clap_lex-0.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27 SIZE (rust/crates/clap_lex-0.2.4.crate) = 9652 SHA256 (rust/crates/coarsetime-0.1.23.crate) = a90d114103adbc625300f346d4d09dfb4ab1c4a8df6868435dd903392ecf4354 SIZE (rust/crates/coarsetime-0.1.23.crate) = 8953 -SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e -SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 SHA256 (rust/crates/concurrent-queue-2.2.0.crate) = 62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c SIZE (rust/crates/concurrent-queue-2.2.0.crate) = 19971 SHA256 (rust/crates/config-0.13.3.crate) = d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7 @@ -131,42 +133,32 @@ SHA256 (rust/crates/crossbeam-utils-0.8.15.crate) = 3c063cd8cc95f5c377ed0d4b49a4 SIZE (rust/crates/crossbeam-utils-0.8.15.crate) = 42326 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 -SHA256 (rust/crates/ctor-0.1.26.crate) = 6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096 -SIZE (rust/crates/ctor-0.1.26.crate) = 10803 -SHA256 (rust/crates/ctor-0.2.0.crate) = dd4056f63fce3b82d852c3da92b08ea59959890813a7f4ce9c0ff85b10cf301b -SIZE (rust/crates/ctor-0.2.0.crate) = 10815 SHA256 (rust/crates/ctr-0.9.2.crate) = 0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835 SIZE (rust/crates/ctr-0.9.2.crate) = 18344 -SHA256 (rust/crates/ctrlc-3.2.5.crate) = bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639 -SIZE (rust/crates/ctrlc-3.2.5.crate) = 13282 +SHA256 (rust/crates/ctrlc-3.3.1.crate) = 7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2 +SIZE (rust/crates/ctrlc-3.3.1.crate) = 13841 SHA256 (rust/crates/curve25519-dalek-3.2.0.crate) = 0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61 SIZE (rust/crates/curve25519-dalek-3.2.0.crate) = 517530 -SHA256 (rust/crates/cxx-1.0.94.crate) = f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93 -SIZE (rust/crates/cxx-1.0.94.crate) = 196058 -SHA256 (rust/crates/cxx-build-1.0.94.crate) = 12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b -SIZE (rust/crates/cxx-build-1.0.94.crate) = 84842 -SHA256 (rust/crates/cxxbridge-flags-1.0.94.crate) = 7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb -SIZE (rust/crates/cxxbridge-flags-1.0.94.crate) = 5253 -SHA256 (rust/crates/cxxbridge-macro-1.0.94.crate) = 2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5 -SIZE (rust/crates/cxxbridge-macro-1.0.94.crate) = 59873 +SHA256 (rust/crates/curve25519-dalek-4.0.0-rc.2.crate) = 03d928d978dbec61a1167414f5ec534f24bea0d7a0d24dd9b6233d3d8223e585 +SIZE (rust/crates/curve25519-dalek-4.0.0-rc.2.crate) = 521275 SHA256 (rust/crates/darling-0.14.4.crate) = 7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850 SIZE (rust/crates/darling-0.14.4.crate) = 25168 -SHA256 (rust/crates/darling-0.20.0.crate) = e7c99d16b88c92aef47e58dadd53e87b4bd234c29934947a6cec8b466300f99b -SIZE (rust/crates/darling-0.20.0.crate) = 25779 +SHA256 (rust/crates/darling-0.20.1.crate) = 0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944 +SIZE (rust/crates/darling-0.20.1.crate) = 25792 SHA256 (rust/crates/darling_core-0.14.4.crate) = 109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0 SIZE (rust/crates/darling_core-0.14.4.crate) = 57485 -SHA256 (rust/crates/darling_core-0.20.0.crate) = 2ea05d2fcb27b53f7a98faddaf5f2914760330ab7703adfc9df13332b42189f9 -SIZE (rust/crates/darling_core-0.20.0.crate) = 59014 +SHA256 (rust/crates/darling_core-0.20.1.crate) = ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb +SIZE (rust/crates/darling_core-0.20.1.crate) = 59009 SHA256 (rust/crates/darling_macro-0.14.4.crate) = a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e SIZE (rust/crates/darling_macro-0.14.4.crate) = 1896 -SHA256 (rust/crates/darling_macro-0.20.0.crate) = 7bfb82b62b1b8a2a9808fb4caf844ede819a76cfc23b2827d7f94eefb49551eb -SIZE (rust/crates/darling_macro-0.20.0.crate) = 1856 +SHA256 (rust/crates/darling_macro-0.20.1.crate) = 29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a +SIZE (rust/crates/darling_macro-0.20.1.crate) = 1855 SHA256 (rust/crates/dashmap-5.4.0.crate) = 907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc SIZE (rust/crates/dashmap-5.4.0.crate) = 22862 -SHA256 (rust/crates/data-encoding-2.3.3.crate) = 23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb -SIZE (rust/crates/data-encoding-2.3.3.crate) = 19117 -SHA256 (rust/crates/der-0.6.1.crate) = f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de -SIZE (rust/crates/der-0.6.1.crate) = 74205 +SHA256 (rust/crates/data-encoding-2.4.0.crate) = c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308 +SIZE (rust/crates/data-encoding-2.4.0.crate) = 19165 +SHA256 (rust/crates/der-0.7.6.crate) = 56acb310e15652100da43d130af8d97b509e95af61aab1c5a7939ef24337ee17 +SIZE (rust/crates/der-0.7.6.crate) = 83585 SHA256 (rust/crates/derive_arbitrary-1.3.0.crate) = f3cdeb9ec472d588e539a818b2dee436825730da08ad0017c4b1a17676bdc8b7 SIZE (rust/crates/derive_arbitrary-1.3.0.crate) = 10643 SHA256 (rust/crates/derive_builder_core_fork_arti-0.11.2.crate) = 24c1b715c79be6328caa9a5e1a387a196ea503740f0722ec3dd8f67a9e72314d @@ -179,16 +171,16 @@ SHA256 (rust/crates/derive_more-0.99.17.crate) = 4fb810d30a7c1953f91334de7244731 SIZE (rust/crates/derive_more-0.99.17.crate) = 55771 SHA256 (rust/crates/digest-0.9.0.crate) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 SIZE (rust/crates/digest-0.9.0.crate) = 13247 -SHA256 (rust/crates/digest-0.10.6.crate) = 8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f -SIZE (rust/crates/digest-0.10.6.crate) = 19527 -SHA256 (rust/crates/directories-5.0.0.crate) = 74be3be809c18e089de43bdc504652bb2bc473fca8756131f8689db8cf079ba9 -SIZE (rust/crates/directories-5.0.0.crate) = 16391 -SHA256 (rust/crates/dirs-5.0.0.crate) = dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd -SIZE (rust/crates/dirs-5.0.0.crate) = 12235 -SHA256 (rust/crates/dirs-sys-0.4.0.crate) = 04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b -SIZE (rust/crates/dirs-sys-0.4.0.crate) = 10509 -SHA256 (rust/crates/displaydoc-0.2.3.crate) = 3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886 -SIZE (rust/crates/displaydoc-0.2.3.crate) = 17060 +SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 +SIZE (rust/crates/digest-0.10.7.crate) = 19557 +SHA256 (rust/crates/directories-5.0.1.crate) = 9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35 +SIZE (rust/crates/directories-5.0.1.crate) = 15833 +SHA256 (rust/crates/dirs-5.0.1.crate) = 44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225 +SIZE (rust/crates/dirs-5.0.1.crate) = 12255 +SHA256 (rust/crates/dirs-sys-0.4.1.crate) = 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c +SIZE (rust/crates/dirs-sys-0.4.1.crate) = 10719 +SHA256 (rust/crates/displaydoc-0.2.4.crate) = 487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d +SIZE (rust/crates/displaydoc-0.2.4.crate) = 23200 SHA256 (rust/crates/downcast-rs-1.2.0.crate) = 9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650 SIZE (rust/crates/downcast-rs-1.2.0.crate) = 11670 SHA256 (rust/crates/dyn-clone-1.0.11.crate) = 68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30 @@ -203,8 +195,8 @@ SHA256 (rust/crates/either-1.8.1.crate) = 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715 SIZE (rust/crates/either-1.8.1.crate) = 16027 SHA256 (rust/crates/enum-as-inner-0.5.1.crate) = c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116 SIZE (rust/crates/enum-as-inner-0.5.1.crate) = 11707 -SHA256 (rust/crates/enum-ordinalize-3.1.12.crate) = a62bb1df8b45ecb7ffa78dca1c17a438fb193eb083db0b1b494d2a61bcb5096a -SIZE (rust/crates/enum-ordinalize-3.1.12.crate) = 5929 +SHA256 (rust/crates/enum-ordinalize-3.1.13.crate) = e4f76552f53cefc9a7f64987c3701b99d982f7690606fd67de1d09712fbf52f1 +SIZE (rust/crates/enum-ordinalize-3.1.13.crate) = 5741 SHA256 (rust/crates/env_logger-0.5.13.crate) = 15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38 SIZE (rust/crates/env_logger-0.5.13.crate) = 25275 SHA256 (rust/crates/erased-serde-0.3.25.crate) = 4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569 @@ -221,6 +213,8 @@ SHA256 (rust/crates/fallible-streaming-iterator-0.1.9.crate) = 7360491ce676a36bf SIZE (rust/crates/fallible-streaming-iterator-0.1.9.crate) = 9249 SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 +SHA256 (rust/crates/fiat-crypto-0.1.20.crate) = e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77 +SIZE (rust/crates/fiat-crypto-0.1.20.crate) = 475267 SHA256 (rust/crates/filetime-0.2.21.crate) = 5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153 SIZE (rust/crates/filetime-0.2.21.crate) = 15026 SHA256 (rust/crates/flate2-1.0.26.crate) = 3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743 @@ -267,6 +261,8 @@ SHA256 (rust/crates/futures-task-0.3.28.crate) = 76d3d132be6c0e6aa1534069c705a74 SIZE (rust/crates/futures-task-0.3.28.crate) = 11848 SHA256 (rust/crates/futures-util-0.3.28.crate) = 26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533 SIZE (rust/crates/futures-util-0.3.28.crate) = 158510 +SHA256 (rust/crates/generational-arena-0.2.9.crate) = 877e94aff08e743b651baaea359664321055749b398adff8740a7399af7796e7 +SIZE (rust/crates/generational-arena-0.2.9.crate) = 21409 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.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce @@ -281,8 +277,10 @@ SHA256 (rust/crates/gloo-timers-0.2.6.crate) = 9b995a66bb87bebce9a0f4a95aed01dac SIZE (rust/crates/gloo-timers-0.2.6.crate) = 5516 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 -SHA256 (rust/crates/hashlink-0.8.1.crate) = 69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa -SIZE (rust/crates/hashlink-0.8.1.crate) = 26404 +SHA256 (rust/crates/hashbrown-0.13.2.crate) = 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e +SIZE (rust/crates/hashbrown-0.13.2.crate) = 105265 +SHA256 (rust/crates/hashlink-0.8.2.crate) = 0761a1b9491c4f2e3d66aa0f62d0fba0af9a0e2852e4d48ea506632a4b56e6aa +SIZE (rust/crates/hashlink-0.8.2.crate) = 26428 SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 SIZE (rust/crates/heck-0.4.1.crate) = 11567 SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33 @@ -319,8 +317,8 @@ SHA256 (rust/crates/hyper-0.14.26.crate) = ab302d72a6f11a3b910431ff93aae7e773078 SIZE (rust/crates/hyper-0.14.26.crate) = 195570 SHA256 (rust/crates/iana-time-zone-0.1.56.crate) = 0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c SIZE (rust/crates/iana-time-zone-0.1.56.crate) = 19517 -SHA256 (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca -SIZE (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 7200 +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/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 SHA256 (rust/crates/idna-0.2.3.crate) = 418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8 @@ -337,10 +335,10 @@ SHA256 (rust/crates/inout-0.1.3.crate) = a0c10553d664a4d0bcff9f4215d0aac67a639cc SIZE (rust/crates/inout-0.1.3.crate) = 10743 SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c SIZE (rust/crates/instant-0.1.12.crate) = 6128 -SHA256 (rust/crates/inventory-0.3.5.crate) = 7741301a6d6a9b28ce77c0fb77a4eb116b6bc8f3bef09923f7743d059c4157d3 -SIZE (rust/crates/inventory-0.3.5.crate) = 13060 -SHA256 (rust/crates/io-lifetimes-1.0.10.crate) = 9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220 -SIZE (rust/crates/io-lifetimes-1.0.10.crate) = 37294 +SHA256 (rust/crates/inventory-0.3.6.crate) = e0539b5de9241582ce6bd6b0ba7399313560151e58c9aaf8b74b711b1bdce644 +SIZE (rust/crates/inventory-0.3.6.crate) = 13758 +SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 +SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346 SHA256 (rust/crates/ipnet-2.7.2.crate) = 12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f SIZE (rust/crates/ipnet-2.7.2.crate) = 27044 SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 @@ -349,10 +347,10 @@ SHA256 (rust/crates/itoa-1.0.6.crate) = 453ad9f582a441959e5f0d088b02ce04cfe8d51a SIZE (rust/crates/itoa-1.0.6.crate) = 10410 SHA256 (rust/crates/jobserver-0.1.26.crate) = 936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2 SIZE (rust/crates/jobserver-0.1.26.crate) = 22645 -SHA256 (rust/crates/js-sys-0.3.61.crate) = 445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730 -SIZE (rust/crates/js-sys-0.3.61.crate) = 80158 -SHA256 (rust/crates/keccak-0.1.3.crate) = 3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768 -SIZE (rust/crates/keccak-0.1.3.crate) = 15143 +SHA256 (rust/crates/js-sys-0.3.63.crate) = 2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790 +SIZE (rust/crates/js-sys-0.3.63.crate) = 80154 +SHA256 (rust/crates/keccak-0.1.4.crate) = 8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940 +SIZE (rust/crates/keccak-0.1.4.crate) = 13049 SHA256 (rust/crates/kqueue-1.0.7.crate) = 2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98 SIZE (rust/crates/kqueue-1.0.7.crate) = 12554 SHA256 (rust/crates/kqueue-sys-1.0.3.crate) = 8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587 @@ -361,34 +359,32 @@ SHA256 (rust/crates/kv-log-macro-1.0.7.crate) = 0de8b303297635ad57c9f5059fd9cee7 SIZE (rust/crates/kv-log-macro-1.0.7.crate) = 16842 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.142.crate) = 6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317 -SIZE (rust/crates/libc-0.2.142.crate) = 679343 -SHA256 (rust/crates/libm-0.2.6.crate) = 348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb -SIZE (rust/crates/libm-0.2.6.crate) = 113690 +SHA256 (rust/crates/libc-0.2.144.crate) = 2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1 +SIZE (rust/crates/libc-0.2.144.crate) = 682092 +SHA256 (rust/crates/libm-0.1.4.crate) = 7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a +SIZE (rust/crates/libm-0.1.4.crate) = 110593 +SHA256 (rust/crates/libm-0.2.7.crate) = f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4 +SIZE (rust/crates/libm-0.2.7.crate) = 115688 SHA256 (rust/crates/libsqlite3-sys-0.26.0.crate) = afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326 SIZE (rust/crates/libsqlite3-sys-0.26.0.crate) = 4840390 -SHA256 (rust/crates/link-cplusplus-1.0.8.crate) = ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5 -SIZE (rust/crates/link-cplusplus-1.0.8.crate) = 7674 -SHA256 (rust/crates/linux-raw-sys-0.1.4.crate) = f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4 -SIZE (rust/crates/linux-raw-sys-0.1.4.crate) = 878981 -SHA256 (rust/crates/linux-raw-sys-0.3.6.crate) = b64f40e5e03e0d54f03845c8197d0291253cdbedfb1cb46b13c2c117554a9f4c -SIZE (rust/crates/linux-raw-sys-0.3.6.crate) = 1012537 +SHA256 (rust/crates/linux-raw-sys-0.3.8.crate) = ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519 +SIZE (rust/crates/linux-raw-sys-0.3.8.crate) = 1013776 SHA256 (rust/crates/lock_api-0.4.9.crate) = 435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df SIZE (rust/crates/lock_api-0.4.9.crate) = 25685 -SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e -SIZE (rust/crates/log-0.4.17.crate) = 38028 +SHA256 (rust/crates/log-0.4.18.crate) = 518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de +SIZE (rust/crates/log-0.4.18.crate) = 38339 SHA256 (rust/crates/lzma-sys-0.1.20.crate) = 5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27 SIZE (rust/crates/lzma-sys-0.1.20.crate) = 760045 SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 SIZE (rust/crates/matchers-0.1.0.crate) = 6948 SHA256 (rust/crates/matches-0.1.10.crate) = 2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5 SIZE (rust/crates/matches-0.1.10.crate) = 2592 -SHA256 (rust/crates/matrixmultiply-0.3.4.crate) = 432b44fed6d9ed750739e7b719f0325555e6209d15e5ec3fd9e8a0a5509fdaf8 -SIZE (rust/crates/matrixmultiply-0.3.4.crate) = 54390 +SHA256 (rust/crates/matrixmultiply-0.3.7.crate) = 090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77 +SIZE (rust/crates/matrixmultiply-0.3.7.crate) = 57046 SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d SIZE (rust/crates/memchr-2.5.0.crate) = 65812 -SHA256 (rust/crates/memmap2-0.5.10.crate) = 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 -SIZE (rust/crates/memmap2-0.5.10.crate) = 26847 +SHA256 (rust/crates/memmap2-0.6.2.crate) = 6d28bba84adfe6646737845bc5ebbfa2c08424eb1c37e94a1fd2a82adb56a872 +SIZE (rust/crates/memmap2-0.6.2.crate) = 27221 SHA256 (rust/crates/merlin-2.0.1.crate) = 4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42 SIZE (rust/crates/merlin-2.0.1.crate) = 10943 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a @@ -397,8 +393,8 @@ SHA256 (rust/crates/miniz_oxide-0.6.2.crate) = b275950c28b37e794e8c55d88aeb5e139 SIZE (rust/crates/miniz_oxide-0.6.2.crate) = 54536 SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194 -SHA256 (rust/crates/mio-0.8.6.crate) = 5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9 -SIZE (rust/crates/mio-0.8.6.crate) = 93658 +SHA256 (rust/crates/mio-0.8.7.crate) = eebffdb73fe72e917997fad08bdbf31ac50b0fa91cec93e69a0662e4264d454c +SIZE (rust/crates/mio-0.8.7.crate) = 94212 SHA256 (rust/crates/nalgebra-0.29.0.crate) = d506eb7e08d6329505faa8a3a00a5dcc6de9f76e0c77e4b75763ae3c770831ff SIZE (rust/crates/nalgebra-0.29.0.crate) = 344585 SHA256 (rust/crates/nalgebra-macros-0.1.0.crate) = 01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218 @@ -409,8 +405,8 @@ SHA256 (rust/crates/nix-0.26.2.crate) = bfdda3d196821d6af13126e40375cdf7da646a96 SIZE (rust/crates/nix-0.26.2.crate) = 277973 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 -SHA256 (rust/crates/notify-5.1.0.crate) = 58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9 -SIZE (rust/crates/notify-5.1.0.crate) = 37269 +SHA256 (rust/crates/notify-6.0.0.crate) = 4d9ba6c734de18ca27c8cef5cd7058aa4ac9f63596131e4c7e41e579319032a2 +SIZE (rust/crates/notify-6.0.0.crate) = 36490 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/num-bigint-0.4.3.crate) = f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f @@ -435,24 +431,28 @@ SHA256 (rust/crates/num_enum_derive-0.6.1.crate) = 96667db765a921f7b295ffee8b604 SIZE (rust/crates/num_enum_derive-0.6.1.crate) = 15403 SHA256 (rust/crates/object-0.30.3.crate) = ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439 SIZE (rust/crates/object-0.30.3.crate) = 258901 -SHA256 (rust/crates/once_cell-1.17.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3 -SIZE (rust/crates/once_cell-1.17.1.crate) = 32856 +SHA256 (rust/crates/once_cell-1.17.2.crate) = 9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b +SIZE (rust/crates/once_cell-1.17.2.crate) = 33335 SHA256 (rust/crates/opaque-debug-0.3.0.crate) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 SIZE (rust/crates/opaque-debug-0.3.0.crate) = 5767 -SHA256 (rust/crates/openssl-0.10.52.crate) = 01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56 -SIZE (rust/crates/openssl-0.10.52.crate) = 257165 +SHA256 (rust/crates/openssl-0.10.53.crate) = 12df40a956736488b7b44fe79fe12d4f245bb5b3f5a1f6095e499760015be392 +SIZE (rust/crates/openssl-0.10.53.crate) = 258222 SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 SHA256 (rust/crates/openssl-src-111.25.3+1.1.1t.crate) = 924757a6a226bf60da5f7dd0311a34d2b52283dd82ddeb103208ddc66362f80c SIZE (rust/crates/openssl-src-111.25.3+1.1.1t.crate) = 5112603 -SHA256 (rust/crates/openssl-sys-0.9.87.crate) = 8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e -SIZE (rust/crates/openssl-sys-0.9.87.crate) = 65702 +SHA256 (rust/crates/openssl-sys-0.9.88.crate) = c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617 +SIZE (rust/crates/openssl-sys-0.9.88.crate) = 66011 +SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d +SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 SHA256 (rust/crates/os_str_bytes-6.5.0.crate) = ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267 SIZE (rust/crates/os_str_bytes-6.5.0.crate) = 23166 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 +SHA256 (rust/crates/packed_simd_2-0.3.8.crate) = a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282 +SIZE (rust/crates/packed_simd_2-0.3.8.crate) = 97388 SHA256 (rust/crates/parking-2.1.0.crate) = 14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e SIZE (rust/crates/parking-2.1.0.crate) = 9491 SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f @@ -465,8 +465,8 @@ SHA256 (rust/crates/pathdiff-0.2.1.crate) = 8835116a5c179084a830efb3adc117ab0075 SIZE (rust/crates/pathdiff-0.2.1.crate) = 7142 SHA256 (rust/crates/pem-0.8.3.crate) = fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb SIZE (rust/crates/pem-0.8.3.crate) = 9395 -SHA256 (rust/crates/pem-rfc7468-0.6.0.crate) = 24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac -SIZE (rust/crates/pem-rfc7468-0.6.0.crate) = 24148 +SHA256 (rust/crates/pem-rfc7468-0.7.0.crate) = 88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412 +SIZE (rust/crates/pem-rfc7468-0.7.0.crate) = 24159 SHA256 (rust/crates/percent-encoding-2.2.0.crate) = 478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e SIZE (rust/crates/percent-encoding-2.2.0.crate) = 10075 SHA256 (rust/crates/phf-0.11.1.crate) = 928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c @@ -477,20 +477,22 @@ SHA256 (rust/crates/phf_macros-0.11.1.crate) = 92aacdc5f16768709a569e913f7451034 SIZE (rust/crates/phf_macros-0.11.1.crate) = 4693 SHA256 (rust/crates/phf_shared-0.11.1.crate) = e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676 SIZE (rust/crates/phf_shared-0.11.1.crate) = 10320 -SHA256 (rust/crates/pin-project-1.0.12.crate) = ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc -SIZE (rust/crates/pin-project-1.0.12.crate) = 56972 -SHA256 (rust/crates/pin-project-internal-1.0.12.crate) = 069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55 -SIZE (rust/crates/pin-project-internal-1.0.12.crate) = 27956 +SHA256 (rust/crates/pin-project-1.1.0.crate) = c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead +SIZE (rust/crates/pin-project-1.1.0.crate) = 57895 +SHA256 (rust/crates/pin-project-internal-1.1.0.crate) = 39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07 +SIZE (rust/crates/pin-project-internal-1.1.0.crate) = 27855 SHA256 (rust/crates/pin-project-lite-0.2.9.crate) = e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116 SIZE (rust/crates/pin-project-lite-0.2.9.crate) = 27713 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 -SHA256 (rust/crates/pkcs1-0.4.1.crate) = eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719 -SIZE (rust/crates/pkcs1-0.4.1.crate) = 34632 -SHA256 (rust/crates/pkcs8-0.9.0.crate) = 9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba -SIZE (rust/crates/pkcs8-0.9.0.crate) = 26214 -SHA256 (rust/crates/pkg-config-0.3.26.crate) = 6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160 -SIZE (rust/crates/pkg-config-0.3.26.crate) = 18662 +SHA256 (rust/crates/pkcs1-0.7.5.crate) = c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f +SIZE (rust/crates/pkcs1-0.7.5.crate) = 35790 +SHA256 (rust/crates/pkcs8-0.10.2.crate) = f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7 +SIZE (rust/crates/pkcs8-0.10.2.crate) = 26360 +SHA256 (rust/crates/pkg-config-0.3.27.crate) = 26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964 +SIZE (rust/crates/pkg-config-0.3.27.crate) = 18838 +SHA256 (rust/crates/platforms-3.0.2.crate) = e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630 +SIZE (rust/crates/platforms-3.0.2.crate) = 27905 SHA256 (rust/crates/polling-2.8.0.crate) = 4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce SIZE (rust/crates/polling-2.8.0.crate) = 43554 SHA256 (rust/crates/postage-0.5.0.crate) = af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1 @@ -499,12 +501,12 @@ SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad26 SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 SHA256 (rust/crates/proc-macro-crate-1.3.1.crate) = 7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919 SIZE (rust/crates/proc-macro-crate-1.3.1.crate) = 9678 -SHA256 (rust/crates/proc-macro2-1.0.56.crate) = 2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435 -SIZE (rust/crates/proc-macro2-1.0.56.crate) = 44454 +SHA256 (rust/crates/proc-macro2-1.0.59.crate) = 6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b +SIZE (rust/crates/proc-macro2-1.0.59.crate) = 44360 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.26.crate) = 4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc -SIZE (rust/crates/quote-1.0.26.crate) = 28397 +SHA256 (rust/crates/quote-1.0.28.crate) = 1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488 +SIZE (rust/crates/quote-1.0.28.crate) = 28382 SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.crate) = 112246 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 @@ -529,14 +531,14 @@ SHA256 (rust/crates/redox_syscall-0.3.5.crate) = 567664f262709473930a4bf9e51bf2e SIZE (rust/crates/redox_syscall-0.3.5.crate) = 23404 SHA256 (rust/crates/redox_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b SIZE (rust/crates/redox_users-0.4.3.crate) = 15353 -SHA256 (rust/crates/regex-1.8.1.crate) = af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370 -SIZE (rust/crates/regex-1.8.1.crate) = 248412 +SHA256 (rust/crates/regex-1.8.3.crate) = 81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390 +SIZE (rust/crates/regex-1.8.3.crate) = 249112 SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 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.7.1.crate) = a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c -SIZE (rust/crates/regex-syntax-0.7.1.crate) = 339705 +SHA256 (rust/crates/regex-syntax-0.7.2.crate) = 436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78 +SIZE (rust/crates/regex-syntax-0.7.2.crate) = 339778 SHA256 (rust/crates/retain_mut-0.1.9.crate) = 4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0 SIZE (rust/crates/retain_mut-0.1.9.crate) = 4058 SHA256 (rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc @@ -547,20 +549,20 @@ SHA256 (rust/crates/rmp-0.8.11.crate) = 44519172358fd6d58656c86ab8e7fbc9e1490c3e SIZE (rust/crates/rmp-0.8.11.crate) = 28829 SHA256 (rust/crates/rmp-serde-1.1.1.crate) = c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e SIZE (rust/crates/rmp-serde-1.1.1.crate) = 30360 -SHA256 (rust/crates/rsa-0.8.2.crate) = 55a77d189da1fee555ad95b7e50e7457d91c0e089ec68ca69ad2989413bbdab4 -SIZE (rust/crates/rsa-0.8.2.crate) = 67393 +SHA256 (rust/crates/rsa-0.9.2.crate) = 6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8 +SIZE (rust/crates/rsa-0.9.2.crate) = 72758 SHA256 (rust/crates/rusqlite-0.29.0.crate) = 549b9d036d571d42e6e85d1c1425e2ac83491075078ca9a15be021c56b1641f2 SIZE (rust/crates/rusqlite-0.29.0.crate) = 137156 SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 -SHA256 (rust/crates/rustix-0.36.13.crate) = 3a38f9520be93aba504e8ca974197f46158de5dcaa9fa04b57c57cd6a679d658 -SIZE (rust/crates/rustix-0.36.13.crate) = 294604 -SHA256 (rust/crates/rustix-0.37.17.crate) = bc809f704c03a812ac71f22456c857be34185cac691a4316f27ab0f633bb9009 -SIZE (rust/crates/rustix-0.37.17.crate) = 323051 -SHA256 (rust/crates/rustls-0.20.8.crate) = fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f -SIZE (rust/crates/rustls-0.20.8.crate) = 270142 +SHA256 (rust/crates/rustix-0.37.19.crate) = acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d +SIZE (rust/crates/rustix-0.37.19.crate) = 323809 +SHA256 (rust/crates/rustls-0.21.1.crate) = c911ba11bc8433e811ce56fde130ccf32f5127cab0e0194e9c68c5a5b671791e +SIZE (rust/crates/rustls-0.21.1.crate) = 275001 +SHA256 (rust/crates/rustls-webpki-0.100.1.crate) = d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b +SIZE (rust/crates/rustls-webpki-0.100.1.crate) = 70719 SHA256 (rust/crates/rustversion-1.0.12.crate) = 4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06 SIZE (rust/crates/rustversion-1.0.12.crate) = 17278 SHA256 (rust/crates/ryu-1.0.13.crate) = f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041 @@ -575,36 +577,34 @@ SHA256 (rust/crates/schannel-0.1.21.crate) = 713cfb06c7059f3588fb8044c0fad1d09e3 SIZE (rust/crates/schannel-0.1.21.crate) = 41719 SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 -SHA256 (rust/crates/scratch-1.0.5.crate) = 1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1 -SIZE (rust/crates/scratch-1.0.5.crate) = 8013 SHA256 (rust/crates/sct-0.7.0.crate) = d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4 SIZE (rust/crates/sct-0.7.0.crate) = 27502 -SHA256 (rust/crates/secmem-proc-0.3.0.crate) = e1da19961cf7993af1accc104121777a15cb97e666dbc7727673ca82c9436cda -SIZE (rust/crates/secmem-proc-0.3.0.crate) = 30292 -SHA256 (rust/crates/security-framework-2.8.2.crate) = a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254 -SIZE (rust/crates/security-framework-2.8.2.crate) = 77045 -SHA256 (rust/crates/security-framework-sys-2.8.0.crate) = 31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4 -SIZE (rust/crates/security-framework-sys-2.8.0.crate) = 17911 +SHA256 (rust/crates/secmem-proc-0.3.1.crate) = d7e12533a4a14123e586ddc3e5acb70f0b0ed722f455855eec263c066f9101f8 +SIZE (rust/crates/secmem-proc-0.3.1.crate) = 30363 +SHA256 (rust/crates/security-framework-2.9.1.crate) = 1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8 +SIZE (rust/crates/security-framework-2.9.1.crate) = 78844 +SHA256 (rust/crates/security-framework-sys-2.9.0.crate) = f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7 +SIZE (rust/crates/security-framework-sys-2.9.0.crate) = 18197 SHA256 (rust/crates/semver-1.0.17.crate) = bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed SIZE (rust/crates/semver-1.0.17.crate) = 29685 -SHA256 (rust/crates/serde-1.0.160.crate) = bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c -SIZE (rust/crates/serde-1.0.160.crate) = 77010 -SHA256 (rust/crates/serde_derive-1.0.160.crate) = 291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df -SIZE (rust/crates/serde_derive-1.0.160.crate) = 55081 +SHA256 (rust/crates/serde-1.0.163.crate) = 2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2 +SIZE (rust/crates/serde-1.0.163.crate) = 77030 +SHA256 (rust/crates/serde_derive-1.0.163.crate) = 8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e +SIZE (rust/crates/serde_derive-1.0.163.crate) = 54447 SHA256 (rust/crates/serde_ignored-0.1.7.crate) = 94eb4a4087ba8bdf14a9208ac44fddbf55c01a6195f7edfc511ddaff6cae45a6 SIZE (rust/crates/serde_ignored-0.1.7.crate) = 11570 SHA256 (rust/crates/serde_json-1.0.96.crate) = 057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1 SIZE (rust/crates/serde_json-1.0.96.crate) = 144652 SHA256 (rust/crates/serde_repr-0.1.12.crate) = bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab SIZE (rust/crates/serde_repr-0.1.12.crate) = 9549 -SHA256 (rust/crates/serde_spanned-0.6.1.crate) = 0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4 -SIZE (rust/crates/serde_spanned-0.6.1.crate) = 7828 -SHA256 (rust/crates/serde_test-1.0.160.crate) = 3c95a500e3923258f7fc3a16bf29934e403aef5ca1096e184d85e3b1926675e8 -SIZE (rust/crates/serde_test-1.0.160.crate) = 19533 -SHA256 (rust/crates/serde_with-2.3.3.crate) = 07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe -SIZE (rust/crates/serde_with-2.3.3.crate) = 123415 -SHA256 (rust/crates/serde_with_macros-2.3.3.crate) = 881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f -SIZE (rust/crates/serde_with_macros-2.3.3.crate) = 28198 +SHA256 (rust/crates/serde_spanned-0.6.2.crate) = 93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d +SIZE (rust/crates/serde_spanned-0.6.2.crate) = 7749 +SHA256 (rust/crates/serde_test-1.0.163.crate) = 100168a8017b89fd4bcbeb8d857d95a8cfcbde829a7147c09cc82d3ab8d8cb41 +SIZE (rust/crates/serde_test-1.0.163.crate) = 19583 +SHA256 (rust/crates/serde_with-3.0.0.crate) = 9f02d8aa6e3c385bf084924f660ce2a3a6bd333ba55b35e8590b321f35d88513 +SIZE (rust/crates/serde_with-3.0.0.crate) = 123778 +SHA256 (rust/crates/serde_with_macros-3.0.0.crate) = edc7d5d3932fb12ce722ee5e64dd38c504efba37567f0c402f6ca728c3b8b070 +SIZE (rust/crates/serde_with_macros-3.0.0.crate) = 28221 SHA256 (rust/crates/serial_test-2.0.0.crate) = 0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d SIZE (rust/crates/serial_test-2.0.0.crate) = 7946 SHA256 (rust/crates/serial_test_derive-2.0.0.crate) = 91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f @@ -617,8 +617,8 @@ SHA256 (rust/crates/sha2-0.9.9.crate) = 4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3 SIZE (rust/crates/sha2-0.9.9.crate) = 22247 SHA256 (rust/crates/sha2-0.10.6.crate) = 82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0 SIZE (rust/crates/sha2-0.10.6.crate) = 20558 -SHA256 (rust/crates/sha3-0.10.7.crate) = 54c2bb1a323307527314a36bfb73f24febb08ce2b8a554bf4ffd6f51ad15198c -SIZE (rust/crates/sha3-0.10.7.crate) = 858176 +SHA256 (rust/crates/sha3-0.10.8.crate) = 75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60 +SIZE (rust/crates/sha3-0.10.8.crate) = 858216 SHA256 (rust/crates/sharded-slab-0.1.4.crate) = 900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31 SIZE (rust/crates/sharded-slab-0.1.4.crate) = 52479 SHA256 (rust/crates/shellexpand-3.1.0.crate) = da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b @@ -649,8 +649,8 @@ SHA256 (rust/crates/socket2-0.4.9.crate) = 64a4a911eed85daf18834cfaa86a79b7d266f SIZE (rust/crates/socket2-0.4.9.crate) = 45421 SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d SIZE (rust/crates/spin-0.5.2.crate) = 12004 -SHA256 (rust/crates/spki-0.6.0.crate) = 67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b -SIZE (rust/crates/spki-0.6.0.crate) = 14791 +SHA256 (rust/crates/spki-0.7.2.crate) = 9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a +SIZE (rust/crates/spki-0.7.2.crate) = 16270 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 SHA256 (rust/crates/statrs-0.16.0.crate) = 2d08e5e1748192713cc281da8b16924fb46be7b0c2431854eadc785823e5696e @@ -661,12 +661,12 @@ SHA256 (rust/crates/strum-0.24.1.crate) = 063e6045c0e62079840579a7e47a355ae92f60 SIZE (rust/crates/strum-0.24.1.crate) = 5636 SHA256 (rust/crates/strum_macros-0.24.3.crate) = 1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59 SIZE (rust/crates/strum_macros-0.24.3.crate) = 20696 -SHA256 (rust/crates/subtle-2.4.1.crate) = 6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601 -SIZE (rust/crates/subtle-2.4.1.crate) = 12630 +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.15.crate) = a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822 -SIZE (rust/crates/syn-2.0.15.crate) = 240785 +SHA256 (rust/crates/syn-2.0.18.crate) = 32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e +SIZE (rust/crates/syn-2.0.18.crate) = 240648 SHA256 (rust/crates/tempfile-3.5.0.crate) = b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998 SIZE (rust/crates/tempfile-3.5.0.crate) = 31129 SHA256 (rust/crates/termcolor-1.2.0.crate) = be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6 @@ -681,12 +681,12 @@ SHA256 (rust/crates/thiserror-impl-1.0.40.crate) = f9456a42c5b0d803c8cd86e73dd7c SIZE (rust/crates/thiserror-impl-1.0.40.crate) = 15138 SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 -SHA256 (rust/crates/time-0.3.20.crate) = cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890 -SIZE (rust/crates/time-0.3.20.crate) = 111856 -SHA256 (rust/crates/time-core-0.1.0.crate) = 2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd -SIZE (rust/crates/time-core-0.1.0.crate) = 6597 -SHA256 (rust/crates/time-macros-0.2.8.crate) = fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36 -SIZE (rust/crates/time-macros-0.2.8.crate) = 24295 +SHA256 (rust/crates/time-0.3.21.crate) = 8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc +SIZE (rust/crates/time-0.3.21.crate) = 111598 +SHA256 (rust/crates/time-core-0.1.1.crate) = 7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb +SIZE (rust/crates/time-core-0.1.1.crate) = 7197 +SHA256 (rust/crates/time-macros-0.2.9.crate) = 372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b +SIZE (rust/crates/time-macros-0.2.9.crate) = 23684 SHA256 (rust/crates/tinystr-0.7.1.crate) = 7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef SIZE (rust/crates/tinystr-0.7.1.crate) = 15631 SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 @@ -701,8 +701,8 @@ SHA256 (rust/crates/tls-api-openssl-0.9.0.crate) = 82155f245c99a3b652627f32abeac SIZE (rust/crates/tls-api-openssl-0.9.0.crate) = 11673 SHA256 (rust/crates/tls-api-test-0.9.0.crate) = 9df107843d725428d76bb159040fbae6d1524dcf25d5b24c56daa6b37ce9dbb5 SIZE (rust/crates/tls-api-test-0.9.0.crate) = 6146 -SHA256 (rust/crates/tokio-1.28.0.crate) = c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f -SIZE (rust/crates/tokio-1.28.0.crate) = 660469 +SHA256 (rust/crates/tokio-1.28.2.crate) = 94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2 +SIZE (rust/crates/tokio-1.28.2.crate) = 660565 SHA256 (rust/crates/tokio-macros-2.1.0.crate) = 630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e SIZE (rust/crates/tokio-macros-2.1.0.crate) = 11472 SHA256 (rust/crates/tokio-socks-0.5.1.crate) = 51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0 @@ -711,12 +711,12 @@ SHA256 (rust/crates/tokio-util-0.7.8.crate) = 806fe8c2c87eccc8b3267cbae29ed3ab2d SIZE (rust/crates/tokio-util-0.7.8.crate) = 101644 SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 SIZE (rust/crates/toml-0.5.11.crate) = 54910 -SHA256 (rust/crates/toml-0.7.3.crate) = b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21 -SIZE (rust/crates/toml-0.7.3.crate) = 47227 -SHA256 (rust/crates/toml_datetime-0.6.1.crate) = 3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622 -SIZE (rust/crates/toml_datetime-0.6.1.crate) = 10765 -SHA256 (rust/crates/toml_edit-0.19.8.crate) = 239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13 -SIZE (rust/crates/toml_edit-0.19.8.crate) = 94457 +SHA256 (rust/crates/toml-0.7.4.crate) = d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec +SIZE (rust/crates/toml-0.7.4.crate) = 49003 +SHA256 (rust/crates/toml_datetime-0.6.2.crate) = 5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f +SIZE (rust/crates/toml_datetime-0.6.2.crate) = 10768 +SHA256 (rust/crates/toml_edit-0.19.10.crate) = 2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739 +SIZE (rust/crates/toml_edit-0.19.10.crate) = 95594 SHA256 (rust/crates/tower-service-0.3.2.crate) = b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52 SIZE (rust/crates/tower-service-0.3.2.crate) = 6847 SHA256 (rust/crates/tracing-0.1.37.crate) = 8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8 @@ -725,8 +725,8 @@ SHA256 (rust/crates/tracing-appender-0.2.2.crate) = 09d48f71a791638519505cefafe1 SIZE (rust/crates/tracing-appender-0.2.2.crate) = 17208 SHA256 (rust/crates/tracing-attributes-0.1.24.crate) = 0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74 SIZE (rust/crates/tracing-attributes-0.1.24.crate) = 31841 -SHA256 (rust/crates/tracing-core-0.1.30.crate) = 24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a -SIZE (rust/crates/tracing-core-0.1.30.crate) = 60351 +SHA256 (rust/crates/tracing-core-0.1.31.crate) = 0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a +SIZE (rust/crates/tracing-core-0.1.31.crate) = 61263 SHA256 (rust/crates/tracing-journald-0.3.0.crate) = ba316a74e8fc3c3896a850dba2375928a9fa171b085ecddfc7c054d39970f3fd SIZE (rust/crates/tracing-journald-0.3.0.crate) = 11592 SHA256 (rust/crates/tracing-log-0.1.3.crate) = 78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922 @@ -751,12 +751,10 @@ SHA256 (rust/crates/typetag-impl-0.2.8.crate) = 2c3e1c30cedd24fc597f7d37a721efdb SIZE (rust/crates/typetag-impl-0.2.8.crate) = 8916 SHA256 (rust/crates/unicode-bidi-0.3.13.crate) = 92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460 SIZE (rust/crates/unicode-bidi-0.3.13.crate) = 44477 -SHA256 (rust/crates/unicode-ident-1.0.8.crate) = e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4 -SIZE (rust/crates/unicode-ident-1.0.8.crate) = 41962 +SHA256 (rust/crates/unicode-ident-1.0.9.crate) = b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0 +SIZE (rust/crates/unicode-ident-1.0.9.crate) = 41978 SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921 SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604 -SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b -SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968 SHA256 (rust/crates/untrusted-0.6.2.crate) = 55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f SIZE (rust/crates/untrusted-0.6.2.crate) = 7526 SHA256 (rust/crates/untrusted-0.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a @@ -767,8 +765,8 @@ SHA256 (rust/crates/users-0.11.0.crate) = 24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6 SIZE (rust/crates/users-0.11.0.crate) = 21980 SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d SIZE (rust/crates/valuable-0.1.0.crate) = 27718 -SHA256 (rust/crates/value-bag-1.0.0-alpha.9.crate) = 2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55 -SIZE (rust/crates/value-bag-1.0.0-alpha.9.crate) = 26630 +SHA256 (rust/crates/value-bag-1.4.0.crate) = a4d330786735ea358f3bc09eea4caa098569c1c93f342d9aca0514915022fe7e +SIZE (rust/crates/value-bag-1.4.0.crate) = 28648 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f @@ -789,26 +787,26 @@ SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6a SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 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.84.crate) = 31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b -SIZE (rust/crates/wasm-bindgen-0.2.84.crate) = 172947 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.84.crate) = 95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9 -SIZE (rust/crates/wasm-bindgen-backend-0.2.84.crate) = 26344 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.34.crate) = f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454 -SIZE (rust/crates/wasm-bindgen-futures-0.4.34.crate) = 15117 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.84.crate) = 4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5 -SIZE (rust/crates/wasm-bindgen-macro-0.2.84.crate) = 12857 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.84.crate) = 2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.84.crate) = 19076 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.84.crate) = 0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d -SIZE (rust/crates/wasm-bindgen-shared-0.2.84.crate) = 7219 +SHA256 (rust/crates/wasm-bindgen-0.2.86.crate) = 5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73 +SIZE (rust/crates/wasm-bindgen-0.2.86.crate) = 174170 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.86.crate) = 19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb +SIZE (rust/crates/wasm-bindgen-backend-0.2.86.crate) = 26792 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.36.crate) = 2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e +SIZE (rust/crates/wasm-bindgen-futures-0.4.36.crate) = 15181 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.86.crate) = 14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258 +SIZE (rust/crates/wasm-bindgen-macro-0.2.86.crate) = 13888 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.86.crate) = e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.86.crate) = 20027 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.86.crate) = ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93 +SIZE (rust/crates/wasm-bindgen-shared-0.2.86.crate) = 7246 SHA256 (rust/crates/weak-table-0.3.2.crate) = 323f4da9523e9a669e1eaf9c6e763892769b1d38c623913647bfdc1532fe4549 SIZE (rust/crates/weak-table-0.3.2.crate) = 23989 -SHA256 (rust/crates/web-sys-0.3.61.crate) = e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97 -SIZE (rust/crates/web-sys-0.3.61.crate) = 706333 +SHA256 (rust/crates/web-sys-0.3.63.crate) = 3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2 +SIZE (rust/crates/web-sys-0.3.63.crate) = 725192 SHA256 (rust/crates/webpki-0.22.0.crate) = f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd SIZE (rust/crates/webpki-0.22.0.crate) = 58663 -SHA256 (rust/crates/wide-0.7.8.crate) = b689b6c49d6549434bf944e6b0f39238cf63693cb7a147e9d887507fffa3b223 -SIZE (rust/crates/wide-0.7.8.crate) = 74003 +SHA256 (rust/crates/wide-0.7.9.crate) = 5cd0496a71f3cc6bc4bf0ed91346426a5099e93d89807e663162dc5a1069ff65 +SIZE (rust/crates/wide-0.7.9.crate) = 76065 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 @@ -817,8 +815,6 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9 SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 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.43.0.crate) = 04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244 -SIZE (rust/crates/windows-0.43.0.crate) = 11492640 SHA256 (rust/crates/windows-0.48.0.crate) = e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f SIZE (rust/crates/windows-0.48.0.crate) = 11864177 SHA256 (rust/crates/windows-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7 @@ -859,10 +855,10 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 SHA256 (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422 -SHA256 (rust/crates/winnow-0.4.4.crate) = 5617da7e1f97bf363947d767b91aaf3c2bbc19db7fda9c65af1278713d58e0a2 -SIZE (rust/crates/winnow-0.4.4.crate) = 142759 -SHA256 (rust/crates/x25519-dalek-2.0.0-pre.1.crate) = e5da623d8af10a62342bcbbb230e33e58a63255a58012f8653c578e54bab48df -SIZE (rust/crates/x25519-dalek-2.0.0-pre.1.crate) = 88717 +SHA256 (rust/crates/winnow-0.4.6.crate) = 61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699 +SIZE (rust/crates/winnow-0.4.6.crate) = 142565 +SHA256 (rust/crates/x25519-dalek-2.0.0-rc.2.crate) = fabd6e16dd08033932fc3265ad4510cc2eab24656058a6dcb107ffe274abcc95 +SIZE (rust/crates/x25519-dalek-2.0.0-rc.2.crate) = 88550 SHA256 (rust/crates/x509-signature-0.5.0.crate) = 9fb2bc2a902d992cd5f471ee3ab0ffd6603047a4207384562755b9d6de977518 SIZE (rust/crates/x509-signature-0.5.0.crate) = 21704 SHA256 (rust/crates/xz2-0.1.7.crate) = 388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2 @@ -871,11 +867,11 @@ SHA256 (rust/crates/zeroize-1.6.0.crate) = 2a0956f1ba7c7909bfb66c2e9e4124ab6f648 SIZE (rust/crates/zeroize-1.6.0.crate) = 19049 SHA256 (rust/crates/zeroize_derive-1.4.2.crate) = ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69 SIZE (rust/crates/zeroize_derive-1.4.2.crate) = 11141 -SHA256 (rust/crates/zstd-0.11.2+zstd.1.5.2.crate) = 20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4 -SIZE (rust/crates/zstd-0.11.2+zstd.1.5.2.crate) = 28987 -SHA256 (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db -SIZE (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 17273 +SHA256 (rust/crates/zstd-0.12.3+zstd.1.5.2.crate) = 76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806 +SIZE (rust/crates/zstd-0.12.3+zstd.1.5.2.crate) = 29693 +SHA256 (rust/crates/zstd-safe-6.0.5+zstd.1.5.4.crate) = d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b +SIZE (rust/crates/zstd-safe-6.0.5+zstd.1.5.4.crate) = 20863 SHA256 (rust/crates/zstd-sys-2.0.8+zstd.1.5.5.crate) = 5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c SIZE (rust/crates/zstd-sys-2.0.8+zstd.1.5.5.crate) = 736270 -SHA256 (tpo/core-arti-65d935c8c1b0198cac9ebee5dbd0b9aca6f525e8_GL0.tar.gz) = fdcd85f2fc525da88cb588261501a3b5627919a4a361493447d1f3373d6fb30a -SIZE (tpo/core-arti-65d935c8c1b0198cac9ebee5dbd0b9aca6f525e8_GL0.tar.gz) = 1552444 +SHA256 (tpo/core-arti-254d4c93a7f3c7565499c202541cc14b768ae829_GL0.tar.gz) = b99657b7a1132b0fb7068b85fff219c035bc964222b1c4215cd75437974f6d8c +SIZE (tpo/core-arti-254d4c93a7f3c7565499c202541cc14b768ae829_GL0.tar.gz) = 1594334 diff --git a/security/heimdal-devel/Makefile b/security/heimdal-devel/Makefile index a52208b1ed03..8c144ea3cbda 100644 --- a/security/heimdal-devel/Makefile +++ b/security/heimdal-devel/Makefile @@ -2,8 +2,8 @@ PORTNAME= heimdal PORTVERSION= ${HEIMDAL_COMMIT_DATE} CATEGORIES= security PKGNAMESUFFIX= -devel -HASH= 61dc4ff8d -HEIMDAL_COMMIT_DATE= 2023.05.03 +HASH= 658db1c2c +HEIMDAL_COMMIT_DATE= 2023.05.27 MAINTAINER= cy@FreeBSD.org COMMENT= Popular BSD-licensed implementation of Kerberos 5 diff --git a/security/heimdal-devel/distinfo b/security/heimdal-devel/distinfo index 9a3bc761b8de..b149d5a7b1e5 100644 --- a/security/heimdal-devel/distinfo +++ b/security/heimdal-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683577541 -SHA256 (heimdal-heimdal-2023.05.03-61dc4ff8d_GH0.tar.gz) = ddf267d16970f47c517e0a438fc22ac63bfb776f53034d30e4b2353e99cb65e8 -SIZE (heimdal-heimdal-2023.05.03-61dc4ff8d_GH0.tar.gz) = 13091442 +TIMESTAMP = 1685500614 +SHA256 (heimdal-heimdal-2023.05.27-658db1c2c_GH0.tar.gz) = b0719b6b3e1fa9a8663c334478142e51c59cabcdeb6a868c7d27a189d0001547 +SIZE (heimdal-heimdal-2023.05.27-658db1c2c_GH0.tar.gz) = 13096683 diff --git a/security/krb5-devel/Makefile b/security/krb5-devel/Makefile index 069bbd56d80f..cab1226faec3 100644 --- a/security/krb5-devel/Makefile +++ b/security/krb5-devel/Makefile @@ -4,8 +4,8 @@ CATEGORIES= security .if !defined(MASTERDIR) PKGNAMESUFFIX= -devel .endif -HASH= e806d1223 -MIT_COMMIT_DATE= 2023.04.14 +HASH= e991aecd4 +MIT_COMMIT_DATE= 2023.05.18 PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 diff --git a/security/krb5-devel/distinfo b/security/krb5-devel/distinfo index 42c814788711..bdf26bf0ede3 100644 --- a/security/krb5-devel/distinfo +++ b/security/krb5-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681746530 -SHA256 (krb5-krb5-1.20.2023.04.14-e806d1223_GH0.tar.gz) = 575c9f578e8549b91832b55d78c73200e1da732c9774360d4a9390065a11e166 -SIZE (krb5-krb5-1.20.2023.04.14-e806d1223_GH0.tar.gz) = 5110829 +TIMESTAMP = 1685500546 +SHA256 (krb5-krb5-1.20.2023.05.18-e991aecd4_GH0.tar.gz) = f34fe56efa9c44ddc26db800a62bbd4a5f6ff75c06312faf5cdd85df5991b2d4 +SIZE (krb5-krb5-1.20.2023.05.18-e991aecd4_GH0.tar.gz) = 5111163 diff --git a/security/openssl30/Makefile b/security/openssl30/Makefile index 9e878362a5db..8a4a877899a4 100644 --- a/security/openssl30/Makefile +++ b/security/openssl30/Makefile @@ -1,6 +1,5 @@ PORTNAME= openssl -DISTVERSION= 3.0.8 -PORTREVISION= 2 +DISTVERSION= 3.0.9 CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ diff --git a/security/openssl30/distinfo b/security/openssl30/distinfo index e8b81e81f99d..fcd53eed537a 100644 --- a/security/openssl30/distinfo +++ b/security/openssl30/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675795566 -SHA256 (openssl-3.0.8.tar.gz) = 6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e -SIZE (openssl-3.0.8.tar.gz) = 15151328 +TIMESTAMP = 1685529949 +SHA256 (openssl-3.0.9.tar.gz) = eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90 +SIZE (openssl-3.0.9.tar.gz) = 15181285 diff --git a/security/openssl30/files/patch-CVE-2023-0464 b/security/openssl30/files/patch-CVE-2023-0464 deleted file mode 100644 index d88dc2b5d1e7..000000000000 --- a/security/openssl30/files/patch-CVE-2023-0464 +++ /dev/null @@ -1,307 +0,0 @@ -From 959c59c7a0164117e7f8366466a32bb1f8d77ff1 Mon Sep 17 00:00:00 2001 -From: Pauli -Date: Wed, 8 Mar 2023 15:28:20 +1100 -Subject: [PATCH] x509: excessive resource use verifying policy constraints - -A security vulnerability has been identified in all supported versions -of OpenSSL related to the verification of X.509 certificate chains -that include policy constraints. Attackers may be able to exploit this -vulnerability by creating a malicious certificate chain that triggers -exponential use of computational resources, leading to a denial-of-service -(DoS) attack on affected systems. - -Fixes CVE-2023-0464 - -Reviewed-by: Tomas Mraz -Reviewed-by: Shane Lontis -(Merged from https://github.com/openssl/openssl/pull/20568) ---- - crypto/x509/pcy_local.h | 8 +++++++- - crypto/x509/pcy_node.c | 12 +++++++++--- - crypto/x509/pcy_tree.c | 36 ++++++++++++++++++++++++++---------- - 3 files changed, 42 insertions(+), 14 deletions(-) - -diff --git a/crypto/x509/pcy_local.h b/crypto/x509/pcy_local.h -index 18b53cc09ebf..cba107ca0358 100644 ---- crypto/x509/pcy_local.h.orig -+++ crypto/x509/pcy_local.h -@@ -111,6 +111,11 @@ struct X509_POLICY_LEVEL_st { - }; - - struct X509_POLICY_TREE_st { -+ /* The number of nodes in the tree */ -+ size_t node_count; -+ /* The maximum number of nodes in the tree */ -+ size_t node_maximum; -+ - /* This is the tree 'level' data */ - X509_POLICY_LEVEL *levels; - int nlevel; -@@ -157,7 +162,8 @@ X509_POLICY_NODE *ossl_policy_tree_find_sk(STACK_OF(X509_POLICY_NODE) *sk, - X509_POLICY_NODE *ossl_policy_level_add_node(X509_POLICY_LEVEL *level, - X509_POLICY_DATA *data, - X509_POLICY_NODE *parent, -- X509_POLICY_TREE *tree); -+ X509_POLICY_TREE *tree, -+ int extra_data); - void ossl_policy_node_free(X509_POLICY_NODE *node); - int ossl_policy_node_match(const X509_POLICY_LEVEL *lvl, - const X509_POLICY_NODE *node, const ASN1_OBJECT *oid); -diff --git a/crypto/x509/pcy_node.c b/crypto/x509/pcy_node.c -index 9d9a7ea1799c..450f95a655fb 100644 ---- crypto/x509/pcy_node.c.orig -+++ crypto/x509/pcy_node.c -@@ -59,10 +59,15 @@ X509_POLICY_NODE *ossl_policy_level_find_node(const X509_POLICY_LEVEL *level, - X509_POLICY_NODE *ossl_policy_level_add_node(X509_POLICY_LEVEL *level, - X509_POLICY_DATA *data, - X509_POLICY_NODE *parent, -- X509_POLICY_TREE *tree) -+ X509_POLICY_TREE *tree, -+ int extra_data) - { - X509_POLICY_NODE *node; - -+ /* Verify that the tree isn't too large. This mitigates CVE-2023-0464 */ -+ if (tree->node_maximum > 0 && tree->node_count >= tree->node_maximum) -+ return NULL; -+ - node = OPENSSL_zalloc(sizeof(*node)); - if (node == NULL) { - ERR_raise(ERR_LIB_X509V3, ERR_R_MALLOC_FAILURE); -@@ -70,7 +75,7 @@ X509_POLICY_NODE *ossl_policy_level_add_node(X509_POLICY_LEVEL *level, - } - node->data = data; - node->parent = parent; -- if (level) { -+ if (level != NULL) { - if (OBJ_obj2nid(data->valid_policy) == NID_any_policy) { - if (level->anyPolicy) - goto node_error; -@@ -90,7 +95,7 @@ X509_POLICY_NODE *ossl_policy_level_add_node(X509_POLICY_LEVEL *level, - } - } - -- if (tree) { -+ if (extra_data) { - if (tree->extra_data == NULL) - tree->extra_data = sk_X509_POLICY_DATA_new_null(); - if (tree->extra_data == NULL){ -@@ -103,6 +108,7 @@ X509_POLICY_NODE *ossl_policy_level_add_node(X509_POLICY_LEVEL *level, - } - } - -+ tree->node_count++; - if (parent) - parent->nchild++; - -diff --git a/crypto/x509/pcy_tree.c b/crypto/x509/pcy_tree.c -index fa45da5117a1..f953a05a41a6 100644 ---- crypto/x509/pcy_tree.c.orig -+++ crypto/x509/pcy_tree.c -@@ -14,6 +14,17 @@ - - #include "pcy_local.h" - -+/* -+ * If the maximum number of nodes in the policy tree isn't defined, set it to -+ * a generous default of 1000 nodes. -+ * -+ * Defining this to be zero means unlimited policy tree growth which opens the -+ * door on CVE-2023-0464. -+ */ -+#ifndef OPENSSL_POLICY_TREE_NODES_MAX -+# define OPENSSL_POLICY_TREE_NODES_MAX 1000 -+#endif -+ - static void expected_print(BIO *channel, - X509_POLICY_LEVEL *lev, X509_POLICY_NODE *node, - int indent) -@@ -163,6 +174,9 @@ static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, - return X509_PCY_TREE_INTERNAL; - } - -+ /* Limit the growth of the tree to mitigate CVE-2023-0464 */ -+ tree->node_maximum = OPENSSL_POLICY_TREE_NODES_MAX; -+ - /* - * http://tools.ietf.org/html/rfc5280#section-6.1.2, figure 3. - * -@@ -180,7 +194,7 @@ static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, - if ((data = ossl_policy_data_new(NULL, - OBJ_nid2obj(NID_any_policy), 0)) == NULL) - goto bad_tree; -- if (ossl_policy_level_add_node(level, data, NULL, tree) == NULL) { -+ if (ossl_policy_level_add_node(level, data, NULL, tree, 1) == NULL) { - ossl_policy_data_free(data); - goto bad_tree; - } -@@ -239,7 +253,8 @@ static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, - * Return value: 1 on success, 0 otherwise - */ - static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, -- X509_POLICY_DATA *data) -+ X509_POLICY_DATA *data, -+ X509_POLICY_TREE *tree) - { - X509_POLICY_LEVEL *last = curr - 1; - int i, matched = 0; -@@ -249,13 +264,13 @@ static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, - X509_POLICY_NODE *node = sk_X509_POLICY_NODE_value(last->nodes, i); - - if (ossl_policy_node_match(last, node, data->valid_policy)) { -- if (ossl_policy_level_add_node(curr, data, node, NULL) == NULL) -+ if (ossl_policy_level_add_node(curr, data, node, tree, 0) == NULL) - return 0; - matched = 1; - } - } - if (!matched && last->anyPolicy) { -- if (ossl_policy_level_add_node(curr, data, last->anyPolicy, NULL) == NULL) -+ if (ossl_policy_level_add_node(curr, data, last->anyPolicy, tree, 0) == NULL) - return 0; - } - return 1; -@@ -268,7 +283,8 @@ static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, - * Return value: 1 on success, 0 otherwise. - */ - static int tree_link_nodes(X509_POLICY_LEVEL *curr, -- const X509_POLICY_CACHE *cache) -+ const X509_POLICY_CACHE *cache, -+ X509_POLICY_TREE *tree) - { - int i; - -@@ -276,7 +292,7 @@ static int tree_link_nodes(X509_POLICY_LEVEL *curr, - X509_POLICY_DATA *data = sk_X509_POLICY_DATA_value(cache->data, i); - - /* Look for matching nodes in previous level */ -- if (!tree_link_matching_nodes(curr, data)) -+ if (!tree_link_matching_nodes(curr, data, tree)) - return 0; - } - return 1; -@@ -307,7 +323,7 @@ static int tree_add_unmatched(X509_POLICY_LEVEL *curr, - /* Curr may not have anyPolicy */ - data->qualifier_set = cache->anyPolicy->qualifier_set; - data->flags |= POLICY_DATA_FLAG_SHARED_QUALIFIERS; -- if (ossl_policy_level_add_node(curr, data, node, tree) == NULL) { -+ if (ossl_policy_level_add_node(curr, data, node, tree, 1) == NULL) { - ossl_policy_data_free(data); - return 0; - } -@@ -370,7 +386,7 @@ static int tree_link_any(X509_POLICY_LEVEL *curr, - /* Finally add link to anyPolicy */ - if (last->anyPolicy && - ossl_policy_level_add_node(curr, cache->anyPolicy, -- last->anyPolicy, NULL) == NULL) -+ last->anyPolicy, tree, 0) == NULL) - return 0; - return 1; - } -@@ -553,7 +569,7 @@ static int tree_calculate_user_set(X509_POLICY_TREE *tree, - extra->flags = POLICY_DATA_FLAG_SHARED_QUALIFIERS - | POLICY_DATA_FLAG_EXTRA_NODE; - node = ossl_policy_level_add_node(NULL, extra, anyPolicy->parent, -- tree); -+ tree, 1); - } - if (!tree->user_policies) { - tree->user_policies = sk_X509_POLICY_NODE_new_null(); -@@ -580,7 +596,7 @@ static int tree_evaluate(X509_POLICY_TREE *tree) - - for (i = 1; i < tree->nlevel; i++, curr++) { - cache = ossl_policy_cache_set(curr->cert); -- if (!tree_link_nodes(curr, cache)) -+ if (!tree_link_nodes(curr, cache, tree)) - return X509_PCY_TREE_INTERNAL; - - if (!(curr->flags & X509_V_FLAG_INHIBIT_ANY) -From 2389cdc9f74268a0d5164a998929ffe50102c0eb Mon Sep 17 00:00:00 2001 -From: Richard Levitte -Date: Tue, 7 Feb 2023 14:44:20 +0100 -Subject: [PATCH] Prepare for 3.0.9 - -Reviewed-by: Tomas Mraz -Release: yes ---- - CHANGES.md | 4 ++++ - NEWS.md | 4 ++++ - VERSION.dat | 4 ++-- - 3 files changed, 10 insertions(+), 2 deletions(-) - -diff --git a/CHANGES.md b/CHANGES.md -index 7cdd9d974536..0e4fdebfde4e 100644 ---- CHANGES.md.orig -+++ CHANGES.md -@@ -28,6 +28,10 @@ breaking changes, and mappings for the large list of deprecated functions. - - [Migration guide]: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod - -+### Changes between 3.0.8 and 3.0.9 [xx XXX xxxx] -+ -+ * none yet -+ - ### Changes between 3.0.7 and 3.0.8 [7 Feb 2023] - - * Fixed NULL dereference during PKCS7 data verification. -diff --git a/NEWS.md b/NEWS.md -index 36dbfa72f6d5..e7a23e908c1f 100644 ---- NEWS.md.orig -+++ NEWS.md -@@ -18,6 +18,10 @@ OpenSSL Releases - OpenSSL 3.0 - ----------- - -+### Major changes between OpenSSL 3.0.8 and OpenSSL 3.0.9 [under development] -+ -+ * none -+ - ### Major changes between OpenSSL 3.0.7 and OpenSSL 3.0.8 [7 Feb 2023] - - * Fixed NULL dereference during PKCS7 data verification ([CVE-2023-0401]) -diff --git a/VERSION.dat b/VERSION.dat -index 375a0de7e128..a17a51f147e5 100644 ---- VERSION.dat.orig -+++ VERSION.dat -@@ -1,7 +1,7 @@ - MAJOR=3 - MINOR=0 --PATCH=8 --PRE_RELEASE_TAG= -+PATCH=9 -+PRE_RELEASE_TAG=dev - BUILD_METADATA= - RELEASE_DATE="7 Feb 2023" - SHLIB_VERSION=3 -From f8fe66e3f13350b527da871183b727e0fb9632ca Mon Sep 17 00:00:00 2001 -From: Pauli -Date: Wed, 15 Mar 2023 14:18:53 +1100 -Subject: [PATCH] changes: note about policy tree size limits and circumvention - -Reviewed-by: Tomas Mraz -Reviewed-by: Shane Lontis -(Merged from https://github.com/openssl/openssl/pull/20568) ---- - CHANGES.md | 9 ++++++++- - 1 file changed, 8 insertions(+), 1 deletion(-) - -diff --git a/CHANGES.md b/CHANGES.md -index 2ba422c09a32..3eddb6f10e02 100644 ---- CHANGES.md.orig -+++ CHANGES.md -@@ -30,7 +30,14 @@ breaking changes, and mappings for the large list of deprecated functions. - - ### Changes between 3.0.8 and 3.0.9 [xx XXX xxxx] - -- * none yet -+ * Limited the number of nodes created in a policy tree to mitigate -+ against CVE-2023-0464. The default limit is set to 1000 nodes, which -+ should be sufficient for most installations. If required, the limit -+ can be adjusted by setting the OPENSSL_POLICY_TREE_NODES_MAX build -+ time define to a desired maximum number of nodes or zero to allow -+ unlimited growth. -+ -+ *Paul Dale* - - ### Changes between 3.0.7 and 3.0.8 [7 Feb 2023] - diff --git a/security/openssl30/files/patch-CVE-2023-0465 b/security/openssl30/files/patch-CVE-2023-0465 deleted file mode 100644 index bf1edbf2e618..000000000000 --- a/security/openssl30/files/patch-CVE-2023-0465 +++ /dev/null @@ -1,126 +0,0 @@ -From 9a1410bd393c594f852222392c36bc7895d82d57 Mon Sep 17 00:00:00 2001 -From: Matt Caswell -Date: Thu, 23 Mar 2023 15:31:25 +0000 -Subject: [PATCH] Updated CHANGES.md and NEWS.md for CVE-2023-0465 - -Also updated the entries for CVE-2023-0464 - -Related-to: CVE-2023-0465 - -Reviewed-by: Hugo Landau -Reviewed-by: Tomas Mraz -(Merged from https://github.com/openssl/openssl/pull/20587) ---- - CHANGES.md | 12 ++++++++++++ - NEWS.md | 6 +++++- - 2 files changed, 17 insertions(+), 1 deletion(-) - -diff --git a/CHANGES.md b/CHANGES.md -index 3eddb6f10e02..31cc6095cc3b 100644 ---- CHANGES.md.orig -+++ CHANGES.md -@@ -30,12 +30,22 @@ breaking changes, and mappings for the large list of deprecated functions. - - ### Changes between 3.0.8 and 3.0.9 [xx XXX xxxx] - -+ * Fixed an issue where invalid certificate policies in leaf certificates are -+ silently ignored by OpenSSL and other certificate policy checks are skipped -+ for that certificate. A malicious CA could use this to deliberately assert -+ invalid certificate policies in order to circumvent policy checking on the -+ certificate altogether. -+ ([CVE-2023-0465]) -+ -+ *Matt Caswell* -+ - * Limited the number of nodes created in a policy tree to mitigate - against CVE-2023-0464. The default limit is set to 1000 nodes, which - should be sufficient for most installations. If required, the limit - can be adjusted by setting the OPENSSL_POLICY_TREE_NODES_MAX build - time define to a desired maximum number of nodes or zero to allow - unlimited growth. -+ ([CVE-2023-0464]) - - *Paul Dale* - -@@ -19589,6 +19599,8 @@ ndif - - - -+[CVE-2023-0465]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0465 -+[CVE-2023-0464]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0464 - [CVE-2023-0401]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0401 - [CVE-2023-0286]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0286 - [CVE-2023-0217]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0217 -diff --git a/NEWS.md b/NEWS.md -index c6e4926bd527..7fe2ff15d97e 100644 ---- NEWS.md.orig -+++ NEWS.md -@@ -20,7 +20,9 @@ OpenSSL 3.0 - - ### Major changes between OpenSSL 3.0.8 and OpenSSL 3.0.9 [under development] - -- * none -+ * Fixed handling of invalid certificate policies in leaf certificates -+ ([CVE-2023-0465]) -+ * Limited the number of nodes created in a policy tree ([CVE-2023-0464]) - - ### Major changes between OpenSSL 3.0.7 and OpenSSL 3.0.8 [7 Feb 2023] - -@@ -1434,6 +1436,8 @@ OpenSSL 0.9.x - * Support for various new platforms - - -+[CVE-2023-0465]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0465 -+[CVE-2023-0464]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0464 - [CVE-2023-0401]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0401 - [CVE-2023-0286]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0286 - [CVE-2023-0217]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0217 -From 1dd43e0709fece299b15208f36cc7c76209ba0bb Mon Sep 17 00:00:00 2001 -From: Matt Caswell -Date: Tue, 7 Mar 2023 16:52:55 +0000 -Subject: [PATCH] Ensure that EXFLAG_INVALID_POLICY is checked even in leaf - certs - -Even though we check the leaf cert to confirm it is valid, we -later ignored the invalid flag and did not notice that the leaf -cert was bad. - -Fixes: CVE-2023-0465 - -Reviewed-by: Hugo Landau -Reviewed-by: Tomas Mraz -(Merged from https://github.com/openssl/openssl/pull/20587) ---- - crypto/x509/x509_vfy.c | 12 ++++++++++-- - 1 file changed, 10 insertions(+), 2 deletions(-) - -diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c -index 9384f1da9bad..a0282c3ef121 100644 ---- crypto/x509/x509_vfy.c.orig -+++ crypto/x509/x509_vfy.c -@@ -1654,15 +1654,23 @@ static int check_policy(X509_STORE_CTX *ctx) - goto memerr; - /* Invalid or inconsistent extensions */ - if (ret == X509_PCY_TREE_INVALID) { -- int i; -+ int i, cbcalled = 0; - - /* Locate certificates with bad extensions and notify callback. */ -- for (i = 1; i < sk_X509_num(ctx->chain); i++) { -+ for (i = 0; i < sk_X509_num(ctx->chain); i++) { - X509 *x = sk_X509_value(ctx->chain, i); - -+ if ((x->ex_flags & EXFLAG_INVALID_POLICY) != 0) -+ cbcalled = 1; - CB_FAIL_IF((x->ex_flags & EXFLAG_INVALID_POLICY) != 0, - ctx, x, i, X509_V_ERR_INVALID_POLICY_EXTENSION); - } -+ if (!cbcalled) { -+ /* Should not be able to get here */ -+ ERR_raise(ERR_LIB_X509, ERR_R_INTERNAL_ERROR); -+ return 0; -+ } -+ /* The callback ignored the error so we return success */ - return 1; - } - if (ret == X509_PCY_TREE_FAILURE) { diff --git a/security/openssl30/files/patch-CVE-2023-0466 b/security/openssl30/files/patch-CVE-2023-0466 deleted file mode 100644 index 9922f2afd95d..000000000000 --- a/security/openssl30/files/patch-CVE-2023-0466 +++ /dev/null @@ -1,91 +0,0 @@ -From 51e8a84ce742db0f6c70510d0159dad8f7825908 Mon Sep 17 00:00:00 2001 -From: Tomas Mraz -Date: Tue, 21 Mar 2023 16:15:47 +0100 -Subject: [PATCH] Fix documentation of X509_VERIFY_PARAM_add0_policy() - -The function was incorrectly documented as enabling policy checking. - -Fixes: CVE-2023-0466 - -Reviewed-by: Matt Caswell -Reviewed-by: Paul Dale -(Merged from https://github.com/openssl/openssl/pull/20563) ---- - CHANGES.md | 8 ++++++++ - NEWS.md | 2 ++ - doc/man3/X509_VERIFY_PARAM_set_flags.pod | 9 +++++++-- - 3 files changed, 17 insertions(+), 2 deletions(-) - -diff --git a/CHANGES.md b/CHANGES.md -index 31cc6095cc3b..eb948e6b746b 100644 ---- CHANGES.md.orig -+++ CHANGES.md -@@ -30,6 +30,13 @@ breaking changes, and mappings for the large list of deprecated functions. - - ### Changes between 3.0.8 and 3.0.9 [xx XXX xxxx] - -+ * Corrected documentation of X509_VERIFY_PARAM_add0_policy() to mention -+ that it does not enable policy checking. Thanks to David Benjamin for -+ discovering this issue. -+ ([CVE-2023-0466]) -+ -+ *Tomáš Mráz* -+ - * Fixed an issue where invalid certificate policies in leaf certificates are - silently ignored by OpenSSL and other certificate policy checks are skipped - for that certificate. A malicious CA could use this to deliberately assert -@@ -19599,6 +19606,7 @@ ndif - - - -+[CVE-2023-0466]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0466 - [CVE-2023-0465]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0465 - [CVE-2023-0464]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0464 - [CVE-2023-0401]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0401 -diff --git a/NEWS.md b/NEWS.md -index 7fe2ff15d97e..61f82603acbe 100644 ---- NEWS.md.orig -+++ NEWS.md -@@ -20,6 +20,7 @@ OpenSSL 3.0 - - ### Major changes between OpenSSL 3.0.8 and OpenSSL 3.0.9 [under development] - -+ * Fixed documentation of X509_VERIFY_PARAM_add0_policy() ([CVE-2023-0466]) - * Fixed handling of invalid certificate policies in leaf certificates - ([CVE-2023-0465]) - * Limited the number of nodes created in a policy tree ([CVE-2023-0464]) -@@ -1436,6 +1437,7 @@ OpenSSL 0.9.x - * Support for various new platforms - - -+[CVE-2023-0466]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0466 - [CVE-2023-0465]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0465 - [CVE-2023-0464]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0464 - [CVE-2023-0401]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0401 -diff --git a/doc/man3/X509_VERIFY_PARAM_set_flags.pod b/doc/man3/X509_VERIFY_PARAM_set_flags.pod -index 75a167702296..43c1900bca78 100644 ---- doc/man3/X509_VERIFY_PARAM_set_flags.pod.orig -+++ doc/man3/X509_VERIFY_PARAM_set_flags.pod -@@ -98,8 +98,9 @@ B. - X509_VERIFY_PARAM_set_time() sets the verification time in B to - B. Normally the current time is used. - --X509_VERIFY_PARAM_add0_policy() enables policy checking (it is disabled --by default) and adds B to the acceptable policy set. -+X509_VERIFY_PARAM_add0_policy() adds B to the acceptable policy set. -+Contrary to preexisting documentation of this function it does not enable -+policy checking. - - X509_VERIFY_PARAM_set1_policies() enables policy checking (it is disabled - by default) and sets the acceptable policy set to B. Any existing -@@ -400,6 +401,10 @@ The X509_VERIFY_PARAM_get_hostflags() function was added in OpenSSL 1.1.0i. - The X509_VERIFY_PARAM_get0_host(), X509_VERIFY_PARAM_get0_email(), - and X509_VERIFY_PARAM_get1_ip_asc() functions were added in OpenSSL 3.0. - -+The function X509_VERIFY_PARAM_add0_policy() was historically documented as -+enabling policy checking however the implementation has never done this. -+The documentation was changed to align with the implementation. -+ - =head1 COPYRIGHT - - Copyright 2009-2023 The OpenSSL Project Authors. All Rights Reserved. diff --git a/security/openssl31/Makefile b/security/openssl31/Makefile index 041bc222b9b3..71d3800638c1 100644 --- a/security/openssl31/Makefile +++ b/security/openssl31/Makefile @@ -1,6 +1,5 @@ PORTNAME= openssl -DISTVERSION= 3.1.0 -PORTREVISION= 2 +DISTVERSION= 3.1.1 CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ diff --git a/security/openssl31/distinfo b/security/openssl31/distinfo index 656b8f558d0a..65be6f34f8a4 100644 --- a/security/openssl31/distinfo +++ b/security/openssl31/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678808947 -SHA256 (openssl-3.1.0.tar.gz) = aaa925ad9828745c4cad9d9efeb273deca820f2cdcf2c3ac7d7c1212b7c497b4 -SIZE (openssl-3.1.0.tar.gz) = 15525381 +TIMESTAMP = 1685532140 +SHA256 (openssl-3.1.1.tar.gz) = b3aa61334233b852b63ddb048df181177c2c659eb9d4376008118f9c08d07674 +SIZE (openssl-3.1.1.tar.gz) = 15544757 diff --git a/security/openssl31/files/patch-CVE-2023-0464 b/security/openssl31/files/patch-CVE-2023-0464 deleted file mode 100644 index 42c2da901f03..000000000000 --- a/security/openssl31/files/patch-CVE-2023-0464 +++ /dev/null @@ -1,293 +0,0 @@ -From 28b69c9b4cf451655fe5aa5904294512fa4706c7 Mon Sep 17 00:00:00 2001 -From: Matt Caswell -Date: Tue, 14 Mar 2023 12:59:14 +0000 -Subject: [PATCH] Prepare for 3.1.1 - -Reviewed-by: Tomas Mraz -Release: yes ---- - CHANGES.md | 4 ++++ - NEWS.md | 4 ++++ - VERSION.dat | 6 +++--- - 3 files changed, 11 insertions(+), 3 deletions(-) - -diff --git a/CHANGES.md b/CHANGES.md -index 762f42e2c449..950390780ba1 100644 ---- CHANGES.md.orig -+++ CHANGES.md -@@ -22,6 +22,10 @@ OpenSSL Releases - OpenSSL 3.1 - ----------- - -+### Changes between 3.1.0 and 3.1.1 [xx XXX xxxx] -+ -+ * none yet -+ - ### Changes between 3.0 and 3.1.0 [14 Mar 2023] - - * Add FIPS provider configuration option to enforce the -diff --git a/NEWS.md b/NEWS.md -index 7846919675d5..c243c5e6818a 100644 ---- NEWS.md.orig -+++ NEWS.md -@@ -19,6 +19,10 @@ OpenSSL Releases - OpenSSL 3.1 - ----------- - -+### Major changes between OpenSSL 3.1.0 and OpenSSL 3.1.1 [under development] -+ -+ * none -+ - ### Major changes between OpenSSL 3.0 and OpenSSL 3.1.0 [14 Mar 2023] - - * SSL 3, TLS 1.0, TLS 1.1, and DTLS 1.0 only work at security level 0. -From b15797a81a76fd62eedf3ffda91dcf5162b51184 Mon Sep 17 00:00:00 2001 -From: Pauli -Date: Wed, 15 Mar 2023 14:13:22 +1100 -Subject: [PATCH] changes: note about policy tree size limits and circumvention - -Reviewed-by: Tomas Mraz -Reviewed-by: Shane Lontis -(Merged from https://github.com/openssl/openssl/pull/20570) ---- - CHANGES.md | 9 ++++++++- - 1 file changed, 8 insertions(+), 1 deletion(-) - -diff --git a/CHANGES.md b/CHANGES.md -index 950390780ba1..99cabb3057fb 100644 ---- CHANGES.md.orig -+++ CHANGES.md -@@ -24,7 +24,14 @@ OpenSSL 3.1 - - ### Changes between 3.1.0 and 3.1.1 [xx XXX xxxx] - -- * none yet -+ * Limited the number of nodes created in a policy tree to mitigate -+ against CVE-2023-0464. The default limit is set to 1000 nodes, which -+ should be sufficient for most installations. If required, the limit -+ can be adjusted by setting the OPENSSL_POLICY_TREE_NODES_MAX build -+ time define to a desired maximum number of nodes or zero to allow -+ unlimited growth. -+ -+ *Paul Dale* - - ### Changes between 3.0 and 3.1.0 [14 Mar 2023] - -From 2017771e2db3e2b96f89bbe8766c3209f6a99545 Mon Sep 17 00:00:00 2001 -From: Pauli -Date: Wed, 8 Mar 2023 15:28:20 +1100 -Subject: [PATCH] x509: excessive resource use verifying policy constraints - -A security vulnerability has been identified in all supported versions -of OpenSSL related to the verification of X.509 certificate chains -that include policy constraints. Attackers may be able to exploit this -vulnerability by creating a malicious certificate chain that triggers -exponential use of computational resources, leading to a denial-of-service -(DoS) attack on affected systems. - -Fixes CVE-2023-0464 - -Reviewed-by: Tomas Mraz -Reviewed-by: Shane Lontis -(Merged from https://github.com/openssl/openssl/pull/20570) ---- - crypto/x509/pcy_local.h | 8 +++++++- - crypto/x509/pcy_node.c | 12 +++++++++--- - crypto/x509/pcy_tree.c | 36 ++++++++++++++++++++++++++---------- - 3 files changed, 42 insertions(+), 14 deletions(-) - -diff --git a/crypto/x509/pcy_local.h b/crypto/x509/pcy_local.h -index 18b53cc09ebf..cba107ca0358 100644 ---- crypto/x509/pcy_local.h.orig -+++ crypto/x509/pcy_local.h -@@ -111,6 +111,11 @@ struct X509_POLICY_LEVEL_st { - }; - - struct X509_POLICY_TREE_st { -+ /* The number of nodes in the tree */ -+ size_t node_count; -+ /* The maximum number of nodes in the tree */ -+ size_t node_maximum; -+ - /* This is the tree 'level' data */ - X509_POLICY_LEVEL *levels; - int nlevel; -@@ -157,7 +162,8 @@ X509_POLICY_NODE *ossl_policy_tree_find_sk(STACK_OF(X509_POLICY_NODE) *sk, - X509_POLICY_NODE *ossl_policy_level_add_node(X509_POLICY_LEVEL *level, - X509_POLICY_DATA *data, - X509_POLICY_NODE *parent, -- X509_POLICY_TREE *tree); -+ X509_POLICY_TREE *tree, -+ int extra_data); - void ossl_policy_node_free(X509_POLICY_NODE *node); - int ossl_policy_node_match(const X509_POLICY_LEVEL *lvl, - const X509_POLICY_NODE *node, const ASN1_OBJECT *oid); -diff --git a/crypto/x509/pcy_node.c b/crypto/x509/pcy_node.c -index 9d9a7ea1799c..450f95a655fb 100644 ---- crypto/x509/pcy_node.c.orig -+++ crypto/x509/pcy_node.c -@@ -59,10 +59,15 @@ X509_POLICY_NODE *ossl_policy_level_find_node(const X509_POLICY_LEVEL *level, - X509_POLICY_NODE *ossl_policy_level_add_node(X509_POLICY_LEVEL *level, - X509_POLICY_DATA *data, - X509_POLICY_NODE *parent, -- X509_POLICY_TREE *tree) -+ X509_POLICY_TREE *tree, -+ int extra_data) - { - X509_POLICY_NODE *node; - -+ /* Verify that the tree isn't too large. This mitigates CVE-2023-0464 */ -+ if (tree->node_maximum > 0 && tree->node_count >= tree->node_maximum) -+ return NULL; -+ - node = OPENSSL_zalloc(sizeof(*node)); - if (node == NULL) { - ERR_raise(ERR_LIB_X509V3, ERR_R_MALLOC_FAILURE); -@@ -70,7 +75,7 @@ X509_POLICY_NODE *ossl_policy_level_add_node(X509_POLICY_LEVEL *level, - } - node->data = data; - node->parent = parent; -- if (level) { -+ if (level != NULL) { - if (OBJ_obj2nid(data->valid_policy) == NID_any_policy) { - if (level->anyPolicy) - goto node_error; -@@ -90,7 +95,7 @@ X509_POLICY_NODE *ossl_policy_level_add_node(X509_POLICY_LEVEL *level, - } - } - -- if (tree) { -+ if (extra_data) { - if (tree->extra_data == NULL) - tree->extra_data = sk_X509_POLICY_DATA_new_null(); - if (tree->extra_data == NULL){ -@@ -103,6 +108,7 @@ X509_POLICY_NODE *ossl_policy_level_add_node(X509_POLICY_LEVEL *level, - } - } - -+ tree->node_count++; - if (parent) - parent->nchild++; - -diff --git a/crypto/x509/pcy_tree.c b/crypto/x509/pcy_tree.c -index fa45da5117a1..f953a05a41a6 100644 ---- crypto/x509/pcy_tree.c.orig -+++ crypto/x509/pcy_tree.c -@@ -14,6 +14,17 @@ - - #include "pcy_local.h" - -+/* -+ * If the maximum number of nodes in the policy tree isn't defined, set it to -+ * a generous default of 1000 nodes. -+ * -+ * Defining this to be zero means unlimited policy tree growth which opens the -+ * door on CVE-2023-0464. -+ */ -+#ifndef OPENSSL_POLICY_TREE_NODES_MAX -+# define OPENSSL_POLICY_TREE_NODES_MAX 1000 -+#endif -+ - static void expected_print(BIO *channel, - X509_POLICY_LEVEL *lev, X509_POLICY_NODE *node, - int indent) -@@ -163,6 +174,9 @@ static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, - return X509_PCY_TREE_INTERNAL; - } - -+ /* Limit the growth of the tree to mitigate CVE-2023-0464 */ -+ tree->node_maximum = OPENSSL_POLICY_TREE_NODES_MAX; -+ - /* - * http://tools.ietf.org/html/rfc5280#section-6.1.2, figure 3. - * -@@ -180,7 +194,7 @@ static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, - if ((data = ossl_policy_data_new(NULL, - OBJ_nid2obj(NID_any_policy), 0)) == NULL) - goto bad_tree; -- if (ossl_policy_level_add_node(level, data, NULL, tree) == NULL) { -+ if (ossl_policy_level_add_node(level, data, NULL, tree, 1) == NULL) { - ossl_policy_data_free(data); - goto bad_tree; - } -@@ -239,7 +253,8 @@ static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, - * Return value: 1 on success, 0 otherwise - */ - static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, -- X509_POLICY_DATA *data) -+ X509_POLICY_DATA *data, -+ X509_POLICY_TREE *tree) - { - X509_POLICY_LEVEL *last = curr - 1; - int i, matched = 0; -@@ -249,13 +264,13 @@ static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, - X509_POLICY_NODE *node = sk_X509_POLICY_NODE_value(last->nodes, i); - - if (ossl_policy_node_match(last, node, data->valid_policy)) { -- if (ossl_policy_level_add_node(curr, data, node, NULL) == NULL) -+ if (ossl_policy_level_add_node(curr, data, node, tree, 0) == NULL) - return 0; - matched = 1; - } - } - if (!matched && last->anyPolicy) { -- if (ossl_policy_level_add_node(curr, data, last->anyPolicy, NULL) == NULL) -+ if (ossl_policy_level_add_node(curr, data, last->anyPolicy, tree, 0) == NULL) - return 0; - } - return 1; -@@ -268,7 +283,8 @@ static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, - * Return value: 1 on success, 0 otherwise. - */ - static int tree_link_nodes(X509_POLICY_LEVEL *curr, -- const X509_POLICY_CACHE *cache) -+ const X509_POLICY_CACHE *cache, -+ X509_POLICY_TREE *tree) - { - int i; - -@@ -276,7 +292,7 @@ static int tree_link_nodes(X509_POLICY_LEVEL *curr, - X509_POLICY_DATA *data = sk_X509_POLICY_DATA_value(cache->data, i); - - /* Look for matching nodes in previous level */ -- if (!tree_link_matching_nodes(curr, data)) -+ if (!tree_link_matching_nodes(curr, data, tree)) - return 0; - } - return 1; -@@ -307,7 +323,7 @@ static int tree_add_unmatched(X509_POLICY_LEVEL *curr, - /* Curr may not have anyPolicy */ - data->qualifier_set = cache->anyPolicy->qualifier_set; - data->flags |= POLICY_DATA_FLAG_SHARED_QUALIFIERS; -- if (ossl_policy_level_add_node(curr, data, node, tree) == NULL) { -+ if (ossl_policy_level_add_node(curr, data, node, tree, 1) == NULL) { - ossl_policy_data_free(data); - return 0; - } -@@ -370,7 +386,7 @@ static int tree_link_any(X509_POLICY_LEVEL *curr, - /* Finally add link to anyPolicy */ - if (last->anyPolicy && - ossl_policy_level_add_node(curr, cache->anyPolicy, -- last->anyPolicy, NULL) == NULL) -+ last->anyPolicy, tree, 0) == NULL) - return 0; - return 1; - } -@@ -553,7 +569,7 @@ static int tree_calculate_user_set(X509_POLICY_TREE *tree, - extra->flags = POLICY_DATA_FLAG_SHARED_QUALIFIERS - | POLICY_DATA_FLAG_EXTRA_NODE; - node = ossl_policy_level_add_node(NULL, extra, anyPolicy->parent, -- tree); -+ tree, 1); - } - if (!tree->user_policies) { - tree->user_policies = sk_X509_POLICY_NODE_new_null(); -@@ -580,7 +596,7 @@ static int tree_evaluate(X509_POLICY_TREE *tree) - - for (i = 1; i < tree->nlevel; i++, curr++) { - cache = ossl_policy_cache_set(curr->cert); -- if (!tree_link_nodes(curr, cache)) -+ if (!tree_link_nodes(curr, cache, tree)) - return X509_PCY_TREE_INTERNAL; - - if (!(curr->flags & X509_V_FLAG_INHIBIT_ANY) diff --git a/security/openssl31/files/patch-CVE-2023-0465 b/security/openssl31/files/patch-CVE-2023-0465 deleted file mode 100644 index 3873133819b7..000000000000 --- a/security/openssl31/files/patch-CVE-2023-0465 +++ /dev/null @@ -1,126 +0,0 @@ -From 07d8baf3367cbbf81877510e5102e6193da4bfe7 Mon Sep 17 00:00:00 2001 -From: Matt Caswell -Date: Thu, 23 Mar 2023 15:31:25 +0000 -Subject: [PATCH] Updated CHANGES.md and NEWS.md for CVE-2023-0465 - -Also updated the entries for CVE-2023-0464 - -Related-to: CVE-2023-0465 - -Reviewed-by: Hugo Landau -Reviewed-by: Tomas Mraz -(Merged from https://github.com/openssl/openssl/pull/20586) ---- - CHANGES.md | 12 ++++++++++++ - NEWS.md | 6 +++++- - 2 files changed, 17 insertions(+), 1 deletion(-) - -diff --git a/CHANGES.md b/CHANGES.md -index 99cabb3057fb..511886d213f9 100644 ---- CHANGES.md.orig -+++ CHANGES.md -@@ -24,12 +24,22 @@ OpenSSL 3.1 - - ### Changes between 3.1.0 and 3.1.1 [xx XXX xxxx] - -+ * Fixed an issue where invalid certificate policies in leaf certificates are -+ silently ignored by OpenSSL and other certificate policy checks are skipped -+ for that certificate. A malicious CA could use this to deliberately assert -+ invalid certificate policies in order to circumvent policy checking on the -+ certificate altogether. -+ ([CVE-2023-0465]) -+ -+ *Matt Caswell* -+ - * Limited the number of nodes created in a policy tree to mitigate - against CVE-2023-0464. The default limit is set to 1000 nodes, which - should be sufficient for most installations. If required, the limit - can be adjusted by setting the OPENSSL_POLICY_TREE_NODES_MAX build - time define to a desired maximum number of nodes or zero to allow - unlimited growth. -+ ([CVE-2023-0464]) - - *Paul Dale* - -@@ -19689,6 +19699,8 @@ ndif - - - -+[CVE-2023-0465]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0465 -+[CVE-2023-0464]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0464 - [CVE-2023-0401]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0401 - [CVE-2023-0286]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0286 - [CVE-2023-0217]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0217 -diff --git a/NEWS.md b/NEWS.md -index c243c5e6818a..23f918f604ea 100644 ---- NEWS.md.orig -+++ NEWS.md -@@ -21,7 +21,9 @@ OpenSSL 3.1 - - ### Major changes between OpenSSL 3.1.0 and OpenSSL 3.1.1 [under development] - -- * none -+ * Fixed handling of invalid certificate policies in leaf certificates -+ ([CVE-2023-0465]) -+ * Limited the number of nodes created in a policy tree ([CVE-2023-0464]) - - ### Major changes between OpenSSL 3.0 and OpenSSL 3.1.0 [14 Mar 2023] - -@@ -1446,6 +1448,8 @@ OpenSSL 0.9.x - * Support for various new platforms - - -+[CVE-2023-0465]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0465 -+[CVE-2023-0464]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0464 - [CVE-2023-0401]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0401 - [CVE-2023-0286]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0286 - [CVE-2023-0217]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0217 -From facfb1ab745646e97a1920977ae4a9965ea61d5c Mon Sep 17 00:00:00 2001 -From: Matt Caswell -Date: Tue, 7 Mar 2023 16:52:55 +0000 -Subject: [PATCH] Ensure that EXFLAG_INVALID_POLICY is checked even in leaf - certs - -Even though we check the leaf cert to confirm it is valid, we -later ignored the invalid flag and did not notice that the leaf -cert was bad. - -Fixes: CVE-2023-0465 - -Reviewed-by: Hugo Landau -Reviewed-by: Tomas Mraz -(Merged from https://github.com/openssl/openssl/pull/20586) ---- - crypto/x509/x509_vfy.c | 12 ++++++++++-- - 1 file changed, 10 insertions(+), 2 deletions(-) - -diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c -index 9384f1da9bad..a0282c3ef121 100644 ---- crypto/x509/x509_vfy.c.orig -+++ crypto/x509/x509_vfy.c -@@ -1654,15 +1654,23 @@ static int check_policy(X509_STORE_CTX *ctx) - goto memerr; - /* Invalid or inconsistent extensions */ - if (ret == X509_PCY_TREE_INVALID) { -- int i; -+ int i, cbcalled = 0; - - /* Locate certificates with bad extensions and notify callback. */ -- for (i = 1; i < sk_X509_num(ctx->chain); i++) { -+ for (i = 0; i < sk_X509_num(ctx->chain); i++) { - X509 *x = sk_X509_value(ctx->chain, i); - -+ if ((x->ex_flags & EXFLAG_INVALID_POLICY) != 0) -+ cbcalled = 1; - CB_FAIL_IF((x->ex_flags & EXFLAG_INVALID_POLICY) != 0, - ctx, x, i, X509_V_ERR_INVALID_POLICY_EXTENSION); - } -+ if (!cbcalled) { -+ /* Should not be able to get here */ -+ ERR_raise(ERR_LIB_X509, ERR_R_INTERNAL_ERROR); -+ return 0; -+ } -+ /* The callback ignored the error so we return success */ - return 1; - } - if (ret == X509_PCY_TREE_FAILURE) { diff --git a/security/openssl31/files/patch-CVE-2023-0466 b/security/openssl31/files/patch-CVE-2023-0466 deleted file mode 100644 index c115bacd1089..000000000000 --- a/security/openssl31/files/patch-CVE-2023-0466 +++ /dev/null @@ -1,91 +0,0 @@ -From fc814a30fc4f0bc54fcea7d9a7462f5457aab061 Mon Sep 17 00:00:00 2001 -From: Tomas Mraz -Date: Tue, 21 Mar 2023 16:15:47 +0100 -Subject: [PATCH] Fix documentation of X509_VERIFY_PARAM_add0_policy() - -The function was incorrectly documented as enabling policy checking. - -Fixes: CVE-2023-0466 - -Reviewed-by: Paul Dale -Reviewed-by: Matt Caswell -(Merged from https://github.com/openssl/openssl/pull/20562) ---- - CHANGES.md | 8 ++++++++ - NEWS.md | 2 ++ - doc/man3/X509_VERIFY_PARAM_set_flags.pod | 9 +++++++-- - 3 files changed, 17 insertions(+), 2 deletions(-) - -diff --git a/CHANGES.md b/CHANGES.md -index 511886d213f9..dc701f0388de 100644 ---- CHANGES.md.orig -+++ CHANGES.md -@@ -24,6 +24,13 @@ OpenSSL 3.1 - - ### Changes between 3.1.0 and 3.1.1 [xx XXX xxxx] - -+ * Corrected documentation of X509_VERIFY_PARAM_add0_policy() to mention -+ that it does not enable policy checking. Thanks to David Benjamin for -+ discovering this issue. -+ ([CVE-2023-0466]) -+ -+ *Tomáš Mráz* -+ - * Fixed an issue where invalid certificate policies in leaf certificates are - silently ignored by OpenSSL and other certificate policy checks are skipped - for that certificate. A malicious CA could use this to deliberately assert -@@ -19699,6 +19706,7 @@ ndif - - - -+[CVE-2023-0466]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0466 - [CVE-2023-0465]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0465 - [CVE-2023-0464]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0464 - [CVE-2023-0401]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0401 -diff --git a/NEWS.md b/NEWS.md -index 23f918f604ea..9477662c822d 100644 ---- NEWS.md.orig -+++ NEWS.md -@@ -21,6 +21,7 @@ OpenSSL 3.1 - - ### Major changes between OpenSSL 3.1.0 and OpenSSL 3.1.1 [under development] - -+ * Fixed documentation of X509_VERIFY_PARAM_add0_policy() ([CVE-2023-0466]) - * Fixed handling of invalid certificate policies in leaf certificates - ([CVE-2023-0465]) - * Limited the number of nodes created in a policy tree ([CVE-2023-0464]) -@@ -1448,6 +1449,7 @@ OpenSSL 0.9.x - * Support for various new platforms - - -+[CVE-2023-0466]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0466 - [CVE-2023-0465]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0465 - [CVE-2023-0464]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0464 - [CVE-2023-0401]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-0401 -diff --git a/doc/man3/X509_VERIFY_PARAM_set_flags.pod b/doc/man3/X509_VERIFY_PARAM_set_flags.pod -index 20aea99b5b3a..fcbbfc4c3067 100644 ---- doc/man3/X509_VERIFY_PARAM_set_flags.pod.orig -+++ doc/man3/X509_VERIFY_PARAM_set_flags.pod -@@ -98,8 +98,9 @@ B. - X509_VERIFY_PARAM_set_time() sets the verification time in B to - B. Normally the current time is used. - --X509_VERIFY_PARAM_add0_policy() enables policy checking (it is disabled --by default) and adds B to the acceptable policy set. -+X509_VERIFY_PARAM_add0_policy() adds B to the acceptable policy set. -+Contrary to preexisting documentation of this function it does not enable -+policy checking. - - X509_VERIFY_PARAM_set1_policies() enables policy checking (it is disabled - by default) and sets the acceptable policy set to B. Any existing -@@ -400,6 +401,10 @@ The X509_VERIFY_PARAM_get_hostflags() function was added in OpenSSL 1.1.0i. - The X509_VERIFY_PARAM_get0_host(), X509_VERIFY_PARAM_get0_email(), - and X509_VERIFY_PARAM_get1_ip_asc() functions were added in OpenSSL 3.0. - -+The function X509_VERIFY_PARAM_add0_policy() was historically documented as -+enabling policy checking however the implementation has never done this. -+The documentation was changed to align with the implementation. -+ - =head1 COPYRIGHT - - Copyright 2009-2023 The OpenSSL Project Authors. All Rights Reserved. diff --git a/security/py-bitbox02/Makefile b/security/py-bitbox02/Makefile index 4ed09763f182..11161a50c182 100644 --- a/security/py-bitbox02/Makefile +++ b/security/py-bitbox02/Makefile @@ -1,6 +1,5 @@ PORTNAME= bitbox02 -PORTVERSION= 6.1.1 -PORTREVISION= 1 +PORTVERSION= 6.2.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +9,6 @@ COMMENT= Python API for communicating with the BitBox02 device WWW= https://pypi.org/project/bitbox02/ LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}base58>=2.0.0:security/py-base58@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ecdsa>=0.14:security/py-ecdsa@${PY_FLAVOR} \ diff --git a/security/py-bitbox02/distinfo b/security/py-bitbox02/distinfo index 03430ff0feb9..e8de7efd0633 100644 --- a/security/py-bitbox02/distinfo +++ b/security/py-bitbox02/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660216845 -SHA256 (bitbox02-6.1.1.tar.gz) = 99503409d6c61899f8e11eb11e7a29866b2754cb02c03acf34cdef99755aedd8 -SIZE (bitbox02-6.1.1.tar.gz) = 49033 +TIMESTAMP = 1685523635 +SHA256 (bitbox02-6.2.0.tar.gz) = cede06e399c98ed536fed6d8a421208daa00f97b697bd8363a941ac5f33309bf +SIZE (bitbox02-6.2.0.tar.gz) = 45773 diff --git a/security/py-pycrypto/Makefile b/security/py-pycrypto/Makefile deleted file mode 100644 index bdebb7649e25..000000000000 --- a/security/py-pycrypto/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -PORTNAME= pycrypto -PORTVERSION= 2.6.1 -PORTREVISION= 3 -CATEGORIES= security python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python Cryptography Toolkit -WWW= https://pycrypto.org - -LICENSE= PD -LICENSE_FILE= ${WRKSRC}/COPYRIGHT - -DEPRECATED= Unmaintained, obsolete, and contains security vulnerabilities. Use security/py-pycryptodome instead -EXPIRATION_DATE=2022-06-30 - -USES= cpe python:3.6-3.10 -USE_PYTHON= distutils autoplist - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pycryptodome - -CPE_VENDOR= dlitz - -GNU_CONFIGURE= yes - -OPTIONS_DEFINE= GMP -OPTIONS_DEFAULT= GMP - -GMP_DESC= Use GMP for faster DSA/RSA operations -GMP_CONFIGURE_WITH= gmp -GMP_CPPFLAGS= -I${LOCALBASE}/include -GMP_LDFLAGS= -L${LOCALBASE}/lib -GMP_LIB_DEPENDS= libgmp.so:math/gmp - -pre-patch: - @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/setup.py - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Crypto/*/*.so - -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test - -.include diff --git a/security/py-pycrypto/distinfo b/security/py-pycrypto/distinfo deleted file mode 100644 index 073aa25f7187..000000000000 --- a/security/py-pycrypto/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pycrypto-2.6.1.tar.gz) = f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c -SIZE (pycrypto-2.6.1.tar.gz) = 446240 diff --git a/security/py-pycrypto/files/patch-2to3 b/security/py-pycrypto/files/patch-2to3 deleted file mode 100644 index 19396d777fa0..000000000000 --- a/security/py-pycrypto/files/patch-2to3 +++ /dev/null @@ -1,1329 +0,0 @@ ---- lib/Crypto/Protocol/AllOrNothing.py.orig 2012-05-24 12:55:30 UTC -+++ lib/Crypto/Protocol/AllOrNothing.py -@@ -48,6 +48,7 @@ import operator - import sys - from Crypto.Util.number import bytes_to_long, long_to_bytes - from Crypto.Util.py3compat import * -+from functools import reduce - - def isInt(x): - test = 0 -@@ -186,11 +187,11 @@ class AllOrNothing: - # better have at least 2 blocks, for the padbytes package and the hash - # block accumulator - if len(blocks) < 2: -- raise ValueError, "List must be at least length 2." -+ raise ValueError("List must be at least length 2.") - - # blocks is a list of strings. We need to deal with them as long - # integers -- blocks = map(bytes_to_long, blocks) -+ blocks = list(map(bytes_to_long, blocks)) - - # Calculate the well-known key, to which the hash blocks are - # encrypted, and create the hash cipher. -@@ -271,15 +272,15 @@ Where: - - def usage(code, msg=None): - if msg: -- print msg -- print usagemsg % {'program': sys.argv[0], -- 'ciphermodule': ciphermodule} -+ print(msg) -+ print(usagemsg % {'program': sys.argv[0], -+ 'ciphermodule': ciphermodule}) - sys.exit(code) - - try: - opts, args = getopt.getopt(sys.argv[1:], - 'c:l', ['cipher=', 'aslong']) -- except getopt.error, msg: -+ except getopt.error as msg: - usage(1, msg) - - if args: -@@ -297,23 +298,23 @@ Where: - module = __import__('Crypto.Cipher.'+ciphermodule, None, None, ['new']) - - x = AllOrNothing(module) -- print 'Original text:\n==========' -- print __doc__ -- print '==========' -+ print('Original text:\n==========') -+ print(__doc__) -+ print('==========') - msgblocks = x.digest(b(__doc__)) -- print 'message blocks:' -- for i, blk in zip(range(len(msgblocks)), msgblocks): -+ print('message blocks:') -+ for i, blk in zip(list(range(len(msgblocks))), msgblocks): - # base64 adds a trailing newline -- print ' %3d' % i, -+ print(' %3d' % i, end=' ') - if aslong: -- print bytes_to_long(blk) -+ print(bytes_to_long(blk)) - else: -- print base64.encodestring(blk)[:-1] -+ print(base64.encodestring(blk)[:-1]) - # - # get a new undigest-only object so there's no leakage - y = AllOrNothing(module) - text = y.undigest(msgblocks) - if text == b(__doc__): -- print 'They match!' -+ print('They match!') - else: -- print 'They differ!' -+ print('They differ!') ---- lib/Crypto/Protocol/Chaffing.py.orig 2012-05-24 12:55:30 UTC -+++ lib/Crypto/Protocol/Chaffing.py -@@ -106,9 +106,9 @@ class Chaff: - """ - - if not (0.0<=factor<=1.0): -- raise ValueError, "'factor' must be between 0.0 and 1.0" -+ raise ValueError("'factor' must be between 0.0 and 1.0") - if blocksper < 0: -- raise ValueError, "'blocksper' must be zero or more" -+ raise ValueError("'blocksper' must be zero or more") - - self.__factor = factor - self.__blocksper = blocksper -@@ -139,8 +139,8 @@ class Chaff: - # number of chaff blocks to add per message block that is being - # chaffed. - count = len(blocks) * self.__factor -- blocksper = range(self.__blocksper) -- for i, wheat in zip(range(len(blocks)), blocks): -+ blocksper = list(range(self.__blocksper)) -+ for i, wheat in zip(list(range(len(blocks))), blocks): - # it shouldn't matter which of the n blocks we add chaff to, so for - # ease of implementation, we'll just add them to the first count - # blocks -@@ -185,9 +185,9 @@ abolish it, and to institute new Government, laying it - principles and organizing its powers in such form, as to them shall seem most - likely to effect their Safety and Happiness. - """ -- print 'Original text:\n==========' -- print text -- print '==========' -+ print('Original text:\n==========') -+ print(text) -+ print('==========') - - # first transform the text into packets - blocks = [] ; size = 40 -@@ -195,7 +195,7 @@ likely to effect their Safety and Happiness. - blocks.append( text[i:i+size] ) - - # now get MACs for all the text blocks. The key is obvious... -- print 'Calculating MACs...' -+ print('Calculating MACs...') - from Crypto.Hash import HMAC, SHA - key = 'Jefferson' - macs = [HMAC.new(key, block, digestmod=SHA).digest() -@@ -205,13 +205,13 @@ likely to effect their Safety and Happiness. - - # put these into a form acceptable as input to the chaffing procedure - source = [] -- m = zip(range(len(blocks)), blocks, macs) -- print m -+ m = list(zip(list(range(len(blocks))), blocks, macs)) -+ print(m) - for i, data, mac in m: - source.append((i, data, mac)) - - # now chaff these -- print 'Adding chaff...' -+ print('Adding chaff...') - c = Chaff(factor=0.5, blocksper=2) - chaffed = c.chaff(source) - -@@ -221,7 +221,7 @@ likely to effect their Safety and Happiness. - # the chaff - - wheat = [] -- print 'chaffed message blocks:' -+ print('chaffed message blocks:') - for i, data, mac in chaffed: - # do the authentication - h = HMAC.new(key, data, digestmod=SHA) -@@ -232,14 +232,14 @@ likely to effect their Safety and Happiness. - else: - tag = ' ' - # base64 adds a trailing newline -- print tag, '%3d' % i, \ -- repr(data), encodestring(mac)[:-1] -+ print(tag, '%3d' % i, \ -+ repr(data), encodestring(mac)[:-1]) - - # now decode the message packets and check it against the original text -- print 'Undigesting wheat...' -+ print('Undigesting wheat...') - # PY3K: This is meant to be text, do not change to bytes (data) - newtext = "".join(wheat) - if newtext == text: -- print 'They match!' -+ print('They match!') - else: -- print 'They differ!' -+ print('They differ!') ---- lib/Crypto/PublicKey/_DSA.py.orig 2013-10-14 21:38:10 UTC -+++ lib/Crypto/PublicKey/_DSA.py -@@ -50,7 +50,7 @@ def generateQ(randfunc): - q=q*256+c - while (not isPrime(q)): - q=q+2 -- if pow(2,159L) < q < pow(2,160L): -+ if pow(2,159) < q < pow(2,160): - return S, q - raise RuntimeError('Bad q value generated') - -@@ -80,7 +80,7 @@ def generate_py(bits, randfunc, progress_func=None): - V[k]=bytes_to_long(SHA.new(S+bstr(N)+bstr(k)).digest()) - W=V[n] % powb - for k in range(n-1, -1, -1): -- W=(W<<160L)+V[k] -+ W=(W<<160)+V[k] - X=W+powL1 - p=X-(X%(2*obj.q)-1) - if powL1<=p and isPrime(p): ---- lib/Crypto/PublicKey/_RSA.py.orig 2012-05-24 12:55:30 UTC -+++ lib/Crypto/PublicKey/_RSA.py -@@ -37,12 +37,12 @@ def generate_py(bits, randfunc, progress_func=None, e= - if present, to display the progress of the key generation. - """ - obj=RSAobj() -- obj.e = long(e) -+ obj.e = int(e) - - # Generate the prime factors of n - if progress_func: - progress_func('p,q\n') -- p = q = 1L -+ p = q = 1 - while number.size(p*q) < bits: - # Note that q might be one bit longer than p if somebody specifies an odd - # number of bits for the key. (Why would anyone do that? You don't get ---- lib/Crypto/PublicKey/_slowmath.py.orig 2012-05-24 12:55:30 UTC -+++ lib/Crypto/PublicKey/_slowmath.py -@@ -81,12 +81,12 @@ class _RSAKey(object): - - def rsa_construct(n, e, d=None, p=None, q=None, u=None): - """Construct an RSAKey object""" -- assert isinstance(n, long) -- assert isinstance(e, long) -- assert isinstance(d, (long, type(None))) -- assert isinstance(p, (long, type(None))) -- assert isinstance(q, (long, type(None))) -- assert isinstance(u, (long, type(None))) -+ assert isinstance(n, int) -+ assert isinstance(e, int) -+ assert isinstance(d, (int, type(None))) -+ assert isinstance(p, (int, type(None))) -+ assert isinstance(q, (int, type(None))) -+ assert isinstance(u, (int, type(None))) - obj = _RSAKey() - obj.n = n - obj.e = e -@@ -151,7 +151,7 @@ class _DSAKey(object): - # SECURITY TODO - We _should_ be computing SHA1(m), but we don't because that's the API. - if not self.has_private(): - raise TypeError("No private key") -- if not (1L < k < self.q): -+ if not (1 < k < self.q): - raise ValueError("k is not between 2 and q-1") - inv_k = inverse(k, self.q) # Compute k**-1 mod q - r = pow(self.g, k, self.p) % self.q # r = (g**k mod p) mod q -@@ -169,11 +169,11 @@ class _DSAKey(object): - return v == r - - def dsa_construct(y, g, p, q, x=None): -- assert isinstance(y, long) -- assert isinstance(g, long) -- assert isinstance(p, long) -- assert isinstance(q, long) -- assert isinstance(x, (long, type(None))) -+ assert isinstance(y, int) -+ assert isinstance(g, int) -+ assert isinstance(p, int) -+ assert isinstance(q, int) -+ assert isinstance(x, (int, type(None))) - obj = _DSAKey() - obj.y = y - obj.g = g ---- lib/Crypto/PublicKey/RSA.py.orig 2013-10-14 21:38:10 UTC -+++ lib/Crypto/PublicKey/RSA.py -@@ -288,7 +288,7 @@ class _RSAobj(pubkey.pubkey): - self.implementation = RSAImplementation() - t = [] - for k in self.keydata: -- if not d.has_key(k): -+ if k not in d: - break - t.append(d[k]) - self.key = self.implementation._math.rsa_construct(*tuple(t)) -@@ -582,7 +582,7 @@ class RSAImplementation(object): - if privateKey.isType('OCTET STRING'): - return self._importKeyDER(privateKey.payload) - -- except ValueError, IndexError: -+ except ValueError as IndexError: - pass - - raise ValueError("RSA key format is not supported") ---- lib/Crypto/Random/Fortuna/FortunaAccumulator.py.orig 2013-10-14 21:38:10 UTC -+++ lib/Crypto/Random/Fortuna/FortunaAccumulator.py -@@ -34,9 +34,9 @@ import time - import warnings - - from Crypto.pct_warnings import ClockRewindWarning --import SHAd256 -+from . import SHAd256 - --import FortunaGenerator -+from . import FortunaGenerator - - class FortunaPool(object): - """Fortuna pool type -@@ -89,7 +89,7 @@ def which_pools(r): - retval.append(i) - else: - break # optimization. once this fails, it always fails -- mask = (mask << 1) | 1L -+ mask = (mask << 1) | 1 - return retval - - class FortunaAccumulator(object): ---- lib/Crypto/Random/OSRNG/posix.py.orig 2012-05-24 12:55:30 UTC -+++ lib/Crypto/Random/OSRNG/posix.py -@@ -29,7 +29,7 @@ import errno - import os - import stat - --from rng_base import BaseRNG -+from .rng_base import BaseRNG - from Crypto.Util.py3compat import b - - class DevURandomRNG(BaseRNG): -@@ -63,7 +63,7 @@ class DevURandomRNG(BaseRNG): - while len(data) < N: - try: - d = self.__file.read(N - len(data)) -- except IOError, e: -+ except IOError as e: - # read(2) has been interrupted by a signal; redo the read - if e.errno == errno.EINTR: - continue ---- lib/Crypto/Random/random.py.orig 2013-10-14 21:38:10 UTC -+++ lib/Crypto/Random/random.py -@@ -47,7 +47,7 @@ class StrongRandom(object): - """Return a python long integer with k random bits.""" - if self._randfunc is None: - self._randfunc = Random.new().read -- mask = (1L << k) - 1 -+ mask = (1 << k) - 1 - return mask & bytes_to_long(self._randfunc(ceil_div(k, 8))) - - def randrange(self, *args): -@@ -64,9 +64,9 @@ class StrongRandom(object): - step = 1 - else: - raise TypeError("randrange expected at most 3 arguments, got %d" % (len(args),)) -- if (not isinstance(start, (int, long)) -- or not isinstance(stop, (int, long)) -- or not isinstance(step, (int, long))): -+ if (not isinstance(start, int) -+ or not isinstance(stop, int) -+ or not isinstance(step, int)): - raise TypeError("randrange requires integer arguments") - if step == 0: - raise ValueError("randrange step argument must not be zero") -@@ -86,7 +86,7 @@ class StrongRandom(object): - - def randint(self, a, b): - """Return a random integer N such that a <= N <= b.""" -- if not isinstance(a, (int, long)) or not isinstance(b, (int, long)): -+ if not isinstance(a, int) or not isinstance(b, int): - raise TypeError("randint requires integer arguments") - N = self.randrange(a, b+1) - assert a <= N <= b -@@ -108,7 +108,7 @@ class StrongRandom(object): - - # Choose a random item (without replacement) until all the items have been - # chosen. -- for i in xrange(len(x)): -+ for i in range(len(x)): - x[i] = items.pop(self.randrange(len(items))) - - def sample(self, population, k): -@@ -120,9 +120,9 @@ class StrongRandom(object): - - retval = [] - selected = {} # we emulate a set using a dict here -- for i in xrange(k): -+ for i in range(k): - r = None -- while r is None or selected.has_key(r): -+ while r is None or r in selected: - r = self.randrange(num_choices) - retval.append(population[r]) - selected[r] = 1 ---- lib/Crypto/SelfTest/Cipher/common.py.orig 2013-10-14 21:38:10 UTC -+++ lib/Crypto/SelfTest/Cipher/common.py -@@ -97,9 +97,9 @@ class CipherSelfTest(unittest.TestCase): - from Crypto.Util import Counter - ctr_class = _extract(params, 'ctr_class', Counter.new) - ctr_params = _extract(params, 'ctr_params', {}).copy() -- if ctr_params.has_key('prefix'): ctr_params['prefix'] = a2b_hex(b(ctr_params['prefix'])) -- if ctr_params.has_key('suffix'): ctr_params['suffix'] = a2b_hex(b(ctr_params['suffix'])) -- if not ctr_params.has_key('nbits'): -+ if 'prefix' in ctr_params: ctr_params['prefix'] = a2b_hex(b(ctr_params['prefix'])) -+ if 'suffix' in ctr_params: ctr_params['suffix'] = a2b_hex(b(ctr_params['suffix'])) -+ if 'nbits' not in ctr_params: - ctr_params['nbits'] = 8*(self.module.block_size - len(ctr_params.get('prefix', '')) - len(ctr_params.get('suffix', ''))) - params['counter'] = ctr_class(**ctr_params) - -@@ -202,7 +202,7 @@ class CTRWraparoundTest(unittest.TestCase): - - for disable_shortcut in (0, 1): # (False, True) Test CTR-mode shortcut and PyObject_CallObject code paths - for little_endian in (0, 1): # (False, True) Test both endiannesses -- ctr = Counter.new(8*self.module.block_size, initial_value=2L**(8*self.module.block_size)-1, little_endian=little_endian, disable_shortcut=disable_shortcut) -+ ctr = Counter.new(8*self.module.block_size, initial_value=2**(8*self.module.block_size)-1, little_endian=little_endian, disable_shortcut=disable_shortcut) - cipher = self.module.new(a2b_hex(self.key), self.module.MODE_CTR, counter=ctr) - block = b("\x00") * self.module.block_size - cipher.encrypt(block) -@@ -347,12 +347,12 @@ def make_block_tests(module, module_name, test_data): - tests.append(CipherStreamingSelfTest(module, params)) - - # When using CTR mode, test the non-shortcut code path. -- if p_mode == 'CTR' and not params.has_key('ctr_class'): -+ if p_mode == 'CTR' and 'ctr_class' not in params: - params2 = params.copy() - params2['description'] += " (shortcut disabled)" - ctr_params2 = params.get('ctr_params', {}).copy() - params2['ctr_params'] = ctr_params2 -- if not params2['ctr_params'].has_key('disable_shortcut'): -+ if 'disable_shortcut' not in params2['ctr_params']: - params2['ctr_params']['disable_shortcut'] = 1 - tests.append(CipherSelfTest(module, params2)) - return tests ---- lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py.orig 2012-05-24 12:55:30 UTC -+++ lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -@@ -41,7 +41,7 @@ def t2b(t): - """Convert a text string with bytes in hex form to a byte string""" - clean = b(rws(t)) - if len(clean)%2 == 1: -- print clean -+ print(clean) - raise ValueError("Even number of characters expected") - return a2b_hex(clean) - -@@ -154,7 +154,7 @@ HKukWBcq9f/UOmS0oEhai/6g+Uf7VHJdWaeO5LzuvwU= - def testEncryptVerify1(self): - # Encrypt/Verify messages of length [0..RSAlen-11] - # and therefore padding [8..117] -- for pt_len in xrange(0,128-11+1): -+ for pt_len in range(0,128-11+1): - pt = self.rng(pt_len) - cipher = PKCS.new(self.key1024) - ct = cipher.encrypt(pt) ---- lib/Crypto/SelfTest/PublicKey/test_ElGamal.py.orig 2012-05-24 12:55:30 UTC -+++ lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -@@ -105,8 +105,8 @@ class ElGamalTest(unittest.TestCase): - d = self.convert_tv(tv, as_longs) - key = ElGamal.construct(d['key']) - ct = key.encrypt(d['pt'], d['k']) -- self.assertEquals(ct[0], d['ct1']) -- self.assertEquals(ct[1], d['ct2']) -+ self.assertEqual(ct[0], d['ct1']) -+ self.assertEqual(ct[1], d['ct2']) - - def test_decryption(self): - for tv in self.tve: -@@ -114,7 +114,7 @@ class ElGamalTest(unittest.TestCase): - d = self.convert_tv(tv, as_longs) - key = ElGamal.construct(d['key']) - pt = key.decrypt((d['ct1'], d['ct2'])) -- self.assertEquals(pt, d['pt']) -+ self.assertEqual(pt, d['pt']) - - def test_signing(self): - for tv in self.tvs: -@@ -122,8 +122,8 @@ class ElGamalTest(unittest.TestCase): - d = self.convert_tv(tv, as_longs) - key = ElGamal.construct(d['key']) - sig1, sig2 = key.sign(d['h'], d['k']) -- self.assertEquals(sig1, d['sig1']) -- self.assertEquals(sig2, d['sig2']) -+ self.assertEqual(sig1, d['sig1']) -+ self.assertEqual(sig2, d['sig2']) - - def test_verification(self): - for tv in self.tvs: -@@ -132,17 +132,17 @@ class ElGamalTest(unittest.TestCase): - key = ElGamal.construct(d['key']) - # Positive test - res = key.verify( d['h'], (d['sig1'],d['sig2']) ) -- self.failUnless(res) -+ self.assertTrue(res) - # Negative test - res = key.verify( d['h'], (d['sig1']+1,d['sig2']) ) -- self.failIf(res) -+ self.assertFalse(res) - - def convert_tv(self, tv, as_longs=0): - """Convert a test vector from textual form (hexadecimal ascii - to either integers or byte strings.""" - key_comps = 'p','g','y','x' - tv2 = {} -- for c in tv.keys(): -+ for c in list(tv.keys()): - tv2[c] = a2b_hex(tv[c]) - if as_longs or c in key_comps or c in ('sig1','sig2'): - tv2[c] = bytes_to_long(tv2[c]) -@@ -163,41 +163,41 @@ class ElGamalTest(unittest.TestCase): - def _check_private_key(self, elgObj): - - # Check capabilities -- self.failUnless(elgObj.has_private()) -- self.failUnless(elgObj.can_sign()) -- self.failUnless(elgObj.can_encrypt()) -+ self.assertTrue(elgObj.has_private()) -+ self.assertTrue(elgObj.can_sign()) -+ self.assertTrue(elgObj.can_encrypt()) - - # Sanity check key data -- self.failUnless(1 (1L << bits-1)-1, 1) -- self.assertEqual(x < (1L << bits), 1) -+ self.assertEqual(x > (1 << bits-1)-1, 1) -+ self.assertEqual(x < (1 << bits), 1) - e = 2**16+1 - x = number.getStrongPrime(bits, e) - self.assertEqual(number.GCD(x-1, e), 1) - self.assertNotEqual(x % 2, 0) -- self.assertEqual(x > (1L << bits-1)-1, 1) -- self.assertEqual(x < (1L << bits), 1) -+ self.assertEqual(x > (1 << bits-1)-1, 1) -+ self.assertEqual(x < (1 << bits), 1) - e = 2**16+2 - x = number.getStrongPrime(bits, e) - self.assertEqual(number.GCD((x-1)>>1, e), 1) - self.assertNotEqual(x % 2, 0) -- self.assertEqual(x > (1L << bits-1)-1, 1) -- self.assertEqual(x < (1L << bits), 1) -+ self.assertEqual(x > (1 << bits-1)-1, 1) -+ self.assertEqual(x < (1 << bits), 1) - - def test_isPrime(self): - """Util.number.isPrime""" -@@ -258,28 +258,28 @@ class MiscTests(unittest.TestCase): - self.assertEqual(number.isPrime(2), True) - self.assertEqual(number.isPrime(3), True) - self.assertEqual(number.isPrime(4), False) -- self.assertEqual(number.isPrime(2L**1279-1), True) -- self.assertEqual(number.isPrime(-(2L**1279-1)), False) # Regression test: negative numbers should not be prime -+ self.assertEqual(number.isPrime(2**1279-1), True) -+ self.assertEqual(number.isPrime(-(2**1279-1)), False) # Regression test: negative numbers should not be prime - # test some known gmp pseudo-primes taken from - # http://www.trnicely.net/misc/mpzspsp.html - for composite in (43 * 127 * 211, 61 * 151 * 211, 15259 * 30517, -- 346141L * 692281L, 1007119L * 2014237L, 3589477L * 7178953L, -- 4859419L * 9718837L, 2730439L * 5460877L, -- 245127919L * 490255837L, 963939391L * 1927878781L, -- 4186358431L * 8372716861L, 1576820467L * 3153640933L): -- self.assertEqual(number.isPrime(long(composite)), False) -+ 346141 * 692281, 1007119 * 2014237, 3589477 * 7178953, -+ 4859419 * 9718837, 2730439 * 5460877, -+ 245127919 * 490255837, 963939391 * 1927878781, -+ 4186358431 * 8372716861, 1576820467 * 3153640933): -+ self.assertEqual(number.isPrime(int(composite)), False) - - def test_size(self): - self.assertEqual(number.size(2),2) - self.assertEqual(number.size(3),2) - self.assertEqual(number.size(0xa2),8) - self.assertEqual(number.size(0xa2ba40),8*3) -- self.assertEqual(number.size(0xa2ba40ee07e3b2bd2f02ce227f36a195024486e49c19cb41bbbdfbba98b22b0e577c2eeaffa20d883a76e65e394c69d4b3c05a1e8fadda27edb2a42bc000fe888b9b32c22d15add0cd76b3e7936e19955b220dd17d4ea904b1ec102b2e4de7751222aa99151024c7cb41cc5ea21d00eeb41f7c800834d2c6e06bce3bce7ea9a5L), 1024) -+ self.assertEqual(number.size(0xa2ba40ee07e3b2bd2f02ce227f36a195024486e49c19cb41bbbdfbba98b22b0e577c2eeaffa20d883a76e65e394c69d4b3c05a1e8fadda27edb2a42bc000fe888b9b32c22d15add0cd76b3e7936e19955b220dd17d4ea904b1ec102b2e4de7751222aa99151024c7cb41cc5ea21d00eeb41f7c800834d2c6e06bce3bce7ea9a5), 1024) - - def test_negative_number_roundtrip_mpzToLongObj_longObjToMPZ(self): - """Test that mpzToLongObj and longObjToMPZ (internal functions) roundtrip negative numbers correctly.""" -- n = -100000000000000000000000000000000000L -- e = 2L -+ n = -100000000000000000000000000000000000 -+ e = 2 - k = number._fastmath.rsa_construct(n, e) - self.assertEqual(n, k.n) - self.assertEqual(e, k.e) ---- lib/Crypto/Util/_number_new.py.orig 2012-05-24 12:55:30 UTC -+++ lib/Crypto/Util/_number_new.py -@@ -37,11 +37,11 @@ def ceil_shift(n, b): - This is done by right-shifting n by b bits and incrementing the result by 1 - if any '1' bits were shifted out. - """ -- if not isinstance(n, (int, long)) or not isinstance(b, (int, long)): -+ if not isinstance(n, int) or not isinstance(b, int): - raise TypeError("unsupported operand type(s): %r and %r" % (type(n).__name__, type(b).__name__)) - - assert n >= 0 and b >= 0 # I haven't tested or even thought about negative values -- mask = (1L << b) - 1 -+ mask = (1 << b) - 1 - if n & mask: - return (n >> b) + 1 - else: -@@ -50,7 +50,7 @@ def ceil_shift(n, b): - def ceil_div(a, b): - """Return ceil(a / b) without performing any floating-point operations.""" - -- if not isinstance(a, (int, long)) or not isinstance(b, (int, long)): -+ if not isinstance(a, int) or not isinstance(b, int): - raise TypeError("unsupported operand type(s): %r and %r" % (type(a).__name__, type(b).__name__)) - - (q, r) = divmod(a, b) -@@ -60,7 +60,7 @@ def ceil_div(a, b): - return q - - def floor_div(a, b): -- if not isinstance(a, (int, long)) or not isinstance(b, (int, long)): -+ if not isinstance(a, int) or not isinstance(b, int): - raise TypeError("unsupported operand type(s): %r and %r" % (type(a).__name__, type(b).__name__)) - - (q, r) = divmod(a, b) -@@ -72,10 +72,10 @@ def exact_log2(num): - If no such integer exists, this function raises ValueError. - """ - -- if not isinstance(num, (int, long)): -+ if not isinstance(num, int): - raise TypeError("unsupported operand type: %r" % (type(num).__name__,)) - -- n = long(num) -+ n = int(num) - if n <= 0: - raise ValueError("cannot compute logarithm of non-positive number") - -@@ -87,7 +87,7 @@ def exact_log2(num): - n >>= 1 - i -= 1 - -- assert num == (1L << i) -+ assert num == (1 << i) - return i - - def exact_div(p, d, allow_divzero=False): -@@ -101,7 +101,7 @@ def exact_div(p, d, allow_divzero=False): - unless allow_divzero is true (default: False). - """ - -- if not isinstance(p, (int, long)) or not isinstance(d, (int, long)): -+ if not isinstance(p, int) or not isinstance(d, int): - raise TypeError("unsupported operand type(s): %r and %r" % (type(p).__name__, type(d).__name__)) - - if d == 0 and allow_divzero: ---- lib/Crypto/Util/number.py.orig 2012-05-24 12:55:30 UTC -+++ lib/Crypto/Util/number.py -@@ -32,7 +32,7 @@ import math - import sys - from Crypto.Util.py3compat import * - --bignum = long -+bignum = int - try: - from Crypto.PublicKey import _fastmath - except ImportError: -@@ -57,7 +57,7 @@ if _fastmath is not None and not _fastmath.HAVE_DECL_M - _warn("Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.", PowmInsecureWarning) - - # New functions --from _number_new import * -+from ._number_new import * - - # Commented out and replaced with faster versions below - ## def long2str(n): -@@ -136,7 +136,7 @@ def getRandomNBitInteger(N, randfunc=None): - the future. - """ - value = getRandomInteger (N-1, randfunc) -- value |= 2L ** (N-1) # Ensure high bit is set -+ value |= 2 ** (N-1) # Ensure high bit is set - assert size(value) >= N - return value - -@@ -153,8 +153,8 @@ def inverse(u, v): - """inverse(u:long, v:long):long - Return the inverse of u mod v. - """ -- u3, v3 = long(u), long(v) -- u1, v1 = 1L, 0L -+ u3, v3 = int(u), int(v) -+ u1, v1 = 1, 0 - while v3 > 0: - q=divmod(u3, v3)[0] - u1, v1 = v1, u1 - v1*q -@@ -208,7 +208,7 @@ def _rabinMillerTest(n, rounds, randfunc=None): - - tested = [] - # we need to do at most n-2 rounds. -- for i in xrange (min (rounds, n-2)): -+ for i in range (min (rounds, n-2)): - # randomly choose a < n and make sure it hasn't been tested yet - a = getRandomRange (2, n, randfunc) - while a in tested: -@@ -219,7 +219,7 @@ def _rabinMillerTest(n, rounds, randfunc=None): - if z == 1 or z == n_1: - continue - composite = 1 -- for r in xrange (b): -+ for r in range (b): - z = (z * z) % n - if z == 1: - return 0 -@@ -261,7 +261,7 @@ def getStrongPrime(N, e=0, false_positive_prob=1e-6, r - - # Use the accelerator if available - if _fastmath is not None: -- return _fastmath.getStrongPrime(long(N), long(e), false_positive_prob, -+ return _fastmath.getStrongPrime(int(N), int(e), false_positive_prob, - randfunc) - - if (N < 512) or ((N % 128) != 0): -@@ -275,9 +275,9 @@ def getStrongPrime(N, e=0, false_positive_prob=1e-6, r - x = (N - 512) >> 7; - # We need to approximate the sqrt(2) in the lower_bound by an integer - # expression because floating point math overflows with these numbers -- lower_bound = divmod(14142135623730950489L * (2L ** (511 + 128*x)), -- 10000000000000000000L)[0] -- upper_bound = (1L << (512 + 128*x)) - 1 -+ lower_bound = divmod(14142135623730950489 * (2 ** (511 + 128*x)), -+ 10000000000000000000)[0] -+ upper_bound = (1 << (512 + 128*x)) - 1 - # Randomly choose X in calculated range - X = getRandomRange (lower_bound, upper_bound, randfunc) - -@@ -291,7 +291,7 @@ def getStrongPrime(N, e=0, false_positive_prob=1e-6, r - # sieve the field - for prime in sieve_base: - offset = y % prime -- for j in xrange ((prime - offset) % prime, len (field), prime): -+ for j in range ((prime - offset) % prime, len (field), prime): - field[j] = 1 - - # look for suitable p[i] starting at y -@@ -347,7 +347,7 @@ def getStrongPrime(N, e=0, false_positive_prob=1e-6, r - X += increment - # abort when X has more bits than requested - # TODO: maybe we shouldn't abort but rather start over. -- if X >= 1L << N: -+ if X >= 1 << N: - raise RuntimeError ("Couln't find prime in field. " - "Developer: Increase field_size") - return X -@@ -365,7 +365,7 @@ def isPrime(N, false_positive_prob=1e-6, randfunc=None - If randfunc is omitted, then Random.new().read is used. - """ - if _fastmath is not None: -- return _fastmath.isPrime(long(N), false_positive_prob, randfunc) -+ return _fastmath.isPrime(int(N), false_positive_prob, randfunc) - - if N < 3 or N & 1 == 0: - return N == 2 -@@ -394,10 +394,10 @@ def long_to_bytes(n, blocksize=0): - """ - # after much testing, this algorithm was deemed to be the fastest - s = b('') -- n = long(n) -+ n = int(n) - pack = struct.pack - while n > 0: -- s = pack('>I', n & 0xffffffffL) + s -+ s = pack('>I', n & 0xffffffff) + s - n = n >> 32 - # strip off leading zeros - for i in range(len(s)): -@@ -420,7 +420,7 @@ def bytes_to_long(s): - - This is (essentially) the inverse of long_to_bytes(). - """ -- acc = 0L -+ acc = 0 - unpack = struct.unpack - length = len(s) - if length % 4: ---- lib/Crypto/Util/RFC1751.py.orig 2012-05-24 12:55:30 UTC -+++ lib/Crypto/Util/RFC1751.py -@@ -29,6 +29,7 @@ __revision__ = "$Id$" - - import binascii - from Crypto.Util.py3compat import * -+from functools import reduce - - binary={0:'0000', 1:'0001', 2:'0010', 3:'0011', 4:'0100', 5:'0101', - 6:'0110', 7:'0111', 8:'1000', 9:'1001', 10:'1010', 11:'1011', -@@ -36,8 +37,8 @@ binary={0:'0000', 1:'0001', 2:'0010', 3:'0011', 4:'010 - - def _key2bin(s): - "Convert a key into a string of binary digits" -- kl=map(lambda x: bord(x), s) -- kl=map(lambda x: binary[x>>4]+binary[x&15], kl) -+ kl=[bord(x) for x in s] -+ kl=[binary[x>>4]+binary[x&15] for x in kl] - return ''.join(kl) - - def _extract(key, start, length): -@@ -95,7 +96,7 @@ def english_to_key (s): - p=0 - for i in range(0, 64, 2): p=p+_extract(skbin, i, 2) - if (p&3) != _extract(skbin, 64, 2): -- raise ValueError, "Parity error in resulting key" -+ raise ValueError("Parity error in resulting key") - key=key+subkey[0:8] - return key - -@@ -352,13 +353,13 @@ if __name__=='__main__': - ] - - for key, words in data: -- print 'Trying key', key -+ print('Trying key', key) - key=binascii.a2b_hex(key) - w2=key_to_english(key) - if w2!=words: -- print 'key_to_english fails on key', repr(key), ', producing', str(w2) -+ print('key_to_english fails on key', repr(key), ', producing', str(w2)) - k2=english_to_key(words) - if k2!=key: -- print 'english_to_key fails on key', repr(key), ', producing', repr(k2) -+ print('english_to_key fails on key', repr(key), ', producing', repr(k2)) - - diff --git a/security/py-pycrypto/files/patch-lib__Crypto__SelfTest__Util__test_number.py b/security/py-pycrypto/files/patch-lib__Crypto__SelfTest__Util__test_number.py deleted file mode 100644 index 439f1b8e0624..000000000000 --- a/security/py-pycrypto/files/patch-lib__Crypto__SelfTest__Util__test_number.py +++ /dev/null @@ -1,37 +0,0 @@ ---- lib/Crypto/SelfTest/Util/test_number.py.orig 2013-10-14 21:38:10 UTC -+++ lib/Crypto/SelfTest/Util/test_number.py -@@ -276,6 +276,11 @@ class MiscTests(unittest.TestCase): - self.assertEqual(number.size(0xa2ba40),8*3) - self.assertEqual(number.size(0xa2ba40ee07e3b2bd2f02ce227f36a195024486e49c19cb41bbbdfbba98b22b0e577c2eeaffa20d883a76e65e394c69d4b3c05a1e8fadda27edb2a42bc000fe888b9b32c22d15add0cd76b3e7936e19955b220dd17d4ea904b1ec102b2e4de7751222aa99151024c7cb41cc5ea21d00eeb41f7c800834d2c6e06bce3bce7ea9a5L), 1024) - -+class FastmathTests(unittest.TestCase): -+ def setUp(self): -+ global number -+ from Crypto.Util import number -+ - def test_negative_number_roundtrip_mpzToLongObj_longObjToMPZ(self): - """Test that mpzToLongObj and longObjToMPZ (internal functions) roundtrip negative numbers correctly.""" - n = -100000000000000000000000000000000000L -@@ -286,7 +291,21 @@ class MiscTests(unittest.TestCase): - - def get_tests(config={}): - from Crypto.SelfTest.st_common import list_test_cases -- return list_test_cases(MiscTests) -+ tests = list_test_cases(MiscTests) -+ try: -+ from Crypto.PublicKey import _fastmath -+ tests += list_test_cases(FastmathTests) -+ except ImportError: -+ from distutils.sysconfig import get_config_var -+ import inspect, os.path -+ _fm_path = os.path.normpath(os.path.dirname(os.path.abspath( -+ inspect.getfile(inspect.currentframe()))) -+ +"/../../PublicKey/_fastmath"+get_config_var("SO")) -+ if os.path.exists(_fm_path): -+ raise ImportError("While the _fastmath module exists, importing "+ -+ "it failed. This may point to the gmp or mpir shared library "+ -+ "not being in the path. _fastmath was found at "+_fm_path) -+ return tests - - if __name__ == '__main__': - suite = lambda: unittest.TestSuite(get_tests()) diff --git a/security/py-pycrypto/files/patch-setup.py b/security/py-pycrypto/files/patch-setup.py deleted file mode 100644 index 5cc99bb52080..000000000000 --- a/security/py-pycrypto/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py.orig 2013-10-14 21:38:10 UTC -+++ setup.py -@@ -136,6 +136,7 @@ class PCTBuildExt (build_ext): - # especially helps the DES modules. - self.__add_compiler_option("-O3") - self.__add_compiler_option("-fomit-frame-pointer") -+ self.__add_compiler_option("-D_WCHAR_T_DEFINED") - # Don't include debug symbols unless debugging - self.__remove_compiler_option("-g") - # Don't include profiling information (incompatible with diff --git a/security/py-pycrypto/pkg-descr b/security/py-pycrypto/pkg-descr deleted file mode 100644 index a81695406c8e..000000000000 --- a/security/py-pycrypto/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Python Cryptography Toolkit (pycrypto) - -This is a collection of both secure hash functions (such as MD5 and -SHA), and various encryption algorithms (AES, DES, ElGamal, etc.) for -Python. diff --git a/security/softether-devel/files/pkg-message.in b/security/softether-devel/files/pkg-message.in index 7af183c3137b..0c0335a6ade3 100644 --- a/security/softether-devel/files/pkg-message.in +++ b/security/softether-devel/files/pkg-message.in @@ -13,11 +13,13 @@ sysrc softether_bridge_enable=yes To run SoftEtherVPN traffic server from startup, run sysrc softether_trafficserver_enable=yes -Initial and further configuration of all softether services can be -done either by using a Windows client to connect to the running -services or by vpncmd from command line. +Initial and further configuration of all SoftEther services can be +done either by using VPN Client/Server/Bridge Manager for Windows +or by vpncmd from command line. -Please note client functionality is not supported on FreeBSD right now. +Please note client functionality is currently not supported in this +version on FreeBSD. Use security/softether5 instead to use SoftEther +as VPN client. When removing SoftEther VPN without the desire to reinstall, please ensure to remove the following directories as well: diff --git a/security/softether5/Makefile b/security/softether5/Makefile index 7ac71be15577..def25ca364ac 100644 --- a/security/softether5/Makefile +++ b/security/softether5/Makefile @@ -1,6 +1,6 @@ PORTNAME= softether -DISTVERSION= 5.02.5180-321 -DISTVERSIONSUFFIX= -g6ae786d5 +DISTVERSION= 5.02.5180-333 +DISTVERSIONSUFFIX= -g0f689d9d PORTEPOCH= 2 CATEGORIES= security net-vpn PKGNAMESUFFIX= 5 diff --git a/security/softether5/distinfo b/security/softether5/distinfo index 6408cc6f6598..195ca001a6a7 100644 --- a/security/softether5/distinfo +++ b/security/softether5/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1682937154 -SHA256 (softether/SoftEtherVPN-SoftEtherVPN-5.02.5180-321-g6ae786d5_GH0.tar.gz) = d9143e9a6c5c238a7115ada963aaabb0198c5ac5512e1e1748f7707131079bf6 -SIZE (softether/SoftEtherVPN-SoftEtherVPN-5.02.5180-321-g6ae786d5_GH0.tar.gz) = 16486457 +TIMESTAMP = 1685607869 +SHA256 (softether/SoftEtherVPN-SoftEtherVPN-5.02.5180-333-g0f689d9d_GH0.tar.gz) = 177025c797f13764536b6940f59cb6add42729fbcb8ab60807ecc394c83fcb77 +SIZE (softether/SoftEtherVPN-SoftEtherVPN-5.02.5180-333-g0f689d9d_GH0.tar.gz) = 16485975 SHA256 (softether/SoftEtherVPN-libhamcore-2951ae5_GH0.tar.gz) = 7e95f906ca088f192a2de2f90fede3b8af394e151666ae4a0533151de3fe919c SIZE (softether/SoftEtherVPN-libhamcore-2951ae5_GH0.tar.gz) = 8337 SHA256 (softether/BLAKE2-BLAKE2-b52178a_GH0.tar.gz) = 0bef79a164bda953410f474daab3241ed6461daa4fb90213b95ae60c440c6775 diff --git a/security/softether5/files/pkg-message.in b/security/softether5/files/pkg-message.in index 7af183c3137b..c71f0403c586 100644 --- a/security/softether5/files/pkg-message.in +++ b/security/softether5/files/pkg-message.in @@ -13,11 +13,11 @@ sysrc softether_bridge_enable=yes To run SoftEtherVPN traffic server from startup, run sysrc softether_trafficserver_enable=yes -Initial and further configuration of all softether services can be -done either by using a Windows client to connect to the running -services or by vpncmd from command line. +Initial and further configuration of all SofEther services can be +done either by using VPN Client/Server/Bridge Manager for Windows +or by vpncmd from command line. -Please note client functionality is not supported on FreeBSD right now. +Now client functionality practically works on FreeBSD! When removing SoftEther VPN without the desire to reinstall, please ensure to remove the following directories as well: diff --git a/security/wpa_supplicant-devel/Makefile b/security/wpa_supplicant-devel/Makefile index eecdd66b2ae0..e6fae076061c 100644 --- a/security/wpa_supplicant-devel/Makefile +++ b/security/wpa_supplicant-devel/Makefile @@ -10,8 +10,8 @@ WWW= https://w1.fi/wpa_supplicant/ USE_GITHUB= yes GH_ACCOUNT= cschuber GH_PROJECT= hostap -GH_TAGNAME= cc8a09a48 -COMMIT_DATE= 2023.05.04 +GH_TAGNAME= 95c3f0d1e +COMMIT_DATE= 2023.05.25 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/README diff --git a/security/wpa_supplicant-devel/distinfo b/security/wpa_supplicant-devel/distinfo index 8b0490af9be2..8f9b6061167d 100644 --- a/security/wpa_supplicant-devel/distinfo +++ b/security/wpa_supplicant-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683578009 -SHA256 (cschuber-hostap-2023.05.04-cc8a09a48_GH0.tar.gz) = af6f73b26bfc119e570b7e4a86bf6ae4c1b24ed02d604e79cebdfba0e34e44e1 -SIZE (cschuber-hostap-2023.05.04-cc8a09a48_GH0.tar.gz) = 5063308 +TIMESTAMP = 1685501461 +SHA256 (cschuber-hostap-2023.05.25-95c3f0d1e_GH0.tar.gz) = 5be70eb3b6fe3a6f7c79c8c68e94befafbbcaeb74eb640288c06f806fa517d3b +SIZE (cschuber-hostap-2023.05.25-95c3f0d1e_GH0.tar.gz) = 5065211 diff --git a/security/zaproxy/Makefile b/security/zaproxy/Makefile index 5a62cf4b1eec..5a29a118c446 100644 --- a/security/zaproxy/Makefile +++ b/security/zaproxy/Makefile @@ -1,7 +1,7 @@ PORTNAME= zaproxy DISTVERSIONPREFIX= v DISTVERSION= 2.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security java MAINTAINER= acm@FreeBSD.org diff --git a/security/zaproxy/distinfo b/security/zaproxy/distinfo index 2fe760372a9b..62eb2ac98fda 100644 --- a/security/zaproxy/distinfo +++ b/security/zaproxy/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1671479878 -SHA256 (zaproxy-2.12.0-deps.tar.gz) = cde40f1763645ce0380098dde0638f8e76ec27a4eff35d04b7e075a3e66fb6a8 -SIZE (zaproxy-2.12.0-deps.tar.gz) = 331125479 -SHA256 (zaproxy-2.12.0-plugins.tar.gz) = 5b22706fee46203944c3667e5c490ff0af27bba20360d2f4390fe2062a9e390c -SIZE (zaproxy-2.12.0-plugins.tar.gz) = 256337831 +TIMESTAMP = 1685454595 +SHA256 (zaproxy-2.12.0-deps.tar.gz) = d6be2f2204e86139d44a487bcdae3540f055bc2a99846a74bd5f919126ddae7c +SIZE (zaproxy-2.12.0-deps.tar.gz) = 331861817 +SHA256 (zaproxy-2.12.0-plugins.tar.gz) = 924906bd862d45e988c107aef315bee585ba48e8df9fe1cfc6fe8018f842ee98 +SIZE (zaproxy-2.12.0-plugins.tar.gz) = 256336780 SHA256 (zaproxy-zaproxy-v2.12.0_GH0.tar.gz) = caae3ad419d9ea6f327cc4d3a4450748aba9dedc0377d052381c352ec7976fac SIZE (zaproxy-zaproxy-v2.12.0_GH0.tar.gz) = 7442143 diff --git a/shells/ksh-devel/Makefile b/shells/ksh-devel/Makefile index bd3d93555e8a..03d09b9f22a3 100644 --- a/shells/ksh-devel/Makefile +++ b/shells/ksh-devel/Makefile @@ -21,8 +21,8 @@ LICENSE= EPL BROKEN_FreeBSD_12= exit code 139 making lib/libcmd -HASH= 37a05ffc -AST_COMMIT_DATE= 2023.05.01 +HASH= 4fdb6ad4 +AST_COMMIT_DATE= 2023.05.31 USES= compiler:c11 diff --git a/shells/ksh-devel/distinfo b/shells/ksh-devel/distinfo index 85a8b5c775f1..a8a0431ba167 100644 --- a/shells/ksh-devel/distinfo +++ b/shells/ksh-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683037197 -SHA256 (ksh93-ksh-2023.05.01-37a05ffc_GH0.tar.gz) = a7a4dfdd6e4c0ff818b44ad24147c21103aca7398ee8be9b03b18b9329383c92 -SIZE (ksh93-ksh-2023.05.01-37a05ffc_GH0.tar.gz) = 2097070 +TIMESTAMP = 1685500400 +SHA256 (ksh93-ksh-2023.05.31-4fdb6ad4_GH0.tar.gz) = d129dafcfacdaee2b63e748850c59a99165322759813e358f7f6e6a6aa290eff +SIZE (ksh93-ksh-2023.05.31-4fdb6ad4_GH0.tar.gz) = 2105551 diff --git a/sysutils/Makefile b/sysutils/Makefile index 99f8edfdf717..1592fa47612b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -104,9 +104,6 @@ SUBDIR += bareos-client SUBDIR += bareos-server SUBDIR += bareos-traymonitor - SUBDIR += bareos18-client - SUBDIR += bareos18-server - SUBDIR += bareos18-traymonitor SUBDIR += bareos19-client SUBDIR += bareos19-server SUBDIR += bareos19-traymonitor @@ -139,7 +136,6 @@ SUBDIR += blisp SUBDIR += boot-extract SUBDIR += bottom - SUBDIR += boxbackup-devel SUBDIR += bpytop SUBDIR += brasero SUBDIR += brename @@ -965,7 +961,6 @@ SUBDIR += pacman SUBDIR += paicc SUBDIR += paladin - SUBDIR += pam_mount SUBDIR += pam_xdg SUBDIR += panicmail SUBDIR += parafly @@ -1061,10 +1056,8 @@ SUBDIR += pstree SUBDIR += puppet-lint SUBDIR += puppet-mode.el - SUBDIR += puppet6 SUBDIR += puppet7 SUBDIR += puppet8 - SUBDIR += puppetserver6 SUBDIR += puppetserver7 SUBDIR += puppetserver8 SUBDIR += pv diff --git a/sysutils/appjail-devel/Makefile b/sysutils/appjail-devel/Makefile index 293e19eb1d1c..37445a251a70 100644 --- a/sysutils/appjail-devel/Makefile +++ b/sysutils/appjail-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= appjail DISTVERSIONPREFIX= v -DISTVERSION= g20230529 +DISTVERSION= g20230531 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -16,7 +16,7 @@ CONFLICTS= appjail USE_GITHUB= yes GH_ACCOUNT= DtxdF GH_PROJECT= AppJail -GH_TAGNAME= 510f7a4653c4e2f6486a9ea2aed1c74e704bf373 +GH_TAGNAME= f395e284ca132b29b76075bfcbbec0f4909ad74b ALL_TARGET= utils-strip diff --git a/sysutils/appjail-devel/distinfo b/sysutils/appjail-devel/distinfo index 4fd04b8e7aa9..04cf62bab1a4 100644 --- a/sysutils/appjail-devel/distinfo +++ b/sysutils/appjail-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685420851 -SHA256 (DtxdF-AppJail-vg20230529-510f7a4653c4e2f6486a9ea2aed1c74e704bf373_GH0.tar.gz) = 41ce58a04f143b3f47f5fe3b3ac3164ebcf4c13f1a2229f047836a3a5065cc53 -SIZE (DtxdF-AppJail-vg20230529-510f7a4653c4e2f6486a9ea2aed1c74e704bf373_GH0.tar.gz) = 232947 +TIMESTAMP = 1685575895 +SHA256 (DtxdF-AppJail-vg20230531-f395e284ca132b29b76075bfcbbec0f4909ad74b_GH0.tar.gz) = 0f461e60295566aadeeeb1de725716f2ad550d69bad5a838d084cbacc7b3ea44 +SIZE (DtxdF-AppJail-vg20230531-f395e284ca132b29b76075bfcbbec0f4909ad74b_GH0.tar.gz) = 232981 diff --git a/sysutils/appjail/Makefile b/sysutils/appjail/Makefile index 39a5955e67e6..c1e88a44951e 100644 --- a/sysutils/appjail/Makefile +++ b/sysutils/appjail/Makefile @@ -1,7 +1,6 @@ PORTNAME= appjail DISTVERSIONPREFIX= v -DISTVERSION= 2.4.0 -PORTREVISION= 1 +DISTVERSION= 2.5.1 CATEGORIES= sysutils MAINTAINER= DtxdF@disroot.org @@ -11,23 +10,31 @@ WWW= https://github.com/DtxdF/AppJail LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICTS= appjail-devel - USE_GITHUB= yes GH_ACCOUNT= DtxdF GH_PROJECT= AppJail ALL_TARGET= utils-strip +CONFLICTS= appjail-devel + PORTDOCS= README.md -OPTIONS_DEFINE= DEBOOTSTRAP DOCS GIT -DEBOOTSTRAP_DESC= Support for Debian and Ubuntu jails +OPTIONS_DEFINE= DEBOOTSTRAP DOAS DOCS GIT + +DEBOOTSTRAP_DESC= Support for Debian and Ubuntu jails +DOAS_DESC= Add support for unprivileged users + DEBOOTSTRAP_RUN_DEPENDS= debootstrap>0:sysutils/debootstrap +DOAS_RUN_DEPENDS= doas>0:security/doas GIT_RUN_DEPENDS= git>0:devel/git do-install-DOCS-on: @${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR} +post-install: + ${MKDIR} ${STAGEDIR}/${ETCDIR} + ${INSTALL_DATA} ${WRKSRC}/share/examples/appjail/appjail.conf ${STAGEDIR}/${ETCDIR}/appjail.conf.sample + .include diff --git a/sysutils/appjail/distinfo b/sysutils/appjail/distinfo index 1555a52ccdef..efaf33f12880 100644 --- a/sysutils/appjail/distinfo +++ b/sysutils/appjail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678382078 -SHA256 (DtxdF-AppJail-v2.4.0_GH0.tar.gz) = e3e09f735607715066e88005a3eec5dd360cb290b7f147661e3ee9ff2bf33633 -SIZE (DtxdF-AppJail-v2.4.0_GH0.tar.gz) = 164278 +TIMESTAMP = 1685475513 +SHA256 (DtxdF-AppJail-v2.5.1_GH0.tar.gz) = 43d5c65a58d255c1bab1845ef8d7af8fd78cdd4a69795993e716683d91affd84 +SIZE (DtxdF-AppJail-v2.5.1_GH0.tar.gz) = 232849 diff --git a/sysutils/appjail/pkg-plist b/sysutils/appjail/pkg-plist index cf5ebf02c8f3..cb3ec3573579 100644 --- a/sysutils/appjail/pkg-plist +++ b/sysutils/appjail/pkg-plist @@ -46,7 +46,6 @@ libexec/appjail/network/network %%DATADIR%%/files/rctl-resources %%DATADIR%%/files/rctl-subjects %%DATADIR%%/lib/atexit -%%DATADIR%%/lib/cache %%DATADIR%%/lib/check_func %%DATADIR%%/lib/colors %%DATADIR%%/lib/copy @@ -117,3 +116,20 @@ libexec/appjail/network/network %%DATADIR%%/scripts/get_depends.sh %%DATADIR%%/scripts/run_init.sh %%DATADIR%%/scripts/run_jail.sh +bin/appjail-config +bin/appjail-config-user +bin/appjail-user +etc/rc.d/appjail-health +libexec/appjail/appjail-config/appjail-config +libexec/appjail/appjail-config/tok +%%DATADIR%%/cmd/healthcheck +%%DATADIR%%/cmd/status +%%DATADIR%%/makejail/cmd/all/DESTROY +%%DATADIR%%/makejail/cmd/all/EXEC +%%DATADIR%%/makejail/write/all/DESTROY +%%DATADIR%%/makejail/write/all/EXEC +%%DATADIR%%/scripts/ajconf-user.sh +%%DATADIR%%/scripts/ajconf.sh +%%DATADIR%%/scripts/ajuser.sh +%%DATADIR%%/scripts/runas.sh +@sample %%ETCDIR%%/appjail.conf.sample diff --git a/sysutils/bareos18-client/Makefile b/sysutils/bareos18-client/Makefile deleted file mode 100644 index 5d7dcdd142a1..000000000000 --- a/sysutils/bareos18-client/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= bareos -PKGNAMESUFFIX= 18-client - -COMMENT= Backup archiving recovery open sourced (client) - -BROKEN_aarch64= Fails to link: missing sbrk -BROKEN_riscv64= Fails to link: missing sbrk - -CONFLICTS= bareos17-client bareos16-client bareos-client - -WITH_CLIENT_ONLY=yes -USE_RC_SUBR= bareos-fd - -PLIST= ${PKGDIR}/pkg-plist.client -MASTERDIR= ${.CURDIR}/../../sysutils/bareos18-server - -OPTIONS_GROUP= PLUGINS -OPTIONS_GROUP_PLUGINS= CEPHFS GFAPI RADOS -OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO - -CEPHFS_DESC= CEPHFS fd plugin support -GFAPI_DESC= GFAPI fd plugin support -RADOS_DESC= RADOS fd plugin support -LMDB_DESC= Enable build of LMDB support - -.include "${MASTERDIR}/Makefile" diff --git a/sysutils/bareos18-client/bareos-client/Makefile b/sysutils/bareos18-client/bareos-client/Makefile deleted file mode 100644 index 5bcb6afd2c5a..000000000000 --- a/sysutils/bareos18-client/bareos-client/Makefile +++ /dev/null @@ -1,20 +0,0 @@ - -PORTNAME= bareos -PKGNAMESUFFIX= -client - -COMMENT= Backup archiving recovery open sourced (client) - -BROKEN_aarch64= Fails to link: missing sbrk - -CONFLICTS= bareos16-client-* bareos17-client-* - -WITH_CLIENT_ONLY=yes -USE_RC_SUBR= bareos-fd - -PLIST= ${PKGDIR}/pkg-plist.client -MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server - -OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO -LMDB_DESC= Enable build of LMDB support - -.include "${MASTERDIR}/Makefile" diff --git a/sysutils/bareos18-server/Makefile b/sysutils/bareos18-server/Makefile deleted file mode 100644 index bd0d7c21ab47..000000000000 --- a/sysutils/bareos18-server/Makefile +++ /dev/null @@ -1,247 +0,0 @@ -PORTNAME= bareos -DISTVERSIONPREFIX= Release/ -DISTVERSION= 18.2.12 -PORTREVISION?= 1 -CATEGORIES?= sysutils -PKGNAMEPREFIX?= # -PKGNAMESUFFIX?= 18-server - -MAINTAINER= acm@FreeBSD.org -COMMENT?= Backup archiving recovery open sourced (server) -WWW= https://www.bareos.org/ - -LICENSE= AGPLv3 LGPL3 -LICENSE_COMB= multi - -DEPRECATED= Upstream EOL reached on 2020-02-03 -EXPIRATION_DATE= 2023-06-01 - -CONFLICTS?= bareos17-server bareos16-server bareos-server - -LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \ - libjansson.so:devel/jansson - -USES+= cmake:insource compiler:c++11-lang cpe localbase perl5 pkgconfig \ - readline shebangfix -USE_GITHUB= yes -USE_PERL5= run - -USERS= bareos -GROUPS= ${USERS} - -PLIST_SUB+= LIB_VERSION=${PORTVERSION} - -USE_LDCONFIG= yes -SHEBANG_LANG= perl -SHEBANG_FILES= ${WRKSRC}/core/src/cats/make_catalog_backup.pl.in - -CPPFLAGS+= -I${LOCALBASE}/readline -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -OPTIONS_DEFAULT= OPENSSL -OPTIONS_SINGLE= CRYPTO -OPTIONS_SINGLE_CRYPTO= OPENSSL GNUTLS -OPTIONS_SUB= yes -CRYPTO_DESC= Cryptographic library -MTX_DESC= Install mtx for control of autochanger devices -NDMP_DESC= Enable build of NDMP support -SCSICRYPTO_DESC= Build LTO AME crypto plugin - -.if ${PKGNAMESUFFIX} == "18-server" -OPTIONS_GROUP= BACKENDS -OPTIONS_GROUP_BACKENDS= CEPHFS GFAPI RADOS -OPTIONS_DEFINE= MTX PYTHON NDMP NLS SCSICRYPTO -OPTIONS_DEFAULT+= PGSQL SCSICRYPTO -OPTIONS_SINGLE_DATABASE= SQLITE3 MYSQL PGSQL -OPTIONS_SINGLE+= DATABASE -DATABASE_DESC= Database support -CEPHFS_DESC= CEPHFS backend support -GFAPI_DESC= GFAPI backend support -RADOS_DESC= RADOS backend support - -NDMP_CMAKE_ON= -Dndmp=ON -NDMP_CMAKE_OFF= -Dndmp=OFF -.endif - -GNUTLS_CONFIGURE_WITH= gnutls=${LOCALBASE} -GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls - -OPENSSL_USES= ssl -OPENSSL_CMAKE_ON= -Dopenssl=ON -OPENSSL_CMAKE_OFF= -Dopenssl=OFF - -SCSICRYPTO_CMAKE_ON= -Dscsi-crypto=ON -SCSICRYPTO_CMAKE_OFF= -Dscsi-crypto=OFF - -.if ${PKGNAMESUFFIX} == "18-client" || ${PKGNAMESUFFIX} == "18-server" #Till end of the file -PYTHON_USES= python -PYTHON_CMAKE_ON= -Dpython=ON -PYTHON_CMAKE_OFF= -Dpython=OFF -PYTHON_PLUGIN= yes - -.if !defined(WITH_CLIENT_ONLY) -LIB_DEPENDS+= libbareos.so:sysutils/bareos18-client -USE_RC_SUBR?= bareos-dir bareos-sd -.endif - -.if defined(WITH_CLIENT_ONLY) -SUB_FILES+= pkg-install.client pkg-deinstall.client pkg-message.client -.else -SUB_FILES+= pkg-message.server -.endif - -CMAKE_ARGS+= -Dtcp-wrappers=ON \ - -Dsmartalloc=OFF \ - -Dsysconfdir=${PREFIX}/etc \ - -Darchivedir=${BAREOS_DIR}/storage \ - -Dworkingdir=${BAREOS_DIR} \ - -Dconfdir=${PREFIX}/etc/bareos \ - -Dlibdir=${PREFIX}/lib \ - -Dlogdir=/var/log/bareos \ - -Dincludedir=${PREFIX}/include/bareos \ - -Dreadline=ON \ - -Ddisable-conio=ON \ - -Dbatch-insert=ON \ - -Dhave_plugins=ON \ - -Dtest-plugin=OFF \ - -Dplugindir=${PREFIX}/lib/bareos/plugins \ - -Dscriptdir=${PREFIX}/lib/bareos/scripts \ - -Dbackenddir=${PREFIX}/lib/bareos/backends \ - -Ddump_email=root@localhost \ - -Djob_email=root@localhost \ - -Ddb_name=bareos \ - -Dsbin-perm=755 \ - -Ddb_user=bareos \ - -Dbaseport=9101 \ - -Dpiddir=/var/run/bareos \ - -.if defined(WITH_CLIENT_ONLY) -LMDB_CMAKE_ON= -Dlmdb=ON -LMDB_CMAKE_OFF= -Dlmdb=OFF -LMDB_CFLAGS+= -DMDB_DSYNC=O_SYNC -DMDB_USE_POSIX_SEM=1 - -CMAKE_ARGS+= -Dfd-user=root \ - -Dfd-group=wheel -.else -CMAKE_ARGS+= -Ddir-user=${BAREOS_USER} \ - -Ddir-group=${BAREOS_GROUP} \ - -Dsd-user=${BAREOS_USER} \ - -Dsd-group=operator \ - -Dlmdb=OFF -.endif - -# The user/group IDs below are registered, see -# http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#DADS-UID -# -BAREOS_USER?= bareos -BAREOS_GROUP?= ${BAREOS_USER} -BAREOS_UID?= 997 -BAREOS_GID?= ${BAREOS_UID} -BAREOS_DIR?= /var/db/bareos - -PLIST_SUB+= BAREOS_DIR=${BAREOS_DIR} - -SUB_LIST= BAREOS_USER=${BAREOS_USER} \ - BAREOS_GROUP=${BAREOS_GROUP} \ - BAREOS_UID=${BAREOS_UID} \ - BAREOS_GID=${BAREOS_GID} \ - BAREOS_DIR=${BAREOS_DIR} - -NLS_USES= gettext -NLS_CMAKE_ON= -Dnls=ON -CEPHFS_CMAKE_ON= -Dcephfs=ON -CEPHFS_LIB_DEPENDS= libcephfs.so:net/ceph14 -GFAPI_CMAKE_ON= -Dgfapi=ON -GFAPI_LIB_DEPENDS= libglusterfs.so:net/glusterfs -RADOS_CMAKE_ON= -Drados=ON -Dcephfs=ON -RADOS_LIB_DEPENDS= librados.so:net/ceph14 - -# Client only or full server version -.if defined(WITH_CLIENT_ONLY) -CONFFILES= fd -CMAKE_ARGS+= -Dclient-only=ON - -PKGDEINSTALL= ${FILESDIR}/pkg-deinstall.client -PKGINSTALL= ${FILESDIR}/pkg-install.client -.else -# Server only Options -CONFFILES= sd dir -CMAKE_ARGS+= -Dbuild-dird=ON \ - -Dbuild-stored=ON \ - -Dbuild_client_only=OFF -# Server default database - -MYSQL_CMAKE_ON= -Dmysql=ON -MYSQL_USES= mysql -SQLITE3_CMAKE_ON= -Dsqlite3=ON -SQLITE3_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 -PGSQL_CMAKE_ON= -Dpostgresql=ON -PGSQL_USES= pgsql - -MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:misc/mtx - -.include - -.if ${PORT_OPTIONS:MMYSQL} -DBTYPE= mysql -SUB_LIST+= REQ_MYSQL=mysql REQ_PGSQL="" -.elif ${PORT_OPTIONS:MSQLITE3} -DBTYPE= sqlite3 -.else -DBTYPE= postgresql -SUB_LIST+= REQ_MYSQL="" REQ_PGSQL=postgresql -.endif -PLIST_SUB+= DBTYPE=${DBTYPE} - -.endif - -.if defined(WITH_CLIENT_ONLY) -MP1+= bconsole.1 -MP8+= bareos-fd.8 -.else -MP8+= bareos.8 bareos-dir.8 bareos-sd.8 bcopy.8 bextract.8 bls.8 bscan.8 \ - btape.8 btraceback.8 bareos-dbcheck.8 -MP1+= bsmtp.1 bregex.1 bwild.1 bareos-tray-monitor.1 -.endif - -MAKE_ENV+= MAN8="${MP8}" MAN1="${MP1}" - -post-patch: - @${REINPLACE_CMD} '42d' ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} -e 's|api/glfs.h|glusterfs/api/glfs.h|g' \ - ${WRKSRC}/core/src/stored/backends/gfapi_device.h - @${REINPLACE_CMD} -e 's|sm_dump(false)|sm_dump(jcr,false)|g' \ - ${WRKSRC}/core/src/tools/btestls.cc -.if ${PKGNAMESUFFIX} == "18-server" - @${REINPLACE_CMD} '23d' ${WRKSRC}/core/src/CMakeLists.txt - @${REINPLACE_CMD} '25d' ${WRKSRC}/core/src/plugins/CMakeLists.txt -.endif - -post-extract: -.if defined(WITH_CLIENT_ONLY) -. if defined(PYTHON_PLUGIN) - @${MKDIR} ${STAGEDIR}${ETCDIR}/python-ldap-conf.d/bareos-dir.d/fileset - @${MKDIR} ${STAGEDIR}${ETCDIR}/python-ldap-conf.d/bareos-dir.d/job -. endif -.endif - @${MV} ${WRKSRC}/core/src/defaultconfigs/bareos-dir.d/fileset/'Windows All Drives.conf' \ - ${WRKSRC}/core/src/defaultconfigs/bareos-dir.d/fileset/'WindowsAllDrives.conf' - -.if !target(post-install) -post-install: -.if defined(WITH_CLIENT_ONLY) - ${MKDIR} ${STAGEDIR}${ETCDIR}/bconsole.d/ - ${MV} ${STAGEDIR}${ETCDIR}/bconsole.conf ${STAGEDIR}${ETCDIR}/bconsole.d/bconsole.conf.sample -.else - ${INSTALL_SCRIPT} ${FILESDIR}/chio-bareos ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_DATA} ${FILESDIR}/bareos-barcodes ${STAGEDIR}${ETCDIR}/bareos-barcodes.sample - ${CHMOD} o+x ${STAGEDIR}${PREFIX}/bin/bsmtp - ${MV} ${STAGEDIR}${ETCDIR}/mtx-changer.conf ${STAGEDIR}${ETCDIR}/mtx-changer.conf.sample - ${MV} ${STAGEDIR}${ETCDIR}/bareos-regress.conf ${STAGEDIR}${ETCDIR}//bareos-regress.conf.sample -.endif - @${MKDIR} ${STAGEDIR}/var/run/bareos -.endif -.else -.include "${MASTERDIR}/Makefile.common" -.endif # 18-client and 18-server are defined -.include diff --git a/sysutils/bareos18-server/Makefile.common b/sysutils/bareos18-server/Makefile.common deleted file mode 100644 index e6c9a2505cc7..000000000000 --- a/sysutils/bareos18-server/Makefile.common +++ /dev/null @@ -1,28 +0,0 @@ -post-build: -.if ${PKGNAMEPREFIX} == "nagios-check_" - ${MAKE_CMD} -C ${WRKSRC}/examples/nagios/check_bareos -.endif - -pre-install: -.if ${PKGNAMESUFFIX} == "18-traymonitor" -. for d in client director monitor storage - ${MKDIR} ${STAGEDIR}${ETCDIR}/tray-monitor.d/${d} - ${FIND} ${WRKSRC}/core/src/defaultconfigs/tray-monitor.d/${d} -type f -name '*.conf' -exec ${MV} -v {} {}.sample \; -. endfor -.endif - -do-install: -.if ${PKGNAMEPREFIX} == "nagios-check_" - @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios - ${INSTALL_PROGRAM} ${WRKSRC}/examples/nagios/check_bareos/check_bareos \ - ${STAGEDIR}${PREFIX}/libexec/nagios -.endif -.if ${PKGNAMESUFFIX} == "18-traymonitor" -# Install config files and preserve existing ones -.for d in client director monitor storage - ${INSTALL_SCRIPT} ${WRKSRC}/core/src/defaultconfigs/tray-monitor.d/${d}/*.sample ${STAGEDIR}${ETCDIR}/tray-monitor.d/${d}/ -.endfor - ${INSTALL_PROGRAM} ${WRKSRC}/core/src/qt-tray-monitor/bareos-tray-monitor ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/core/src/qt-tray-monitor/bareos-tray-monitor.xpm ${STAGEDIR}${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKSRC}/core/src/qt-tray-monitor/bareos-tray-monitor.desktop ${STAGEDIR}${DESKTOPDIR} -.endif diff --git a/sysutils/bareos18-server/distinfo b/sysutils/bareos18-server/distinfo deleted file mode 100644 index d4efe597a9d9..000000000000 --- a/sysutils/bareos18-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1636153212 -SHA256 (bareos-bareos-Release-18.2.12_GH0.tar.gz) = 65499d86bc0a41a796f8a6aaef3e32cb324f39f3300cf32927a84e0fd3a35075 -SIZE (bareos-bareos-Release-18.2.12_GH0.tar.gz) = 10566403 diff --git a/sysutils/bareos18-server/files/bareos-barcodes b/sysutils/bareos18-server/files/bareos-barcodes deleted file mode 100644 index f42cb7f7aeea..000000000000 --- a/sysutils/bareos18-server/files/bareos-barcodes +++ /dev/null @@ -1,51 +0,0 @@ -# -# Bacula barcode simulation file -# used by ${PREFIX}/sbin/chio-bareos (FreeBSD) -# -# The volumenames are returned by the "changer list" command -# labeling in the console is done by "label barcodes" -# (then all volumes belog to the default pool). -# All Lines with an "#" at the bedinning are ignored -# -# !!!! If you export an tape and reinsert another one, -# !!!! don't forget to change the volume name in this file! -# -1:Volume1-100 -2:Volume1-101 -3:Volume1-102 -4:Volume1-103 -5:Volume1-104 -6:Volume1-105 -7:Volume1-106 -8:Volume1-107 -9:Volume1-108 -10:Volume1-109 -11:Volume1-110 -12:Volume1-111 -# -# Further volumes exported from the changer -# -# 36GB AIT2 tapes -#Volume1-100 -#Volume1-101 -#Volume1-102 -#Volume1-103 -#Volume1-104 -#Volume1-105 -#Volume1-106 -#Volume1-107 -#Volume1-108 -#Volume1-109 -#Volume1-110 -#Volume1-111 -#Volume1-112 -#Volume1-113 -#Volume1-114 -#Volume1-115 -# -# 50GB AIT2 tapes -#Volume2-200 -#Volume2-201 -#Volume2-202 -#Volume2-203 -#Volume2-204 diff --git a/sysutils/bareos18-server/files/bareos-dir.in b/sysutils/bareos18-server/files/bareos-dir.in deleted file mode 100644 index 86b62370cbb7..000000000000 --- a/sysutils/bareos18-server/files/bareos-dir.in +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/sh - -# PROVIDE: bareos_dir -# REQUIRE: DAEMON %%REQ_MYSQL%% %%REQ_PGSQL%% -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# bareos_dir_enable (bool): Set to NO by default. -# Set it to YES to enable bareos_dir. -# bareos_dir_flags (params): Set params used to start bareos_dir. -# bareos_dir_config (params): Path to the config file/directory -# - -. /etc/rc.subr - -name="bareos_dir" -rcvar=${name}_enable - -load_rc_config $name - -: ${bareos_dir_enable="NO"} -: ${bareos_dir_flags="-u bareos -g bareos -v"} -: ${bareos_dir_config="%%PREFIX%%/etc/bareos/"} -: ${bareos_dir_pidfile="/var/run/bareos/bareos-dir.9101.pid"} - -command=%%PREFIX%%/sbin/bareos-dir -command_args="-c ${bareos_dir_config}" -pidfile="${bareos_dir_pidfile}" -bconsole_command=/usr/local/bin/bconsole -start_precmd="bareos_start_precmd" -restart_precmd="bareos_dir_configtest" -reload_precmd="bareos_dir_configtest" -reload_cmd="bareos_dir_reload" -configtest_cmd="bareos_dir_configtest" - -bareos_start_precmd() { - [ -d "${pidfile%/*}" ] || install -d -o bareos -g bareos ${pidfile%/*} - bareos_dir_configtest -} - -bareos_dir_configtest() { - echo "Performing sanity check on ${bareos_dir_config} configuration:" - eval ${command} -t -} - -bareos_dir_reload() { - echo "Performing a graceful reload" - # bconsole always exits with 0, so we can't check the return status for success. - echo "reload" | ${bconsole_command} -} - -extra_commands="reload configtest" -run_rc_command "$1" diff --git a/sysutils/bareos18-server/files/bareos-fd.in b/sysutils/bareos18-server/files/bareos-fd.in deleted file mode 100644 index 54647786b12c..000000000000 --- a/sysutils/bareos18-server/files/bareos-fd.in +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh - -# PROVIDE: bareos_fd -# REQUIRE: DAEMON -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# bareos_fd_enable (bool): Set to NO by default. -# Set it to YES to enable bareos_fd. -# bareos_fd_flags (params): Set params used to start bareos_fd. -# bareos_fd_config (params): Path to the config file/directory -# - -. /etc/rc.subr - -name="bareos_fd" -rcvar=${name}_enable - -load_rc_config $name - -: ${bareos_fd_enable="NO"} -: ${bareos_fd_flags="-u root -g wheel -v"} -: ${bareos_fd_config="%%PREFIX%%/etc/bareos/"} -: ${bareos_fd_pidfile="/var/run/bareos/bareos-fd.9102.pid"} - -command=%%PREFIX%%/sbin/bareos-fd -command_args="-c ${bareos_fd_config}" -pidfile="${bareos_fd_pidfile}" -start_precmd="bareos_start_precmd" - -bareos_start_precmd() { - [ -d "${pidfile%/*}" ] || { - getent passwd bareos > /dev/null 2&>1 - if [ $? -eq 0] ; then - # user bareos exists - install -d -o bareos -g bareos ${pidfile%/*} - else - # bareos_fd as solitair service - install -d -o root -g wheel ${pidfile%/*} - fi - } -} - -run_rc_command "$1" diff --git a/sysutils/bareos18-server/files/bareos-sd.in b/sysutils/bareos18-server/files/bareos-sd.in deleted file mode 100644 index a5efe78e80f7..000000000000 --- a/sysutils/bareos18-server/files/bareos-sd.in +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -# PROVIDE: bareos_sd -# REQUIRE: DAEMON -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# bareos_sd_enable (bool): Set to NO by default. -# Set it to YES to enable bareos_sd. -# bareos_sd_flags (params): Set params used to start bareos_sd. -# bareos_sd_config (params): Path to the config file/directory -# - -. /etc/rc.subr - -name="bareos_sd" -rcvar=${name}_enable - -load_rc_config $name - -: ${bareos_sd_enable="NO"} -: ${bareos_sd_flags="-u bareos -g bareos -v"} -: ${bareos_sd_config="%%PREFIX%%/etc/bareos/"} -: ${bareos_sd_pidfile="/var/run/bareos/bareos-sd.9103.pid"} - -command=%%PREFIX%%/sbin/bareos-sd -command_args="-c ${bareos_sd_config}" -pidfile="${bareos_sd_pidfile}" -start_precmd="bareos_start_precmd" - -bareos_start_precmd() { - [ -d "${pidfile%/*}" ] || install -d -o bareos -g bareos ${pidfile%/*} -} - -run_rc_command "$1" diff --git a/sysutils/bareos18-server/files/chio-bareos b/sysutils/bareos18-server/files/chio-bareos deleted file mode 100644 index f006ef78e6ce..000000000000 --- a/sysutils/bareos18-server/files/chio-bareos +++ /dev/null @@ -1,190 +0,0 @@ -#!/bin/sh -# -# BAREOS interface to tape libraries and autoloaders for FreeBSD -# (by Rudolf Cejka , v1.2, 2012/11/14) -# -# If you set in your Device resource -# Changer Command = "path-to-this-script/chio-changer %c %o %S %a %d" -# you will have the following input to this script: -# chio-changer "changer-device" "command" "slot" "tape-device" "drive-index" -# $1 $2 $3 $4 $5 -# for example (on a FreeBSD system): -# chio-changer /dev/ch0 load 1 /dev/nsa0 0 -# -# If you change the script, take care to return either the chio exit -# code or a 0. If the script exits with a non-zero exit code, BAREOS -# will assume the request failed. -# - -PROGNAME=`basename $0` - -# Uncomment the following line, if you want to log debug output. -#DEBUG=/var/run/bareos/${PROGNAME}.log - -# Uncomment the following line, if you need to eject a tape before moving -# it from the drive. -#OFFLINE=yes - -# Uncomment one or more of the following lines, if you need to wait for -# some time (in seconds) after unloading, loading or transferring a tape. -#OFFLINE_SLEEP=10 -#LOAD_SLEEP=10 -#MOVE_SLEEP=10 - -# Uncomment the following line, if you do not have a changer with volume -# reader. -#FAKE_BARCODES=/usr/local/etc/bareos-barcodes - -usage() -{ - cat < [slot] [tape-device] [drive-index] - -Commands (): - unload Unload a tape into the slot from where it was loaded - load Load a tape from the slot (1-based) - transfer Transfer a tape from the slot to - the slot (1-based) - list List full storage slots - listall List all storage slots and drives with source information - loaded Give slot from where the tape was loaded (0 = empty drive) - slots Give number of available slots - -Example: - ${PROGNAME} /dev/ch0 load 1 Load a tape from the slot 1 - -EOF - exit 1 -} - -# Default settings -CHANGER=/dev/ch0 -TAPE=/dev/nsa0 -DRIVE=0 - -CHIO=/bin/chio -MT=/usr/bin/mt - -if [ -n "${DEBUG}" ]; then - MSG=$0 - for PAR; do MSG="${MSG} \"${PAR}\""; done - echo `date +"%Y/%m/%d %H:%M:%S"` ${MSG} >> ${DEBUG} -fi - -if [ -n "$1" ]; then - CHANGER=$1; -fi -COMMAND=$2 -SLOT=$3 -SLOTDST=$4 -if [ -n "$4" ]; then - TAPE=$4 -fi -if [ -n "$5" ]; then - DRIVE=$5 -fi - -case ${COMMAND} in -unload) - if [ "${OFFLINE}" = yes ]; then - ${MT} -f ${TAPE} offline - if [ $? = 0 -a -n "${OFFLINE_SLEEP}" ]; then - sleep ${OFFLINE_SLEEP} - fi - fi - if [ -z "${SLOT}" ]; then - ${CHIO} -f ${CHANGER} return drive ${DRIVE} - else - ${CHIO} -f ${CHANGER} move drive ${DRIVE} slot $((${SLOT} - 1)) - fi - if [ $? -ne 0 ]; then - # In case of an error, try to unload the cartridge to the first free slot - FREE=`${CHIO} -f ${CHANGER} status slot | \ - sed -ne '/FULL/d;s/^slot *\([0-9]*\):.*/\1/p' | \ - awk 'BEGIN { n = 0 } { n = $1 + 1; exit } END { print n }'` - if [ ${FREE} -gt 0 ]; then - ${CHIO} -f ${CHANGER} move drive ${DRIVE} slot $((${FREE} - 1)) - else - exit 1 - fi - fi - ;; -load) - if [ -z "${SLOT}" ]; then - usage - fi - ${CHIO} -f ${CHANGER} move slot $((${SLOT} - 1)) drive ${DRIVE} - if [ $? -ne 0 ]; then - exit 1 - fi - if [ -n "${LOAD_SLEEP}" ]; then - sleep ${LOAD_SLEEP} - fi - ;; -transfer) - if [ -z "${SLOT}" -o -z "${SLOTDST}" ]; then - usage - fi - ${CHIO} -f ${CHANGER} move slot $((${SLOT} - 1)) slot $((${SLOTDST} - 1)) - if [ $? -ne 0 ]; then - exit 1 - fi - if [ -n "${MOVE_SLEEP}" ]; then - sleep ${MOVE_SLEEP} - fi - ;; -list) - if [ -z "${FAKE_BARCODES}" ]; then - ${CHIO} -f ${CHANGER} status -v slot | \ - sed -ne 's/^slot *\([0-9]*\):.*FULL.*voltag.*<\([^:]*\):.*/\1:\2/p' | \ - awk -F: '{ print $1 + 1 ":" $2 }' - else - if [ -f "${FAKE_BARCODES}" ]; then - grep -v -e "^#" -e "^$" < ${FAKE_BARCODES} - else - echo "${PROGNAME}: Barcode file ${FAKE_BARCODES} is missing" - exit 1 - fi - fi - ;; -listall) - if [ -z "${FAKE_BARCODES}" ]; then - ${CHIO} -f ${CHANGER} status -vS | \ - sed -ne ' - s/^slot *\([0-9]*\):.*ENAB.*FULL.*voltag.*<\([^:]*\):.*/I:\1:F:\2/p;t - s/^slot *\([0-9]*\):.*FULL.*voltag.*<\([^:]*\):.*/S:\1:F:\2/p;t - s/^drive *\([0-9]*\):.*FULL.*voltag.*<\([^:]*\):.*source.*<[^0-9]*\([0-9]*\)>.*/D:\1:F:\3:\2/p;t - s/^slot *\([0-9]*\):.*ENAB.*voltag.*<\([^:]*\):.*/I:\1:E/p;t - s/^slot *\([0-9]*\):.*voltag.*<\([^:]*\):.*/S:\1:E/p;t - s/^drive *\([0-9]*\):.*voltag.*<\([^:]*\):.*/D:\1:E/p' | \ - awk -F: '{ for (n = 1; n <= NF; n++) printf "%s%s", - (n == ($1 == "D" ? 4 : 2)) ? ($n == "" ? 0 : $n + 1) : $n, - (n == NF) ? "\n" : ":" }' - else - if [ -f "${FAKE_BARCODES}" ]; then - grep -v -e "^#" -e "^$" < ${FAKE_BARCODES} | \ - awk -F: '{ print "S:" $1 (match($2, "^ *$") ? ":E" : ":F:" $2) }' - else - echo "${PROGNAME}: Barcode file ${FAKE_BARCODES} is missing" - exit 1 - fi - fi - ;; -loaded) - # If a tape is loaded, but the source slot is unknown (for example, - # after library reboot), try to report the first free slot - FREE=`${CHIO} -f ${CHANGER} status slot | \ - sed -ne '/FULL/d;s/^slot *\([0-9]*\):.*/\1/p' | \ - awk 'BEGIN { n = 0 } { n = $1 + 1; exit } END { print n }'` - ${CHIO} -f ${CHANGER} status -S drive | \ - sed -ne 's/^drive *'${DRIVE}':.*FULL.*source.*<[^0-9]*\([0-9]*\)>.*/\1/p' \ - | awk 'BEGIN { n = 0 } { n = ($1 == "") ? '${FREE}' : $1 + 1 } \ - END { print n }' - ;; -slots) - ${CHIO} -f ${CHANGER} status | grep -c "^slot " - ;; -*) - usage - ;; -esac diff --git a/sysutils/bareos18-server/files/patch-core-CMakeLists.txt b/sysutils/bareos18-server/files/patch-core-CMakeLists.txt deleted file mode 100644 index c98c93487bd4..000000000000 --- a/sysutils/bareos18-server/files/patch-core-CMakeLists.txt +++ /dev/null @@ -1,32 +0,0 @@ ---- core/CMakeLists.txt 2020-12-11 10:27:01.000000000 -0500 -+++ core/CMakeLists.txt 2020-12-14 21:56:05.412121000 -0500 -@@ -115,7 +115,9 @@ - set(PSCMD "ps -ax -o pid,command") - include_directories(/usr/local/include) - link_directories(/usr/local/lib) -- link_libraries(intl) -+ IF(nls) -+ link_libraries(intl) -+ ENDIF() - endif() - - if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") -@@ -187,7 +189,9 @@ - add_definitions("-D_FILE_OFFSET_BITS=64") - endif() - --include(FindIntl) -+IF(nls) -+ include(FindIntl) -+ENDIF() - - if(developer) - add_definitions("-DDEVELOPER=1") -@@ -600,7 +604,6 @@ - - add_subdirectory(scripts) - add_subdirectory(manpages) --add_subdirectory(platforms) - add_subdirectory(src) - - string(TIMESTAMP NOW "%Y-%m-%d %H:%M:%S") diff --git a/sysutils/bareos18-server/files/patch-core-cmake_BareosCheckIncludes.cmake b/sysutils/bareos18-server/files/patch-core-cmake_BareosCheckIncludes.cmake deleted file mode 100644 index 6e4b63777a70..000000000000 --- a/sysutils/bareos18-server/files/patch-core-cmake_BareosCheckIncludes.cmake +++ /dev/null @@ -1,34 +0,0 @@ ---- core/cmake/BareosCheckIncludes.cmake 2020-12-14 22:02:44.192311000 -0500 -+++ core/cmake/BareosCheckIncludes.cmake 2020-12-14 22:06:25.053879000 -0500 -@@ -103,20 +103,20 @@ - CHECK_INCLUDE_FILES(sys/xattr.h HAVE_SYS_XATTR_H) - CHECK_INCLUDE_FILES(api/glfs.h HAVE_API_GLFS_H) - --CHECK_INCLUDE_FILES(cephfs/libcephfs.h HAVE_CEPHFS_LIBCEPHFS_H) -+if(cephfs) -+ CHECK_INCLUDE_FILES(cephfs/libcephfs.h HAVE_CEPHFS_LIBCEPHFS_H) -+ CHECK_INCLUDE_FILES("sys/stat.h;cephfs/ceph_ll_client.h" HAVE_CEPHFS_CEPH_STATX_H) -+endif() - --include(CheckSymbolExists) --include(CMakePushCheckState) --cmake_push_check_state() --set(CMAKE_REQUIRED_LIBRARIES cephfs) --check_symbol_exists(ceph_statx "sys/stat.h;cephfs/libcephfs.h" HAVE_CEPHFS_CEPH_STATX_H) --cmake_pop_check_state() -+if(rados) -+ CHECK_INCLUDE_FILES(rados/librados.h HAVE_RADOS_LIBRADOS_H) -+ CHECK_INCLUDE_FILES(radosstriper/libradosstriper.h HAVE_RADOSSTRIPER_LIBRADOSSTRIPER_H) -+endif() - --CHECK_INCLUDE_FILES(rados/librados.h HAVE_RADOS_LIBRADOS_H) --CHECK_INCLUDE_FILES(radosstriper/libradosstriper.h HAVE_RADOSSTRIPER_LIBRADOSSTRIPER_H) -- - #CHECK_INCLUDE_FILES(glusterfs/glusterfs.h HAVE_GLUSTERFS_GLUSTERFS_H) --CHECK_INCLUDE_FILES(glusterfs/api/glfs.h HAVE_GLUSTERFS_API_GLFS_H) -+if(gfapi) -+ CHECK_INCLUDE_FILES(glusterfs/api/glfs.h HAVE_GLUSTERFS_API_GLFS_H) -+endif() - - CHECK_INCLUDE_FILES(elasto/data.h HAVE_ELASTO_DATA_H) - CHECK_INCLUDE_FILES(elasto/file.h HAVE_ELASTO_FILE_H) diff --git a/sysutils/bareos18-server/files/patch-core-cmake_BareosFindAllLibraries.cmake b/sysutils/bareos18-server/files/patch-core-cmake_BareosFindAllLibraries.cmake deleted file mode 100644 index 72fb0630a5fa..000000000000 --- a/sysutils/bareos18-server/files/patch-core-cmake_BareosFindAllLibraries.cmake +++ /dev/null @@ -1,51 +0,0 @@ ---- core/cmake/BareosFindAllLibraries.cmake 2020-12-11 10:27:01.000000000 -0500 -+++ core/cmake/BareosFindAllLibraries.cmake 2020-12-14 22:52:06.210892000 -0500 -@@ -25,13 +25,15 @@ - - - if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Windows") -- # make sure we get python 2 not 3 -- set(Python_ADDITIONAL_VERSIONS 2.5 2.6 2.7 2.8 2.9) -- find_package(PythonInterp) -- INCLUDE(FindPythonLibs) -+ if (python) -+ # make sure we get python 2 or 3 -+ set(Python_ADDITIONAL_VERSIONS 3.5 3.6 3.7 3.8 2.7) -+ find_package(PythonInterp) -+ INCLUDE(FindPythonLibs) - -- if (${PYTHONLIBS_FOUND}) -- SET(HAVE_PYTHON 1) -+ if (${PYTHONLIBS_FOUND}) -+ SET(HAVE_PYTHON 1) -+ endif() - endif() - - INCLUDE(FindPostgreSQL) -@@ -52,13 +54,21 @@ - - BareosFindLibraryAndHeaders("fastlz" "fastlzlib.h") - BareosFindLibraryAndHeaders("jansson" "jansson.h") --BareosFindLibraryAndHeaders("rados" "rados/librados.h") --BareosFindLibraryAndHeaders("radosstriper" "radosstriper/libradosstriper.h") --BareosFindLibraryAndHeaders("cephfs" "cephfs/libcephfs.h") -+if(rados) -+ BareosFindLibraryAndHeaders("rados" "rados/librados.h") -+ BareosFindLibraryAndHeaders("radosstriper" "radosstriper/libradosstriper.h") -+endif() -+if(cephfs) -+ BareosFindLibraryAndHeaders("cephfs" "cephfs/libcephfs.h") -+endif() - BareosFindLibraryAndHeaders("pthread" "pthread.h") - BareosFindLibraryAndHeaders("cap" "sys/capability.h") --BareosFindLibraryAndHeaders("gfapi" "glusterfs/api/glfs.h") --BareosFindLibraryAndHeaders("droplet" "droplet.h") -+if(gfapi) -+ BareosFindLibraryAndHeaders("gfapi" "glusterfs/api/glfs.h") -+endif() -+if(droplet) -+ BareosFindLibraryAndHeaders("droplet" "droplet.h") -+endif() - - BareosFindLibraryAndHeaders("pam" "security/pam_appl.h") - diff --git a/sysutils/bareos18-server/files/patch-core-cmake_BareosInstallConfigFiles.cmake b/sysutils/bareos18-server/files/patch-core-cmake_BareosInstallConfigFiles.cmake deleted file mode 100644 index b8a136bc5eae..000000000000 --- a/sysutils/bareos18-server/files/patch-core-cmake_BareosInstallConfigFiles.cmake +++ /dev/null @@ -1,84 +0,0 @@ ---- core/cmake/BareosInstallConfigFiles.cmake 2020-12-11 10:27:01.000000000 -0500 -+++ core/cmake/BareosInstallConfigFiles.cmake 2020-12-15 01:25:25.641687000 -0500 -@@ -43,18 +43,9 @@ - get_filename_component(resname ${resdir} NAME) - foreach(configfile ${configfiles}) - get_filename_component(fname ${configfile} NAME) -- if (EXISTS ${DESTCONFDIR}/${resname}/${fname}) -- MESSAGE(STATUS "${DESTCONFDIR}/${resname}/${fname} exists") -- MESSAGE(STATUS "rename ${configfile} to ${configfile}.new") -- FILE (RENAME "${configfile}" "${configfile}.new") -- -- MESSAGE(STATUS "copy ${configfile}.new to ${DESTCONFDIR}/${resname}") -- FILE (INSTALL "${configfile}.new" DESTINATION "${DESTCONFDIR}/${resname}") -- FILE (RENAME "${configfile}.new" "${configfile}") -- else() -- MESSAGE(STATUS "${resname}/${fname} as ${resname}/${fname} (new installation)") -- FILE (COPY "${configfile}" DESTINATION "${DESTCONFDIR}/${resname}") -- endif() -+ MESSAGE(STATUS "${resname}/${fname} as ${resname}/${fname}.sample (new installation)") -+ FILE (RENAME "${configfile}" "${configfile}.sample") -+ FILE (COPY "${configfile}.sample" DESTINATION "${DESTCONFDIR}/${resname}") - endforeach() - endforeach() - -@@ -82,21 +73,16 @@ - get_filename_component(dir ${configfile} DIRECTORY) - get_filename_component(fname ${configfile} NAME) - -- if (EXISTS ${DESTCONFDIR}/${configfile}) -- MESSAGE(STATUS "${configfile} as ${configfile}.new (keep existing)") -- FILE(RENAME "${BackendConfigSrcDir}/${configfile}" "${BackendConfigSrcDir}/${configfile}.new") -- FILE(COPY "${BackendConfigSrcDir}/${configfile}.new" DESTINATION "${DESTCONFDIR}/${dir}") -- FILE(RENAME "${BackendConfigSrcDir}/${configfile}.new" "${BackendConfigSrcDir}/${configfile}") -- else() -- MESSAGE(STATUS "${configfile} as ${configfile}") -- FILE(COPY "${BackendConfigSrcDir}/${configfile}" DESTINATION "${DESTCONFDIR}/${dir}") -- endif() -+ MESSAGE(STATUS "${configfile} as ${configfile}") -+ FILE(RENAME "${BackendConfigSrcDir}/${configfile}" "${BackendConfigSrcDir}/${configfile}.sample") -+ FILE(COPY "${BackendConfigSrcDir}/${configfile}.sample" DESTINATION "${DESTCONFDIR}/${dir}") - endforeach() - - file(GLOB_RECURSE configfiles RELATIVE "${BackendConfigSrcDir}" "${BackendConfigSrcDir}/*.example") - foreach(configfile ${configfiles}) - get_filename_component(dir ${configfile} DIRECTORY) -- #get_filename_component(fname ${configfile} NAME) -+ get_filename_component(fname ${configfile} NAME) -+ get_filename_component(fsname ${configfile} NAME_WE) - - if (EXISTS ${DESTCONFDIR}/${configfile}) - MESSAGE(STATUS "overwriting ${configfile}") -@@ -104,7 +90,8 @@ - MESSAGE(STATUS "${configfile} as ${configfile}") - endif() - -- FILE(COPY "${BackendConfigSrcDir}/${configfile}" DESTINATION "${DESTCONFDIR}/${dir}") -+ FILE(RENAME "${BackendConfigSrcDir}/${configfile}" "${BackendConfigSrcDir}/${fsname}.conf.sample") -+ FILE(COPY "${BackendConfigSrcDir}/${fsname}.conf.sample" DESTINATION "${DESTCONFDIR}/${dir}") - endforeach() - - ENDFOREACH() -@@ -122,15 +109,13 @@ - STRING(REGEX MATCH "\\.in\$" IS_INFILE ${configfile}) - if (NOT "${IS_INFILE}" STREQUAL ".in") - get_filename_component(fname ${configfile} NAME) -- if (EXISTS ${DESTCONFDIR}/${resname}/${fname}) -- MESSAGE(STATUS "${resname}/${fname} as ${resname}/${fname}.new (keep existing)") -- FILE (RENAME "${configfile}" "${configfile}.new") -- FILE (COPY "${configfile}.new" DESTINATION "${DESTCONFDIR}/${resname}") -- FILE (RENAME "${configfile}.new" "${configfile}") -- else() -- MESSAGE(STATUS "${resname}/${fname} as ${resname}/${fname}") -- FILE (COPY "${configfile}" DESTINATION "${DESTCONFDIR}/${resname}") -- endif() -+ get_filename_component(fsname ${configfile} NAME_WE) -+ MESSAGE(STATUS "${resname}/${fname} as ${resname}/${fname}") -+ FILE(RENAME "${configfile}" "${resdir}/${fsname}.conf.sample") -+ FILE( -+ COPY "${resdir}/${fsname}.conf.sample" -+ DESTINATION "${DESTCONFDIR}/${resname}" -+ ) - else() - MESSAGE(STATUS "skipping .in file ${configfile}:${IS_INFILE}") - endif() diff --git a/sysutils/bareos18-server/files/patch-core-cmake_BareosSetVariableDefaults.cmake b/sysutils/bareos18-server/files/patch-core-cmake_BareosSetVariableDefaults.cmake deleted file mode 100644 index ce294505c385..000000000000 --- a/sysutils/bareos18-server/files/patch-core-cmake_BareosSetVariableDefaults.cmake +++ /dev/null @@ -1,15 +0,0 @@ ---- core/cmake/BareosSetVariableDefaults.cmake 2019-05-10 11:53:19.620402000 -0500 -+++ core/cmake/BareosSetVariableDefaults.cmake 2019-05-10 12:13:55.910452000 -0500 -@@ -669,7 +669,11 @@ - SET(PACKAGE_URL "\"\"") - SET(PACKAGE_VERSION "\"${BAREOS_NUMERIC_VERSION}\"") - --set(ENABLE_NLS 1) -+IF(DEFINED nls) -+ SET(ENABLE_NLS 1) -+ELSE() -+ SET(ENABLE_NLS 0) -+ENDIF() - - - IF(HAVE_WIN32) diff --git a/sysutils/bareos18-server/files/patch-core-manpages_CMakeLists.txt b/sysutils/bareos18-server/files/patch-core-manpages_CMakeLists.txt deleted file mode 100644 index ab5442b9a2ba..000000000000 --- a/sysutils/bareos18-server/files/patch-core-manpages_CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ ---- core/manpages/CMakeLists.txt 2019-05-08 21:16:29.369799000 -0500 -+++ core/manpages/CMakeLists.txt 2019-05-08 21:17:28.526607000 -0500 -@@ -17,6 +17,7 @@ - # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - # 02110-1301, USA. - -+IF(client-only) - set (MAN1 - bconsole.1 - ) -@@ -25,7 +26,7 @@ - bareos-fd.8 - bareos.8 - ) -- -+ENDIF() - - IF(NOT client-only) - set ( MAN1-server diff --git a/sysutils/bareos18-server/files/patch-core-scripts_CMakeLists.txt b/sysutils/bareos18-server/files/patch-core-scripts_CMakeLists.txt deleted file mode 100644 index 44c774124482..000000000000 --- a/sysutils/bareos18-server/files/patch-core-scripts_CMakeLists.txt +++ /dev/null @@ -1,75 +0,0 @@ ---- core/scripts/CMakeLists.txt 2019-12-12 12:04:14.000000000 -0500 -+++ core/scripts/CMakeLists.txt 2019-12-28 16:23:36.207715000 -0500 -@@ -17,36 +17,37 @@ - # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - # 02110-1301, USA. - -+IF(client-only) -+ INSTALL(FILES -+ bareos btraceback -+ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE -+ GROUP_READ GROUP_EXECUTE -+ WORLD_READ WORLD_EXECUTE -+ DESTINATION "${sbindir}") - --INSTALL(FILES -- bareos btraceback -- PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE -- GROUP_READ GROUP_EXECUTE -- WORLD_READ WORLD_EXECUTE -- DESTINATION "${sbindir}") -+ INSTALL(FILES -+ bareos-ctl-fd -+ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE -+ GROUP_READ GROUP_EXECUTE -+ WORLD_READ WORLD_EXECUTE -+ DESTINATION "${scriptdir}" -+ COMPONENT filedaemon) - --INSTALL(FILES -- bareos-ctl-fd -- PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE -- GROUP_READ GROUP_EXECUTE -- WORLD_READ WORLD_EXECUTE -- DESTINATION "${scriptdir}" -- COMPONENT filedaemon) -+ INSTALL(FILES -+ bareos -+ btraceback.gdb -+ btraceback.dbx -+ btraceback.mdb -+ bareos-config -+ bareos-config-lib.sh -+ bareos-ctl-funcs -+ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE -+ GROUP_READ GROUP_EXECUTE -+ WORLD_READ WORLD_EXECUTE -+ DESTINATION "${scriptdir}" -+ ) -+ENDIF() - --INSTALL(FILES -- bareos -- btraceback.gdb -- btraceback.dbx -- btraceback.mdb -- bareos-config -- bareos-config-lib.sh -- bareos-ctl-funcs -- PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE -- GROUP_READ GROUP_EXECUTE -- WORLD_READ WORLD_EXECUTE -- DESTINATION "${scriptdir}" -- ) -- - IF(NOT client-only) - INSTALL(FILES - mtx-changer -@@ -55,7 +56,6 @@ - bareos-glusterfind-wrapper - bareos-ctl-dir - bareos-ctl-sd -- bareos-ctl-funcs - PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE - GROUP_READ GROUP_EXECUTE - WORLD_READ WORLD_EXECUTE diff --git a/sysutils/bareos18-server/files/patch-core-src-dird_CMakeLists.txt b/sysutils/bareos18-server/files/patch-core-src-dird_CMakeLists.txt deleted file mode 100644 index 11570458e8e4..000000000000 --- a/sysutils/bareos18-server/files/patch-core-src-dird_CMakeLists.txt +++ /dev/null @@ -1,21 +0,0 @@ ---- core/src/dird/CMakeLists.txt 2019-05-08 21:45:45.893113000 -0500 -+++ core/src/dird/CMakeLists.txt 2019-05-08 21:47:00.616203000 -0500 -@@ -77,6 +77,9 @@ - bareosfind - ${LMDB_LIBS} - ${NDMP_LIBS} -+ ${OPENSSL_LIBRARIES} -+ ${PTHREAD_LIBRARIES} -+ ${JANSSON_LIBRARIES} - ) - - IF(HAVE_WIN32) -@@ -92,7 +95,7 @@ - add_executable(bareos-dbcheck ${DBCHKSRCS}) - SET(DBCHECK_LIBRARIES bareossql bareos bareosfind bareoscats) - --target_link_libraries(bareos-dbcheck ${DBCHECK_LIBRARIES}) -+target_link_libraries(bareos-dbcheck ${DBCHECK_LIBRARIES} ${OPENSSL_LIBRARIES} ${PTHREAD_LIBRARIES} ${JANSSON_LIBRARIES}) - - # is not built by default - diff --git a/sysutils/bareos18-server/files/patch-core-src-include_baconfig.h b/sysutils/bareos18-server/files/patch-core-src-include_baconfig.h deleted file mode 100644 index 4a9a9b5e839f..000000000000 --- a/sysutils/bareos18-server/files/patch-core-src-include_baconfig.h +++ /dev/null @@ -1,25 +0,0 @@ ---- core/src/include/baconfig.h 2019-05-10 14:32:06.160940000 -0500 -+++ core/src/include/baconfig.h 2019-05-10 14:32:32.142847000 -0500 -@@ -120,11 +120,11 @@ - #define N_(s) (s) - #endif /* N_ */ - #else /* !ENABLE_NLS */ -+ #include - #undef _ - #undef N_ - #undef textdomain - #undef bindtextdomain -- #undef setlocale - - #ifndef _ - #define _(s) (s) -@@ -137,9 +137,6 @@ - #endif - #ifndef bindtextdomain - #define bindtextdomain(p, d) -- #endif -- #ifndef setlocale -- #define setlocale(p, d) - #endif - #endif /* ENABLE_NLS */ - diff --git a/sysutils/bareos18-server/files/patch-core-src-plugins-dird_python-dir.cc b/sysutils/bareos18-server/files/patch-core-src-plugins-dird_python-dir.cc deleted file mode 100644 index f63db632d130..000000000000 --- a/sysutils/bareos18-server/files/patch-core-src-plugins-dird_python-dir.cc +++ /dev/null @@ -1,61 +0,0 @@ ---- core/src/plugins/dird/python-dir.cc 2019-12-12 12:04:14.000000000 -0500 -+++ core/src/plugins/dird/python-dir.cc 2019-12-29 00:20:30.334502000 -0500 -@@ -35,6 +35,13 @@ - #error "Need at least Python version 2.6 or newer" - #endif - -+#if (PY_VERSION_HEX > 0x03050000) -+#define PyInt_AsLong PyLong_AsLong -+#define PyInt_FromLong PyLong_FromLong -+#define PyString_AsString PyUnicode_AsUTF8 -+#define PyString_FromString PyUnicode_FromString -+#endif -+ - #include "python-dir.h" - #include "lib/edit.h" - -@@ -118,6 +125,20 @@ - */ - static PyThreadState *mainThreadState; - -+#if (PY_VERSION_HEX > 0x03050000) -+static struct PyModuleDef BareosDIRModuleDef = { -+ PyModuleDef_HEAD_INIT, -+ "bareosdir", -+ NULL, -+ -1, -+ BareosDIRMethods, -+ NULL, -+ NULL, -+ NULL, -+ NULL -+}; -+#endif -+ - #ifdef __cplusplus - extern "C" { - #endif -@@ -679,7 +700,11 @@ - /* - * Make our callback methods available for Python. - */ -+#if (PY_VERSION_HEX > 0x03050000) -+ p_ctx->pInstance = PyModule_Create(&BareosDIRModuleDef); -+#else - p_ctx->pInstance = Py_InitModule("bareosdir", BareosDIRMethods); -+#endif - } - - /* -@@ -959,7 +984,11 @@ - char *value; - - ctx = PyGetbpContext(pyCtx); -+#if (PY_VERSION_HEX > 0x03050000) -+ value = bstrdup(PyString_AsString(pyValue)); -+#else - value = PyString_AsString(pyValue); -+#endif - if (value) { - retval = bfuncs->setBareosValue(ctx, (bwDirVariable)var, value); - } diff --git a/sysutils/bareos18-server/files/patch-core-src-plugins-filed_CMakeLists.txt b/sysutils/bareos18-server/files/patch-core-src-plugins-filed_CMakeLists.txt deleted file mode 100644 index 5c59efaffb08..000000000000 --- a/sysutils/bareos18-server/files/patch-core-src-plugins-filed_CMakeLists.txt +++ /dev/null @@ -1,35 +0,0 @@ ---- core/src/plugins/filed/CMakeLists.txt 2019-12-12 12:04:14.000000000 -0500 -+++ core/src/plugins/filed/CMakeLists.txt 2019-12-28 16:26:47.855833000 -0500 -@@ -100,18 +100,18 @@ - INSTALL(TARGETS test-plugin-fd DESTINATION ${plugindir} COMPONENT filedaemon) - endif() - --set (PYFILES -- bareos-fd.py.template -- bareos-fd-local-fileset.py -- bareos-fd-mock-test.py -- BareosFdPluginBaseclass.py -- BareosFdPluginLocalFileset.py -- BareosFdWrapper.py -- bareos_fd_consts.py -- bareos-fd-ldap.py -- BareosFdPluginLDAP.py -- ) -+if (python) -+ set (PYFILES -+ bareos-fd.py.template -+ bareos-fd-local-fileset.py -+ bareos-fd-mock-test.py -+ BareosFdPluginBaseclass.py -+ BareosFdPluginLocalFileset.py -+ BareosFdWrapper.py -+ bareos_fd_consts.py -+ bareos-fd-ldap.py -+ BareosFdPluginLDAP.py -+ ) - --INSTALL(FILES ${PYFILES} DESTINATION ${plugindir} COMPONENT filedaemon) -- -- -+ INSTALL(FILES ${PYFILES} DESTINATION ${plugindir} COMPONENT filedaemon) -+endif() diff --git a/sysutils/bareos18-server/files/patch-core-src-plugins-filed_gfapi-fd.cc b/sysutils/bareos18-server/files/patch-core-src-plugins-filed_gfapi-fd.cc deleted file mode 100644 index e796a1b23d51..000000000000 --- a/sysutils/bareos18-server/files/patch-core-src-plugins-filed_gfapi-fd.cc +++ /dev/null @@ -1,24 +0,0 @@ ---- core/src/plugins/filed/gfapi-fd.cc 2020-12-14 23:47:04.832213000 -0500 -+++ core/src/plugins/filed/gfapi-fd.cc 2020-12-14 23:47:56.824952000 -0500 -@@ -30,7 +30,7 @@ - #include "lib/path_list.h" - #include "lib/edit.h" - --#include -+#include - - - /* avoid missing config.h problem on Debian 8 and Ubuntu 16: -@@ -39,10 +39,10 @@ - */ - #ifndef _CONFIG_H - #define _CONFIG_H --#include -+#include - #undef _CONFIG_H - #else --#include -+#include - #endif - - namespace filedaemon { diff --git a/sysutils/bareos18-server/files/patch-core-src-plugins-filed_python-fd.cc b/sysutils/bareos18-server/files/patch-core-src-plugins-filed_python-fd.cc deleted file mode 100644 index 3e48800f4da6..000000000000 --- a/sysutils/bareos18-server/files/patch-core-src-plugins-filed_python-fd.cc +++ /dev/null @@ -1,111 +0,0 @@ ---- core/src/plugins/filed/python-fd.cc 2019-12-12 12:04:14.000000000 -0500 -+++ core/src/plugins/filed/python-fd.cc 2019-12-29 00:41:38.985785000 -0500 -@@ -40,6 +40,14 @@ - #error "Need at least Python version 2.6 or newer" - #endif - -+#if (PY_VERSION_HEX > 0x03050000) -+#define PyInt_AsLong PyLong_AsLong -+#define PyInt_FromLong PyLong_FromLong -+#define PyString_AsString PyUnicode_AsUTF8 -+#define PyString_FromString PyUnicode_FromString -+#define PyString_Check PyBytes_Check -+#endif -+ - static const int debuglevel = 150; - - #define PLUGIN_LICENSE "Bareos AGPLv3" -@@ -163,6 +171,20 @@ - */ - static PyThreadState *mainThreadState; - -+#if (PY_VERSION_HEX > 0x03050000) -+static struct PyModuleDef BareosFDModuleDef = { -+ PyModuleDef_HEAD_INIT, -+ "bareosfd", -+ NULL, -+ -1, -+ BareosFDMethods, -+ NULL, -+ NULL, -+ NULL, -+ NULL -+}; -+#endif -+ - #ifdef __cplusplus - extern "C" { - #endif -@@ -1226,7 +1248,11 @@ - /* - * Make our callback methods available for Python. - */ -+#if (PY_VERSION_HEX > 0x03050000) -+ p_ctx->pInstance = PyModule_Create(&BareosFDModuleDef); -+#else - p_ctx->pInstance = Py_InitModule("bareosfd", BareosFDMethods); -+#endif - - /* - * Fill in the slots of PyRestoreObject -@@ -2704,7 +2730,11 @@ - case bVarFileSeen: { - char *value; - -+#if (PY_VERSION_HEX > 0x03050000) -+ value = bstrdup(PyString_AsString(pyValue)); -+#else - value = PyString_AsString(pyValue); -+#endif - if (value) { - retval = bfuncs->setBareosValue(ctx, (bVariable)var, value); - } -@@ -3091,7 +3121,11 @@ - sp.type = pSavePkt->type; - if (pSavePkt->fname) { - if (PyString_Check(pSavePkt->fname)) { -+#if (PY_VERSION_HEX > 0x03050000) -+ sp.fname = bstrdup(PyString_AsString(pSavePkt->fname)); -+#else - sp.fname = PyString_AsString(pSavePkt->fname); -+#endif - } else { - goto bail_out; - } -@@ -3100,7 +3134,11 @@ - } - if (pSavePkt->link) { - if (PyString_Check(pSavePkt->link)) { -+#if (PY_VERSION_HEX > 0x03050000) -+ sp.link = bstrdup(PyString_AsString(pSavePkt->link)); -+#else - sp.link = PyString_AsString(pSavePkt->link); -+#endif - } else { - goto bail_out; - } -@@ -3143,7 +3181,11 @@ - */ - if (pSavePkt->fname) { - if (PyString_Check(pSavePkt->fname)) { -+#if (PY_VERSION_HEX > 0x03050000) -+ sp.fname = bstrdup(PyString_AsString(pSavePkt->fname)); -+#else - sp.fname = PyString_AsString(pSavePkt->fname); -+#endif - } else { - goto bail_out; - } -@@ -3219,8 +3261,11 @@ - if (!object || !PyString_Check(object)) { - return (char *)""; - } -- -+#if (PY_VERSION_HEX > 0x03050000) -+ return bstrdup(PyString_AsString(object)); -+#else - return PyString_AsString(object); -+#endif - } - - static inline char *PyGetByteArrayValue(PyObject *object) diff --git a/sysutils/bareos18-server/files/patch-core-src-plugins-stored_python-sd.cc b/sysutils/bareos18-server/files/patch-core-src-plugins-stored_python-sd.cc deleted file mode 100644 index fb84a03d80ef..000000000000 --- a/sysutils/bareos18-server/files/patch-core-src-plugins-stored_python-sd.cc +++ /dev/null @@ -1,61 +0,0 @@ ---- core/src/plugins/stored/python-sd.cc 2019-12-12 12:04:14.000000000 -0500 -+++ core/src/plugins/stored/python-sd.cc 2019-12-29 00:19:19.366390000 -0500 -@@ -36,6 +36,13 @@ - #error "Need at least Python version 2.6 or newer" - #endif - -+#if (PY_VERSION_HEX > 0x03050000) -+#define PyInt_AsLong PyLong_AsLong -+#define PyInt_FromLong PyLong_FromLong -+#define PyString_AsString PyUnicode_AsUTF8 -+#define PyString_FromString PyUnicode_FromString -+#endif -+ - static const int debuglevel = 150; - - #define PLUGIN_LICENSE "Bareos AGPLv3" -@@ -121,6 +128,20 @@ - extern "C" { - #endif - -+#if (PY_VERSION_HEX > 0x03050000) -+static struct PyModuleDef BareosSDModuleDef = { -+ PyModuleDef_HEAD_INIT, -+ "bareossd", -+ NULL, -+ -1, -+ BareosSDMethods, -+ NULL, -+ NULL, -+ NULL, -+ NULL -+}; -+#endif -+ - /** - * loadPlugin() and unloadPlugin() are entry points that are - * exported, so Bareos can directly call these two entry points -@@ -698,7 +719,11 @@ - /* - * Make our callback methods available for Python. - */ -+#if (PY_VERSION_HEX > 0x03050000) -+ p_ctx->pInstance = PyModule_Create(&BareosSDModuleDef); -+#else - p_ctx->pInstance = Py_InitModule("bareossd", BareosSDMethods); -+#endif - } - - /* -@@ -979,7 +1004,11 @@ - char *value; - - ctx = PyGetbpContext(pyCtx); -+#if (PY_VERSION_HEX > 0x03050000) -+ value = bstrdup(PyString_AsString(pyValue)); -+#else - value = PyString_AsString(pyValue); -+#endif - if (value) { - bfuncs->setBareosValue(ctx, (bsdwVariable)var, value); - } diff --git a/sysutils/bareos18-server/files/patch-core-src-stored_CMakeLists.txt b/sysutils/bareos18-server/files/patch-core-src-stored_CMakeLists.txt deleted file mode 100644 index 30ea5dd024d0..000000000000 --- a/sysutils/bareos18-server/files/patch-core-src-stored_CMakeLists.txt +++ /dev/null @@ -1,56 +0,0 @@ ---- core/src/stored/CMakeLists.txt 2021-09-13 03:57:27.000000000 -0500 -+++ core/src/stored/CMakeLists.txt 2022-03-04 20:39:26.209621000 -0500 -@@ -193,26 +193,35 @@ - target_link_libraries(bareos-sd - stored_objects - ${BAREOS_SD_LIBRARIES} -+ ${JANSSON_LIBRARIES} -+ ${PTHREAD_LIBRARIES} - ) - - add_executable(bls ${BLSSRCS}) - target_link_libraries(bls - bareos bareossd bareosfind -+ ${JANSSON_LIBRARIES} -+ ${PTHREAD_LIBRARIES} - ) - - add_executable(bextract ${BEXTRACTSRS}) - target_link_libraries(bextract - bareossd bareosfind bareos -+ ${JANSSON_LIBRARIES} -+ ${PTHREAD_LIBRARIES} - ) - - add_executable(bscan ${BSCANSRCS}) - target_link_libraries(bscan - bareos bareossd bareosfind bareossql bareoscats -+ ${PTHREAD_LIBRARIES} - ) - - add_executable(btape ${BTAPESRCS}) - target_link_libraries(btape - bareossd bareos -+ ${JANSSON_LIBRARIES} -+ ${PTHREAD_LIBRARIES} - ) - - add_executable(bcopy ${BCOPYSRCS}) -@@ -220,6 +229,8 @@ - - target_link_libraries(bcopy - bareossd bareos -+ ${JANSSON_LIBRARIES} -+ ${PTHREAD_LIBRARIES} - ) - - INSTALL(TARGETS bareossd DESTINATION ${libdir}) -@@ -232,7 +243,7 @@ - install(CODE "set(SRC_DIR \"${PROJECT_SOURCE_DIR}\")") - install(SCRIPT ${PROJECT_SOURCE_DIR}/cmake/install-stored-configfiles.cmake) - --INSTALL(DIRECTORY DESTINATION "../${archivedir}") -+INSTALL(DIRECTORY DESTINATION "${archivedir}") - - IF(${HAVE_DYNAMIC_SD_BACKENDS}) - add_subdirectory(backends) diff --git a/sysutils/bareos18-server/files/patch-core-src_CMakeLists.txt b/sysutils/bareos18-server/files/patch-core-src_CMakeLists.txt deleted file mode 100644 index 135d70a4df4c..000000000000 --- a/sysutils/bareos18-server/files/patch-core-src_CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ ---- core/src/CMakeLists.txt 2019-05-08 21:29:08.173605000 -0500 -+++ core/src/CMakeLists.txt 2019-05-08 21:42:27.597876000 -0500 -@@ -30,13 +30,16 @@ - add_subdirectory(stored) - ENDIF() - --add_subdirectory(console) --IF(${HAVE_LMDB}) --add_subdirectory(lmdb) -+IF(client-only) -+ add_subdirectory(console) -+ IF(${HAVE_LMDB}) -+ add_subdirectory(lmdb) -+ ENDIF() -+ add_subdirectory(lib) -+ add_subdirectory(findlib) -+ add_subdirectory(filed) - ENDIF() --add_subdirectory(lib) --add_subdirectory(findlib) --add_subdirectory(filed) -+ - add_subdirectory(plugins) - - if (${traymonitor}) diff --git a/sysutils/bareos18-server/files/patch-core_cmake_bareos-symlink-default-db-backend.cmake b/sysutils/bareos18-server/files/patch-core_cmake_bareos-symlink-default-db-backend.cmake deleted file mode 100644 index 811950bd6a2d..000000000000 --- a/sysutils/bareos18-server/files/patch-core_cmake_bareos-symlink-default-db-backend.cmake +++ /dev/null @@ -1,22 +0,0 @@ ---- core/cmake/bareos-symlink-default-db-backend.cmake.orig 2021-04-13 21:34:51 UTC -+++ core/cmake/bareos-symlink-default-db-backend.cmake -@@ -16,8 +16,17 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - # 02110-1301, USA. -+ - MESSAGE(STATUS "${CMAKE_COMMAND} -E create_symlink ${libdir}/libbareoscats${CMAKE_SHARED_LIBRARY_SUFFIX} ${backenddir}/libbareoscats-${default_db_backend}${CMAKE_SHARED_LIBRARY_SUFFIX}") -+# The ${libdir} and ${backenddir} are absolute, so figure out -+# a relative path (${backenddir} lives under ${libdir}) instead. -+# Make the link relative, placing the libbareoscats.so in ${libdir}. -+# Within this script, VERSION is set to BAREOS_NUMERIC_VERSION (see -+# core/src/cats/CMakeLists.txt). -+file(RELATIVE_PATH _rel ${libdir} ${backenddir}/libbareoscats-${default_db_backend}${CMAKE_SHARED_LIBRARY_SUFFIX}) -+MESSAGE(STATUS ".. actually ${_rel} in $ENV{DESTDIR} v ${VERSION}") - execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink -- ${backenddir}/libbareoscats-${default_db_backend}${CMAKE_SHARED_LIBRARY_SUFFIX} -- ${libdir}/libbareoscats${CMAKE_SHARED_LIBRARY_SUFFIX}.${BAREOS_NUMERIC_VERSION} -+ ${_rel} -+ libbareoscats${CMAKE_SHARED_LIBRARY_SUFFIX}.${VERSION} -+ WORKING_DIRECTORY $ENV{DESTDIR}${libdir} COMMAND_ECHO STDOUT - ) diff --git a/sysutils/bareos18-server/files/pkg-deinstall.client.in b/sysutils/bareos18-server/files/pkg-deinstall.client.in deleted file mode 100644 index 3be8c2e4874c..000000000000 --- a/sysutils/bareos18-server/files/pkg-deinstall.client.in +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/usr/sbin - -# Note how to delete UID/GID -USER=%%BAREOS_USER%% -GROUP=%%BAREOS_GROUP%% -UID=%%BAREOS_UID%% -GID=%%BAREOS_UID%% -BACULA_DIR=%%BAREOS_DIR%% - -TMPFILE=/tmp/services-$RANDOM-$$ - -case "$2" in -"DEINSTALL") - # Delete entries in /etc/services - sed -e '/# Bareos port start/,/# Bareos port end/{' \ - -e 'd' \ - -e '}' /etc/services > $TMPFILE - mv -f $TMPFILE /etc/services - - if [ -d ${BAREOS_DIR} ]; then - echo "Check if ${BAREOS_DIR} is empty and delete it to permanently remove the bareos port." - fi - - if pw groupshow "${USER}" 2>/dev/null 1>&2; then - echo "To delete Bareos group permanently, use 'pw groupdel ${GROUP}'" - fi - ;; -esac diff --git a/sysutils/bareos18-server/files/pkg-install.client.in b/sysutils/bareos18-server/files/pkg-install.client.in deleted file mode 100644 index 70ca57028237..000000000000 --- a/sysutils/bareos18-server/files/pkg-install.client.in +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/usr/sbin - -# Always add lines in /etc/services -grep -q "bareos-dir" /etc/services -if [ "$?" != "0" ]; then - echo "# Bareos port start -bareos-dir 9101/tcp #Bareos director daemon -bareos-fd 9102/tcp #Bareos file daemon -bareos-sd 9103/tcp #Bareos storage daemon -# Bareos port end" >> /etc/services -fi diff --git a/sysutils/bareos18-server/files/pkg-message.client.in b/sysutils/bareos18-server/files/pkg-message.client.in deleted file mode 100644 index b3e2d5825e13..000000000000 --- a/sysutils/bareos18-server/files/pkg-message.client.in +++ /dev/null @@ -1,17 +0,0 @@ -[ -{ type: install - message: < - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') -BROKEN_FreeBSD_13= field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') -BROKEN_FreeBSD_14= field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') -.endif - -CLIENTDIR= CLIENT -SERVERDIR= SERVER -CLIENT_FILES= bbackupd bbackupquery bbackupctl -SERVER_FILES= bbstored bbstoreaccounts - -.if ${PORT_OPTIONS:MGNUREADLINE} -CONFIGURE_ARGS+=--enable-gnu-readline -.endif - -.if ${PORT_OPTIONS:MCLIENT} -USE_RC_SUBR+= bbackupd -PLIST_SUB+= CLIENT="" -ALL_TARGET+= build-backup-client -CLIENT_SCRIPTS= bbackupd-config -SUB_FILES+= 999.boxbackup -.else -PLIST_SUB+= CLIENT="@comment " -.endif - -.if ${PORT_OPTIONS:MSERVER} -USE_RC_SUBR+= bbstored -USERS+= _bbstored -GROUPS+= _bbstored -PLIST_SUB+= SERVER="" -ALL_TARGET+= build-backup-server -SERVER_SCRIPTS= bbstored-certs bbstored-config raidfile-config -.else -PLIST_SUB+= SERVER="@comment " -.endif - -.if ! ${PORT_OPTIONS:MCLIENT} -CONFLICTS= boxbackup-client boxbackup -CLIENT_OR_SERVER=-server -.elif ! ${PORT_OPTIONS:MSERVER} -CONFLICTS= boxbackup-server boxbackup -CLIENT_OR_SERVER=-client -.else -CONFLICTS= boxbackup-server boxbackup-client -.endif - -post-patch: - @${REINPLACE_CMD} -e '/html/d' ${WRKSRC}/parcels.txt -.if ${PORT_OPTIONS:MCLIENT} - @${CAT} ${FILESDIR}/pkg-message.client >> ${PKGMESSAGE} -.endif -.if ${PORT_OPTIONS:MSERVER} - @${CAT} ${FILESDIR}/pkg-message.server >> ${PKGMESSAGE} -.endif - -post-configure: - @${REINPLACE_CMD} -e '/share.doc.boxbackup/d' ${WRKSRC}/parcels/scripts/install-backup-* -pre-install: - (cd ${WRKSRC}/parcels \ - && ${MV} ./boxbackup-0.11_trunk_2979-backup-client ../CLIENT) - - (cd ${WRKSRC}/parcels \ - && ${MV} ./boxbackup-0.11_trunk_2979-backup-server ../SERVER) -do-install: -.if ${PORT_OPTIONS:MCLIENT} - (cd ${WRKSRC}/${CLIENTDIR}/ \ - && ${INSTALL_PROGRAM} ${CLIENT_FILES} ${STAGEDIR}${PREFIX}/sbin/) - - (cd ${WRKSRC}/${CLIENTDIR}/ \ - && ${INSTALL_SCRIPT} ${CLIENT_SCRIPTS} ${STAGEDIR}${PREFIX}/sbin/) - - ${INSTALL_MAN} ${WRKSRC}/${CLIENTDIR}/bbackupd.conf.5.gz \ - ${STAGEDIR}${PREFIX}/man/man5/ - - ${INSTALL_MAN} ${WRKSRC}/${CLIENTDIR}/bbackupctl.8.gz \ - ${WRKSRC}/${CLIENTDIR}/bbackupd-config.8.gz \ - ${WRKSRC}/${CLIENTDIR}/bbackupd.8.gz ${WRKSRC}/${CLIENTDIR}/bbackupquery.8.gz \ - ${STAGEDIR}${PREFIX}/man/man8/ -.endif -.if ${PORT_OPTIONS:MSERVER} - (cd ${WRKSRC}/${SERVERDIR}/ \ - && ${INSTALL_PROGRAM} ${SERVER_FILES} ${STAGEDIR}${PREFIX}/sbin/) - - (cd ${WRKSRC}/${SERVERDIR}/ \ - && ${INSTALL_SCRIPT} ${SERVER_SCRIPTS} ${STAGEDIR}${PREFIX}/sbin/) - - ${INSTALL_MAN} ${WRKSRC}/${SERVERDIR}/raidfile.conf.5.gz \ - ${WRKSRC}/${SERVERDIR}/bbstored.conf.5.gz \ - ${STAGEDIR}${PREFIX}/man/man5/ - - ${INSTALL_MAN} ${WRKSRC}/${SERVERDIR}/bbstoreaccounts.8.gz \ - ${WRKSRC}/${SERVERDIR}/bbstored-certs.8.gz \ - ${WRKSRC}/${SERVERDIR}/bbstored-config.8.gz \ - ${WRKSRC}/${SERVERDIR}/bbstored.8.gz \ - ${WRKSRC}/${SERVERDIR}/raidfile-config.8.gz \ - ${STAGEDIR}${PREFIX}/man/man8/ -.endif -.if ${PORT_OPTIONS:MCLIENT} - @${MKDIR} -m 0700 ${STAGEDIR}${PREFIX}/etc/box/bbackupd - @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/monthly - ${INSTALL_SCRIPT} ${WRKDIR}/999.boxbackup ${STAGEDIR}${PREFIX}/etc/periodic/monthly -.endif -.if ${PORT_OPTIONS:MSERVER} - @${MKDIR} -m 0700 ${STAGEDIR}${PREFIX}/etc/box/bbstored -.endif - -test: - @${ECHO_CMD} "===> Running tests" - @${MAKE} -C ${WRKSRC} test - -.include diff --git a/sysutils/boxbackup-devel/distinfo b/sysutils/boxbackup-devel/distinfo deleted file mode 100644 index 6563e4e588cc..000000000000 --- a/sysutils/boxbackup-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (boxbackup-0.11_trunk_2979.tgz) = 8d49959c7bd173de468837a6645883b37f5c2d485ba2245f9178b74e8b1f8c9e -SIZE (boxbackup-0.11_trunk_2979.tgz) = 2185279 diff --git a/sysutils/boxbackup-devel/files/999.boxbackup.in b/sysutils/boxbackup-devel/files/999.boxbackup.in deleted file mode 100644 index 62e583372d9f..000000000000 --- a/sysutils/boxbackup-devel/files/999.boxbackup.in +++ /dev/null @@ -1,82 +0,0 @@ -#!/bin/sh -# -# Box Backup monthly store compare -# -# Add the following to /etc/periodic.conf to enable the monthly compare: -# monthly_boxbackup_compare_enable="YES" -# -# By default the script will run "compare -aq". If you want to change this to -# run a full compare, add the following to periodic.conf: -# monthly_boxbackup_compare_args="-a" -# -# NOTE: This script will cause the monthly periodic(8) run to take much longer -# than usual, depending on the size of your backup store. -# -# If you wish to run this independently of the monthly job, you can create a -# new periodic entry as follows: -# -# # mkdir /usr/local/etc/periodic/boxbackup -# # mv /usr/local/etc/periodic/monthly/999.boxbackup \ -# /usr/local/etc/periodic/boxbackup/100.compare -# -# Then add the following to /etc/crontab: -# 30 5 1 * * root periodic boxbackup -# -# (adjust the timings as necessary) -# -# You may also wish to add boxbackup_output="root" to periodic.conf so that -# mail comes from periodic rather than cron. - -monthly_boxbackup_compare_enable="NO" -monthly_boxbackup_compare_args="-aq" - -if [ -r /etc/defaults/periodic.conf ] -then - . /etc/defaults/periodic.conf - source_periodic_confs -fi - -SLEEP=/bin/sleep -JOT=/usr/bin/jot - -random() { - ${JOT} -r 1 0 900 -} - -rc=0 - -case "$monthly_boxbackup_compare_enable" in - [Yy][Ee][Ss]) - echo - echo "Running Box Backup store compare:" - # When non-interactive, sleep to reduce congestion on rkhunter - # site - if [ "$1" != -nodelay ]; then - # In FreeBSD 12.0 the anticongestion function should - # be used instead of a hard-coded sleep - if [ -n "$anticongestion_sleeptime" ]; then - anticongestion - else - ${SLEEP} $(random) - fi - fi - %%PREFIX%%/sbin/bbackupquery -q "compare -c $monthly_boxbackup_compare_args" quit - - # Return codes: - # 1 Comparison was exact - # 2 Differences were found - # 3 An error occurred - if [ $? -eq 2 ]; then - echo - echo "Differences were found. Please check the output." - rc=3 - elif [ $? -eq 3 ]; then - echo - echo "An error occurred. Please check the output." - rc=3 - fi - - ;; -esac - -exit $rc diff --git a/sysutils/boxbackup-devel/files/bbackupd.in b/sysutils/boxbackup-devel/files/bbackupd.in deleted file mode 100644 index c3576006acd7..000000000000 --- a/sysutils/boxbackup-devel/files/bbackupd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: bbackupd -# REQUIRE: NETWORKING -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable bbackupd: -# -# bbackupd_enable="YES" - -. /etc/rc.subr - -name="bbackupd" -rcvar=bbackupd_enable - -load_rc_config $name - -: ${bbackupd_enable:="NO"} -: ${bbackupd_flags:="%%PREFIX%%/etc/box/bbackupd.conf"} - -pidfile=${bbackupd_pidfile:-"/var/run/bbackupd.pid"} - -command="%%PREFIX%%/sbin/bbackupd" -extra_commands="reload" - -run_rc_command "$1" diff --git a/sysutils/boxbackup-devel/files/bbstored.in b/sysutils/boxbackup-devel/files/bbstored.in deleted file mode 100644 index 07c7d411e593..000000000000 --- a/sysutils/boxbackup-devel/files/bbstored.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: bbstored -# REQUIRE: NETWORKING -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable bbstored: -# -# bbstored_enable="YES" - -. /etc/rc.subr - -name="bbstored" -rcvar=bbstored_enable - -load_rc_config $name - -: ${bbstored_enable:="NO"} -: ${bbstored_flags:="%%PREFIX%%/etc/box/bbstored.conf"} - -pidfile=${bbstored_pidfile:-"/var/run/bbstored.pid"} - -command="%%PREFIX%%/sbin/bbstored" -extra_commands="reload" - -run_rc_command "$1" diff --git a/sysutils/boxbackup-devel/files/patch-configure.ac b/sysutils/boxbackup-devel/files/patch-configure.ac deleted file mode 100644 index f4dcffe3c865..000000000000 --- a/sysutils/boxbackup-devel/files/patch-configure.ac +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.ac.orig 2011-08-21 10:24:10 UTC -+++ configure.ac -@@ -5,6 +5,7 @@ AC_PREREQ(2.59) - AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org],[boxbackup]) - AC_CONFIG_SRCDIR([lib/common/Box.h]) - AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) -+AC_CONFIG_MACRO_DIR([infrastructure/m4]) - - touch install-sh - AC_CANONICAL_SYSTEM diff --git a/sysutils/boxbackup-devel/files/patch-infrastructure_BoxPlatform.pm.in b/sysutils/boxbackup-devel/files/patch-infrastructure_BoxPlatform.pm.in deleted file mode 100644 index 3614cefe12e1..000000000000 --- a/sysutils/boxbackup-devel/files/patch-infrastructure_BoxPlatform.pm.in +++ /dev/null @@ -1,11 +0,0 @@ ---- infrastructure/BoxPlatform.pm.in.orig 2014-10-19 13:20:18.000000000 -0700 -+++ infrastructure/BoxPlatform.pm.in 2014-10-19 13:22:48.000000000 -0700 -@@ -128,7 +128,7 @@ - sub parcel_root - { - my $tos = $_[1] || $target_os; -- return $product_name.'-'.$product_version.'-'.$_[0].'-'.$tos; -+ return $product_name.'-'.$product_version.'-'.$_[0]; - } - - sub parcel_dir diff --git a/sysutils/boxbackup-devel/files/patch-qdbm_Makefile.in b/sysutils/boxbackup-devel/files/patch-qdbm_Makefile.in deleted file mode 100644 index bca31519507a..000000000000 --- a/sysutils/boxbackup-devel/files/patch-qdbm_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- qdbm/Makefile.in.orig 2014-10-15 08:11:25.000000000 -0700 -+++ qdbm/Makefile.in 2014-10-15 08:17:54.000000000 -0700 -@@ -56,7 +56,7 @@ - -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 \ - -D_POSIX_MAPPED_FILES=1 -D_POSIX_SYNCHRONIZED_IO=1 \ - -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG --CFLAGS = @CFLAGS@ -Wall -pedantic -fPIC -fsigned-char -O0 -fforce-addr @MYOPTS@ -+CFLAGS = @CFLAGS@ -Wall -pedantic -fPIC -fsigned-char -O0 @MYOPTS@ - LD = @LD@ - LIBS = -lqdbm @LIBS@ - LIBLDFLAGS = @LDFLAGS@ -L. -L$(MYLIBDIR) -L$(HOME)/lib -L/usr/local/lib @LIBS@ diff --git a/sysutils/boxbackup-devel/files/patch-qdbm_config.status b/sysutils/boxbackup-devel/files/patch-qdbm_config.status deleted file mode 100644 index 1ad8c088e193..000000000000 --- a/sysutils/boxbackup-devel/files/patch-qdbm_config.status +++ /dev/null @@ -1,11 +0,0 @@ ---- qdbm/config.status.orig 2014-10-15 08:47:14.000000000 -0700 -+++ qdbm/config.status 2014-10-15 08:47:31.000000000 -0700 -@@ -475,7 +475,7 @@ - s,@LIBREV@,13,;t t - s,@TARGETS@,all,;t t - s,@MYDEFS@,,;t t --s,@MYOPTS@,-O1 -fno-omit-frame-pointer -fno-force-addr,;t t -+s,@MYOPTS@,-O1 -fno-omit-frame-pointer,;t t - s,@MGWLIBS@,,;t t - s,@LD@,/usr/bin/ld,;t t - s,@AR@,/usr/bin/ar,;t t diff --git a/sysutils/boxbackup-devel/files/patch-qdbm_configure b/sysutils/boxbackup-devel/files/patch-qdbm_configure deleted file mode 100644 index 7fee055ea786..000000000000 --- a/sysutils/boxbackup-devel/files/patch-qdbm_configure +++ /dev/null @@ -1,21 +0,0 @@ ---- qdbm/configure.orig 2014-10-15 08:47:58.000000000 -0700 -+++ qdbm/configure 2014-10-15 08:48:38.000000000 -0700 -@@ -2401,15 +2401,15 @@ - fi - if uname | egrep -i 'SunOS' > /dev/null 2>&1 - then -- MYOPTS="-O1 -fno-omit-frame-pointer -fno-force-addr" -+ MYOPTS="-O1 -fno-omit-frame-pointer" - fi - if uname | egrep -i 'BSD' > /dev/null 2>&1 - then -- MYOPTS="-O1 -fno-omit-frame-pointer -fno-force-addr" -+ MYOPTS="-O1 -fno-omit-frame-pointer" - fi - if gcc --version | egrep -i '^2\.(8|9)' > /dev/null 2>&1 - then -- MYOPTS="-O1 -fno-omit-frame-pointer -fno-force-addr" -+ MYOPTS="-O1 -fno-omit-frame-pointer" - fi - - # Linker diff --git a/sysutils/boxbackup-devel/files/patch-qdbm_configure.in b/sysutils/boxbackup-devel/files/patch-qdbm_configure.in deleted file mode 100644 index 99008fe13a11..000000000000 --- a/sysutils/boxbackup-devel/files/patch-qdbm_configure.in +++ /dev/null @@ -1,21 +0,0 @@ ---- qdbm/configure.in.orig 2014-10-15 08:35:05.000000000 -0700 -+++ qdbm/configure.in 2014-10-15 08:35:41.000000000 -0700 -@@ -180,15 +180,15 @@ - fi - if uname | egrep -i 'SunOS' > /dev/null 2>&1 - then -- MYOPTS="-O1 -fno-omit-frame-pointer -fno-force-addr" -+ MYOPTS="-O1 -fno-omit-frame-pointer" - fi - if uname | egrep -i 'BSD' > /dev/null 2>&1 - then -- MYOPTS="-O1 -fno-omit-frame-pointer -fno-force-addr" -+ MYOPTS="-O1 -fno-omit-frame-pointer" - fi - if gcc --version | egrep -i '^2\.(8|9)' > /dev/null 2>&1 - then -- MYOPTS="-O1 -fno-omit-frame-pointer -fno-force-addr" -+ MYOPTS="-O1 -fno-omit-frame-pointer" - fi - - # Linker diff --git a/sysutils/boxbackup-devel/files/pkg-message.client b/sysutils/boxbackup-devel/files/pkg-message.client deleted file mode 100644 index 2547d7d4cc05..000000000000 --- a/sysutils/boxbackup-devel/files/pkg-message.client +++ /dev/null @@ -1,9 +0,0 @@ -[ -{ type: install - message: < - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') -BROKEN_FreeBSD_13= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') -BROKEN_FreeBSD_14= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') -.endif - -post-patch: - ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/src/pam_mount.c - ${REINPLACE_CMD} -e '/dist_security_DATA/s|\.xml$$|.xml.sample|' \ - ${WRKSRC}/config/Makefile.am ${WRKSRC}/config/Makefile.in - ${MV} ${WRKSRC}/config/pam_mount.conf.xml ${WRKSRC}/config/pam_mount.conf.xml.sample - ${FIND} ${WRKSRC} -name "*.c" -exec ${REINPLACE_CMD} -e 's|HXformat2_aprintf|HXformat_aprintf|g' {} \; - -post-install: - @${RMDIR} ${STAGEDIR}${PREFIX}/share/xml/pam_mount/dtd - @${RMDIR} ${STAGEDIR}${PREFIX}/share/xml/pam_mount/ - -.include diff --git a/sysutils/pam_mount/distinfo b/sysutils/pam_mount/distinfo deleted file mode 100644 index 6991a2cf0a44..000000000000 --- a/sysutils/pam_mount/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pam_mount-2.12.tar.xz) = 5454ade466fbfed5dc19330647f1f1f70a819d32d8d2355f5ff024cedfa00525 -SIZE (pam_mount-2.12.tar.xz) = 284140 diff --git a/sysutils/pam_mount/files/patch-commit335500 b/sysutils/pam_mount/files/patch-commit335500 deleted file mode 100644 index 4dff7bf116b7..000000000000 --- a/sysutils/pam_mount/files/patch-commit335500 +++ /dev/null @@ -1,145 +0,0 @@ -# Patch for commit 33550036cb0c9311c9dc4da9b3b359435319420e (pam-mount) -# http://sourceforge.net/p/pam-mount/pam-mount/ci/33550036cb0c9311c9dc4da9b3b359435319420e/ -# Log: src: update for libHX 3.12 -# Authored by: Jan Engelhardt 2011-12-02 - ---- ./configure.ac.orig 2011-10-06 22:48:08.000000000 +1100 -+++ ./configure.ac 2013-06-08 14:52:22.855624000 +1000 -@@ -63,7 +63,7 @@ - AM_CONDITIONAL([HAVE_MDIO], [test "x$ac_cv_header_sys_mdioctl_h" = "xyes"]) - AM_CONDITIONAL([HAVE_VND], [test "x$ac_cv_header_dev_vndvar_h" = "xyes"]) - --PKG_CHECK_MODULES([libHX], [libHX >= 3.10.1]) -+PKG_CHECK_MODULES([libHX], [libHX >= 3.12]) - PKG_CHECK_MODULES([libxml], [libxml-2.0 >= 2.6]) - - AC_ARG_WITH( ---- ./src/autoloop.c.orig 2011-10-06 22:48:08.000000000 +1100 -+++ ./src/autoloop.c 2013-06-08 14:45:47.846247000 +1000 -@@ -54,7 +54,8 @@ - HXOPT_AUTOHELP, - HXOPT_TABLEEND, - }; -- if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) <= 0) -+ if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) != -+ HXOPT_ERR_SUCCESS) - return false; - if (*argc != 2) { - fprintf(stderr, "Usage: %s file\n", HX_basename(**argv)); ---- ./src/ehd.c.orig 2011-10-06 22:48:08.000000000 +1100 -+++ ./src/ehd.c 2013-06-08 14:46:27.566540000 +1000 -@@ -526,7 +526,8 @@ - HXOPT_TABLEEND, - }; - -- if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) <= 0) -+ if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) != -+ HXOPT_ERR_SUCCESS) - return false; - - pg->interactive = isatty(fileno(stdin)); ---- ./src/misc.c.orig 2011-10-06 22:48:08.000000000 +1100 -+++ ./src/misc.c 2013-06-08 14:47:27.515576000 +1000 -@@ -159,7 +159,7 @@ - { - char *filled; - -- if (HXformat2_aprintf(vinfo, &filled, arg) == 0) -+ if (HXformat_aprintf(vinfo, &filled, arg) == 0) - /* - * This case may happen with e.g. %(before="-o" OPTIONS) where - * OPTIONS is empty. And options expanding to nothing are ---- ./src/mount.c.orig 2011-10-06 22:48:08.000000000 +1100 -+++ ./src/mount.c 2013-06-08 14:47:54.655610000 +1000 -@@ -487,7 +487,7 @@ - string = HXmc_meminit(NULL, 0); - - for (i = config->command[CMD_FSCK]->first; i != NULL; i = i->next) { -- if (HXformat2_aprintf(vinfo, ¤t, i->ptr) > 0) { -+ if (HXformat_aprintf(vinfo, ¤t, i->ptr) > 0) { - HXmc_strcat(&string, current); - HXmc_strcat(&string, " "); - } ---- ./src/mtab.c.orig 2011-10-06 22:48:08.000000000 +1100 -+++ ./src/mtab.c 2013-06-08 14:48:18.965526000 +1000 -@@ -138,7 +138,7 @@ - l0g("HX_dirname: %s\n", strerror(errno)); - return -errno; - } -- ret = HX_mkdir(dirname); -+ ret = HX_mkdir(dirname, S_IRUGO | S_IXUGO | S_IWUSR); - free(dirname); - if (ret < 0) { - l0g("HX_mkdir: %s\n", strerror(-ret)); ---- ./src/mtcrypt.c.orig 2011-10-06 22:48:08.000000000 +1100 -+++ ./src/mtcrypt.c 2013-06-08 14:49:23.036264000 +1000 -@@ -185,7 +185,8 @@ - bool kfpt; - int ret; - -- if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) <= 0) -+ if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) != -+ HXOPT_ERR_SUCCESS) - return false; - - pmtlog_path[PMTLOG_DBG][PMTLOG_STDERR] = Debug; -@@ -508,7 +509,8 @@ - }; - int ret; - -- if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) <= 0) -+ if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) != -+ HXOPT_ERR_SUCCESS) - return false; - - pmtlog_path[PMTLOG_DBG][PMTLOG_STDERR] = Debug; ---- ./src/pam_mount.h 2011-10-06 22:48:08.000000000 +1100 -+++ ./src/pam_mount.h 2013-06-08 14:50:03.445549000 +1000 -@@ -15,12 +15,6 @@ - # define EXPORT_SYMBOL - #endif - --#ifndef S_IRXG --# define S_IRXG (S_IRGRP | S_IXGRP) --#endif --#ifndef S_IRXO --# define S_IRXO (S_IROTH | S_IXOTH) --#endif - #define sizeof_z(x) (sizeof(x) - 1) - - /* ---- ./src/pmvarrun.c.orig 2011-10-06 22:48:08.000000000 +1100 -+++ ./src/pmvarrun.c 2013-06-08 14:51:23.506567000 +1000 -@@ -296,10 +296,11 @@ - */ - static int create_var_run(void) - { -+ static const unsigned int mode = S_IRUGO | S_IXUGO | S_IWUSR; - int ret; - - w4rn("creating " VAR_RUN_PMT); -- if (HX_mkdir(VAR_RUN_PMT) < 0) { -+ if (HX_mkdir(VAR_RUN_PMT, mode) < 0) { - ret = -errno; - l0g("unable to create " VAR_RUN_PMT ": %s\n", strerror(errno)); - return ret; -@@ -314,7 +315,7 @@ - * 0755: `su` creates file group owned by user and then releases root - * permissions. User needs to be able to access file on logout. - */ -- if (chmod(VAR_RUN_PMT, S_IRWXU | S_IRXG | S_IRXO) < 0) { -+ if (chmod(VAR_RUN_PMT, mode) < 0) { - ret = -errno; - l0g("unable to chmod " VAR_RUN_PMT ": %s\n", strerror(errno)); - return ret; ---- ./src/rdconf1.c.orig 2011-10-06 22:48:08.000000000 +1100 -+++ ./src/rdconf1.c 2013-06-08 14:51:47.165542000 +1000 -@@ -126,7 +126,7 @@ - - if (*dest_pptr == NULL) - return true; -- HXformat2_aprintf(vinfo, &tmp, *dest_pptr); -+ HXformat_aprintf(vinfo, &tmp, *dest_pptr); - *dest_pptr = xstrdup(tmp); - HXmc_free(tmp); - return true; diff --git a/sysutils/pam_mount/files/patch-src_pam_mount.c b/sysutils/pam_mount/files/patch-src_pam_mount.c deleted file mode 100644 index 3db87a06953c..000000000000 --- a/sysutils/pam_mount/files/patch-src_pam_mount.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pam_mount.c.orig 2010-08-10 01:07:35.000000000 +0200 -+++ src/pam_mount.c 2010-10-14 18:04:54.000000000 +0200 -@@ -39,6 +39,8 @@ - - #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) - # define CONFIGFILE "/etc/pam_mount.conf.xml" -+#elif defined(__FreeBSD__) -+# define CONFIGFILE "%%PREFIX%%/etc/security/pam_mount.conf.xml" - #else - # define CONFIGFILE "/etc/security/pam_mount.conf.xml" - #endif diff --git a/sysutils/pam_mount/pkg-descr b/sysutils/pam_mount/pkg-descr deleted file mode 100644 index 9d7da5d1e34e..000000000000 --- a/sysutils/pam_mount/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -pam_mount is a Pluggable Authentication Module that can mount volumes for a -user session. -This module is aimed at environments with central file servers that a user -wishes to mount on login and unmount on logout, such as (semi-)diskless -stations where many users can logon and where statically mounting the entire -/home from a server is a security risk, or listing all possible volumes in -/etc/fstab is not feasible. diff --git a/sysutils/pam_mount/pkg-plist b/sysutils/pam_mount/pkg-plist deleted file mode 100644 index 79e7b674f9d5..000000000000 --- a/sysutils/pam_mount/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -sbin/mount.crypt -sbin/mount.crypt_LUKS -sbin/mount.crypto_LUKS -sbin/umount.crypt -sbin/umount.crypt_LUKS -sbin/umount.crypto_LUKS -sbin/pmvarrun -etc/security/pam_mount.conf.xml.sample -lib/pam_mount.so -man/man5/pam_mount.conf.5.gz -man/man8/mount.crypt.8.gz -man/man8/mount.crypt_LUKS.8.gz -man/man8/mount.crypto_LUKS.8.gz -man/man8/pam_mount.8.gz -man/man8/pmt-ehd.8.gz -man/man8/pmvarrun.8.gz -man/man8/umount.crypt.8.gz -man/man8/umount.crypt_LUKS.8.gz -man/man8/umount.crypto_LUKS.8.gz -@dir /var/run/pam_mount diff --git a/sysutils/puppet6/Makefile b/sysutils/puppet6/Makefile deleted file mode 100644 index c16cebbed1f2..000000000000 --- a/sysutils/puppet6/Makefile +++ /dev/null @@ -1,144 +0,0 @@ -PORTNAME= puppet -PORTVERSION= 6.28.0 -PORTREVISION= 4 -CATEGORIES= sysutils -MASTER_SITES= https://forge.puppet.com/v3/files/:forge -PKGNAMESUFFIX= 6 - -MAINTAINER= puppet@FreeBSD.org -COMMENT= Configuration management framework written in Ruby -WWW= https://puppet.com/docs/puppet/latest/puppet_index.html - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Puppet 6 has reached EOL -EXPIRATION_DATE=2023-06-01 -BROKEN_RUBY30= yes -BROKEN_RUBY31= yes -BROKEN_RUBY32= yes - -RUN_DEPENDS= rubygem-concurrent-ruby11>=1.0:devel/rubygem-concurrent-ruby11 \ - rubygem-deep_merge>=1.0:devel/rubygem-deep_merge \ - rubygem-fast_gettext1>=1.1:devel/rubygem-fast_gettext1 \ - rubygem-ffi>=1.9.24:devel/rubygem-ffi \ - rubygem-hiera>=3.2.1:sysutils/rubygem-hiera \ - rubygem-httpclient>=2.8:www/rubygem-httpclient \ - rubygem-locale>=2.1:devel/rubygem-locale \ - rubygem-multi_json>=1.10:devel/rubygem-multi_json \ - rubygem-puppet-resource_api>=0:devel/rubygem-puppet-resource_api \ - rubygem-ruby-augeas>=0:textproc/rubygem-ruby-augeas \ - rubygem-semantic_puppet>=1:devel/rubygem-semantic_puppet - -USES= cpe ruby -USE_GITHUB= yes -GH_ACCOUNT= puppetlabs - -CONFLICTS_INSTALL= puppet[0-9] -PLIST_SUB= PORTVERSION="${PORTVERSION}" -NO_ARCH= yes -NO_BUILD= yes -USE_RC_SUBR= puppet -PORTDOCS= LICENSE README.md -PORTEXAMPLES= * -USERS= puppet -GROUPS= puppet -SUB_FILES+= pkg-message -SUB_LIST= RUBY=${RUBY} - -OPTIONS_DEFINE= DOCS EXAMPLES -OPTIONS_DEFAULT= CFACTER -OPTIONS_RADIO= FACTER -OPTIONS_RADIO_FACTER= CFACTER RFACTER - -RFACTER_DESC= Use facter 4.x (future facter, written in Ruby) -CFACTER_DESC= Use facter 3.x (written in C++) - -RFACTER_BUILD_DEPENDS= rubygem-facter>=4.0:sysutils/rubygem-facter -RFACTER_RUN_DEPENDS= rubygem-facter>=4.0:sysutils/rubygem-facter - -CFACTER_BUILD_DEPENDS= facter>=3.0:sysutils/facter -CFACTER_RUN_DEPENDS= facter>=3.0:sysutils/facter - -# Get versions from -# https://github.com/puppetlabs/puppet-agent/tree/6.x/configs/components -FORGE_MODULES= augeas_core=1.1.2 \ - cron_core=1.0.5 \ - host_core=1.0.3 \ - mount_core=1.0.4 \ - scheduled_task=1.0.0 \ - selinux_core=1.1.0 \ - sshkeys_core=1.0.3 \ - yumrepo_core=1.0.7 \ - zfs_core=1.2.0 \ - zone_core=1.0.3 - -.for module in ${FORGE_MODULES} -DISTFILES+= puppetlabs-${module:C/=.*//}-${module:C/.*=//}.tar.gz:forge -.endfor - -post-patch: - @${REINPLACE_CMD} -e "s|/etc/puppetlabs/puppet|${ETCDIR}|" \ - ${WRKSRC}/install.rb \ - ${WRKSRC}/lib/puppet/reference/configuration.rb \ - ${WRKSRC}/lib/puppet/util/run_mode.rb - @${REINPLACE_CMD} -e "s|/etc/puppetlabs/code|${ETCDIR}|" \ - ${WRKSRC}/install.rb \ - ${WRKSRC}/lib/puppet/reference/configuration.rb \ - ${WRKSRC}/lib/puppet/util/run_mode.rb - @${REINPLACE_CMD} -e "s|/opt/puppetlabs/puppet/cache|/var/puppet|" \ - ${WRKSRC}/install.rb \ - ${WRKSRC}/lib/puppet/reference/configuration.rb \ - ${WRKSRC}/lib/puppet/util/run_mode.rb - @${REINPLACE_CMD} -e "s|/var/run/puppetlabs|/var/run/puppet|" \ - ${WRKSRC}/install.rb \ - ${WRKSRC}/lib/puppet/util/run_mode.rb - @${REINPLACE_CMD} -e "s|/var/log/puppetlabs/puppet|/var/log/puppet|" \ - ${WRKSRC}/install.rb \ - ${WRKSRC}/lib/puppet/util/run_mode.rb - @${REINPLACE_CMD} -e "s|/opt/puppetlabs/puppet/modules|${ETCDIR}/modules|" \ - -e "s|/opt/puppetlabs/puppet/vendor_modules|${ETCDIR}/vendor_modules|" \ - ${WRKSRC}/lib/puppet/defaults.rb - @${REINPLACE_CMD} -e "s|/opt/puppetlabs/puppet/bin/gem|${LOCALBASE}/bin/gem|" \ - ${WRKSRC}/lib/puppet/provider/package/puppet_gem.rb - @${REINPLACE_CMD} -e "s|\$$confdir/ssl|/var/puppet/ssl|" \ - ${WRKSRC}/lib/puppet/defaults.rb - @${REINPLACE_CMD} -e "s|\.\./\.\./\.\./locales|../locales|" \ - ${WRKSRC}/lib/puppet/gettext/config.rb - -do-install: - @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} LC_ALL=C.UTF-8 ${RUBY} ${WRKSRC}/install.rb --no-configs --destdir=${STAGEDIR} \ - --localedir=${RUBY_SITELIBDIR}/puppet/locales - -post-install: - ${MKDIR} ${STAGEDIR}${ETCDIR}/manifests - ${MKDIR} ${STAGEDIR}${ETCDIR}/modules - ${MKDIR} ${STAGEDIR}${ETCDIR}/vendor_modules -.for module in ${FORGE_MODULES} - (cd ${WRKDIR}/puppetlabs-${module:C/=.*//}-${module:C/.*=//} && ${COPYTREE_SHARE} . ${STAGEDIR}${ETCDIR}/vendor_modules/${module:C/=.*//}) -.endfor - ${MKDIR} ${STAGEDIR}/var/puppet - ${INSTALL_DATA} ${WRKSRC}/conf/auth.conf ${STAGEDIR}${ETCDIR}/auth.conf-dist - ${SETENV} LC_ALL=C.UTF-8 ${RUBY} -I ${STAGEDIR}/${RUBY_SITELIBDIR} ${STAGEDIR}${PREFIX}/bin/puppet agent --genconfig \ - --confdir=${ETCDIR} \ - --rundir=/var/run/puppet \ - --vardir=/var/puppet \ - --logdir=/var/log/puppet \ - --codedir=${ETCDIR} \ - > ${STAGEDIR}${ETCDIR}/puppet.conf-dist - @${ECHO} ${STAGEDIR}${RUBY_SITELIBDIR}/puppet.rb | \ - ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${STAGEDIR}${RUBY_SITELIBDIR}/${PORTNAME} -type f | \ - ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/ruby/gems/${RUBY_VER}/specifications - ${INSTALL_DATA} ${WRKSRC}/.gemspec ${STAGEDIR}${PREFIX}/lib/ruby/gems/${RUBY_VER}/specifications/${PORTNAME}-${PORTVERSION}.gemspec - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} - -post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} - -.include diff --git a/sysutils/puppet6/distinfo b/sysutils/puppet6/distinfo deleted file mode 100644 index 9323296a43ad..000000000000 --- a/sysutils/puppet6/distinfo +++ /dev/null @@ -1,23 +0,0 @@ -TIMESTAMP = 1659762237 -SHA256 (puppetlabs-augeas_core-1.1.2.tar.gz) = f57405c4d42162f0b77c211d3092b678f90da54c270f2fb4bf3648562a70cf11 -SIZE (puppetlabs-augeas_core-1.1.2.tar.gz) = 24037 -SHA256 (puppetlabs-cron_core-1.0.5.tar.gz) = 3b792d2c5e87115573812cac405ab6f365b90f9a0c87601a12957f604f5bbb8b -SIZE (puppetlabs-cron_core-1.0.5.tar.gz) = 23287 -SHA256 (puppetlabs-host_core-1.0.3.tar.gz) = 25d970e1dbb0fd6da9206ac48eb8b7caf4b9c0f909b0876633d8500fbd461e07 -SIZE (puppetlabs-host_core-1.0.3.tar.gz) = 24672 -SHA256 (puppetlabs-mount_core-1.0.4.tar.gz) = 0dba04cf6aa85735d5e7ecc643000f36b987e281363ea77594cf41c904d43a05 -SIZE (puppetlabs-mount_core-1.0.4.tar.gz) = 40641 -SHA256 (puppetlabs-scheduled_task-1.0.0.tar.gz) = 4cd2a99a9aecb39a19a27bb1f18e26e587a94d93643ab1f52f652c4aa5daa6c6 -SIZE (puppetlabs-scheduled_task-1.0.0.tar.gz) = 34552 -SHA256 (puppetlabs-selinux_core-1.1.0.tar.gz) = b87410571c6b04e368c90b8d8fb42ccd3169e2d6ced53a04446e25fd0b2054d7 -SIZE (puppetlabs-selinux_core-1.1.0.tar.gz) = 14951 -SHA256 (puppetlabs-sshkeys_core-1.0.3.tar.gz) = 4a13c5ee9895c6e27a001b3050920b8e7e783b927acc357111206d31fb0eb830 -SIZE (puppetlabs-sshkeys_core-1.0.3.tar.gz) = 40342 -SHA256 (puppetlabs-yumrepo_core-1.0.7.tar.gz) = 551fbc913c9b85293e0e0215b537af188b527beb04b3a824775529fd0e6c7c49 -SIZE (puppetlabs-yumrepo_core-1.0.7.tar.gz) = 29409 -SHA256 (puppetlabs-zfs_core-1.2.0.tar.gz) = b587e183c086bba1e9e48045a07a185880e272c16fec1455c8b485579956e273 -SIZE (puppetlabs-zfs_core-1.2.0.tar.gz) = 17676 -SHA256 (puppetlabs-zone_core-1.0.3.tar.gz) = 02a0dad968b5cc410487a8e648806bac17ff05984c96361b1ed5dfed5acbcd94 -SIZE (puppetlabs-zone_core-1.0.3.tar.gz) = 29746 -SHA256 (puppetlabs-puppet-6.28.0_GH0.tar.gz) = 00b1ce045f24c931f9988f378d662b35aa8586065174c0de7eed3c221ac7b05c -SIZE (puppetlabs-puppet-6.28.0_GH0.tar.gz) = 3352341 diff --git a/sysutils/puppet6/files/patch-lib_puppet_provider_service_daemontools.rb b/sysutils/puppet6/files/patch-lib_puppet_provider_service_daemontools.rb deleted file mode 100644 index 3857c824a1ba..000000000000 --- a/sysutils/puppet6/files/patch-lib_puppet_provider_service_daemontools.rb +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/puppet/provider/service/daemontools.rb.orig 2016-04-25 18:52:09 UTC -+++ lib/puppet/provider/service/daemontools.rb -@@ -39,7 +39,7 @@ Puppet::Type.type(:service).provide :dae - - EOT - -- commands :svc => "/usr/bin/svc", :svstat => "/usr/bin/svstat" -+ commands :svc => "%%PREFIX%%/bin/svc", :svstat => "%%PREFIX%%/bin/svstat" - - class << self - attr_writer :defpath -@@ -88,7 +88,7 @@ Puppet::Type.type(:service).provide :dae - # find the service dir on this node - def servicedir - unless @servicedir -- ["/service", "/etc/service","/var/lib/svscan"].each do |path| -+ ["/var/service", "/etc/service","/var/lib/svscan"].each do |path| - if Puppet::FileSystem.exist?(path) - @servicedir = path - break diff --git a/sysutils/puppet6/files/pkg-message.in b/sysutils/puppet6/files/pkg-message.in deleted file mode 100644 index caa220715594..000000000000 --- a/sysutils/puppet6/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ -[ -{ type: install - message: <=0:shells/bash \ - puppet6>=0:sysutils/puppet6 \ - rubygem-puppetserver-ca>=1:sysutils/rubygem-puppetserver-ca \ - rubygem-semantic_puppet>=1:devel/rubygem-semantic_puppet \ - sudo>=1:security/sudo - -USES= ruby shebangfix -USE_RC_SUBR= puppetserver - -USE_JAVA= yes -NO_ARCH= yes -NO_BUILD= yes -JAVA_VERSION= 8+ - -CONFLICTS_INSTALL= puppetserver[0-9] - -SHEBANG_FILES= ext/bin/puppetserver - -USERS= puppet -GROUPS= puppet - -SUB_LIST= JAVA_HOME=${JAVA_HOME} -SUB_FILES= pkg-message - -pre-patch: - ${CP} ${_DISTDIR}/ffi.rb ${WRKSRC} - -post-patch: -.for file in ext/config/logback.xml ext/config/request-logging.xml \ - ext/config/conf.d/global.conf ext/config/conf.d/puppetserver.conf \ - ext/config/conf.d/web-routes.conf ext/config/conf.d/webserver.conf \ - ext/config/conf.d/auth.conf ext/config/services.d/ca.cfg \ - ext/system-config/services.d/bootstrap.cfg ext/bin/puppetserver \ - ext/cli_defaults/cli-defaults.sh ext/cli/foreground - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ - -e 's|%%RUBY_SITELIBDIR%%|${RUBY_SITELIBDIR}|' \ - -e 's|%%RUBY_VER%%|${RUBY_VER}|' \ - -e 's|%%JAVA%%|${JAVA}|' \ - -e 's|%%ETCDIR%%|${ETCDIR}|' \ - -e 's|%%DATADIR%%|${DATADIR}|' \ - ${WRKSRC}/${file} -.endfor - @${REINPLACE_CMD} -e 's|#!/opt/puppetlabs/puppet/bin/ruby|#!${RUBY}|' \ - ${WRKSRC}/ext/cli/ca - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR}/cli/apps - @${MKDIR} ${STAGEDIR}${DATADIR}/lib - @${MKDIR} ${STAGEDIR}${ETCDIR}/conf.d - @${MKDIR} ${STAGEDIR}${ETCDIR}/services.d - @${MKDIR} ${STAGEDIR}${PREFIX}/etc/puppet/code - @${MKDIR} ${STAGEDIR}/var/log/puppetserver - @${MKDIR} ${STAGEDIR}/var/puppet/server - @${MKDIR} ${STAGEDIR}/var/puppet/server/data - @${MKDIR} ${STAGEDIR}/var/puppetserver - @${MKDIR} ${STAGEDIR}/var/run/puppetserver - ${INSTALL_DATA} ${WRKSRC}/puppet-server-release.jar ${STAGEDIR}${DATADIR}/puppet-server-release.jar - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/global.conf ${STAGEDIR}${ETCDIR}/conf.d/global.conf.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/logback.xml ${STAGEDIR}${ETCDIR}/logback.xml.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/request-logging.xml ${STAGEDIR}${ETCDIR}/request-logging.xml.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/puppetserver.conf ${STAGEDIR}${ETCDIR}/conf.d/puppetserver.conf.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/web-routes.conf ${STAGEDIR}${ETCDIR}/conf.d/web-routes.conf.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/webserver.conf ${STAGEDIR}${ETCDIR}/conf.d/webserver.conf.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/auth.conf ${STAGEDIR}${ETCDIR}/conf.d/auth.conf.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/metrics.conf ${STAGEDIR}${ETCDIR}/conf.d/metrics.conf.sample - ${INSTALL_DATA} ${WRKSRC}/ext/config/services.d/ca.cfg ${STAGEDIR}${ETCDIR}/services.d/ca.cfg.sample - ${INSTALL_DATA} ${WRKSRC}/ext/system-config/services.d/bootstrap.cfg ${STAGEDIR}${ETCDIR}/services.d/bootstrap.cfg.sample - ${INSTALL_DATA} ${WRKSRC}/ext/bin/puppetserver ${STAGEDIR}${PREFIX}/bin/puppetserver - ${INSTALL_DATA} ${WRKSRC}/ext/ezbake-functions.sh ${STAGEDIR}${DATADIR}/ezbake-functions.sh - ${INSTALL_DATA} ${WRKSRC}/ext/cli/ca ${STAGEDIR}${DATADIR}/cli/apps/ca - ${INSTALL_DATA} ${WRKSRC}/ext/cli/foreground ${STAGEDIR}${DATADIR}/cli/apps/foreground - ${INSTALL_DATA} ${WRKSRC}/ext/cli/gem ${STAGEDIR}${DATADIR}/cli/apps/gem - ${INSTALL_DATA} ${WRKSRC}/ext/cli/irb ${STAGEDIR}${DATADIR}/cli/apps/irb - ${INSTALL_DATA} ${WRKSRC}/ext/cli/reload ${STAGEDIR}${DATADIR}/cli/apps/reload - ${INSTALL_DATA} ${WRKSRC}/ext/cli/ruby ${STAGEDIR}${DATADIR}/cli/apps/ruby - ${INSTALL_DATA} ${WRKSRC}/ext/cli/start ${STAGEDIR}${DATADIR}/cli/apps/start - ${INSTALL_DATA} ${WRKSRC}/ext/cli/stop ${STAGEDIR}${DATADIR}/cli/apps/stop - ${INSTALL_DATA} ${WRKSRC}/ext/cli_defaults/cli-defaults.sh ${STAGEDIR}${DATADIR}/cli/cli-defaults.sh - ${INSTALL_DATA} ${WRKSRC}/ffi.rb ${STAGEDIR}${DATADIR}/lib - -.include diff --git a/sysutils/puppetserver6/distinfo b/sysutils/puppetserver6/distinfo deleted file mode 100644 index 843cd36c88a1..000000000000 --- a/sysutils/puppetserver6/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1659500636 -SHA256 (puppetserver-6.20.0.tar.gz) = 05c2c41081f961642ed4a038da39e05f9acb57746f00883ebead1172d46bb8f3 -SIZE (puppetserver-6.20.0.tar.gz) = 64772875 -SHA256 (ffi.rb) = f991c5eb6b6e4c88541af592207aa7ea14ba48f482978b3b479c4b17390e8e93 -SIZE (ffi.rb) = 5893 diff --git a/sysutils/puppetserver6/files/patch-ext__bin__puppetserver b/sysutils/puppetserver6/files/patch-ext__bin__puppetserver deleted file mode 100644 index fb17e51c6fde..000000000000 --- a/sysutils/puppetserver6/files/patch-ext__bin__puppetserver +++ /dev/null @@ -1,15 +0,0 @@ ---- ext/bin/puppetserver.orig 2018-10-03 16:18:58 UTC -+++ ext/bin/puppetserver -@@ -15,6 +15,12 @@ elif [ `uname` == "OpenBSD" ] ; then - USER="_puppet" - INSTALL_DIR="/opt/puppetlabs/server/apps/puppetserver" - CONFIG="/etc/puppetlabs/puppetserver/conf.d" -+elif [ `uname` == "FreeBSD" ] ; then -+ JAVA_BIN="%%JAVA%%" -+ JAVA_ARGS="-Xms2g -Xmx2g" -+ USER="puppet" -+ INSTALL_DIR="%%DATADIR%%" -+ CONFIG="%%ETCDIR%%/conf.d" - else - echo "You seem to be missing some important configuration files; could not find /etc/default/puppetserver or /etc/sysconfig/puppetserver" >&2 - exit 1 diff --git a/sysutils/puppetserver6/files/patch-ext__cli__foreground b/sysutils/puppetserver6/files/patch-ext__cli__foreground deleted file mode 100644 index a4a4a5ad6649..000000000000 --- a/sysutils/puppetserver6/files/patch-ext__cli__foreground +++ /dev/null @@ -1,19 +0,0 @@ ---- ext/cli/foreground.orig 2019-09-17 14:05:56 UTC -+++ ext/cli/foreground -@@ -1,6 +1,6 @@ - #!/usr/bin/env bash - --restartfile="/opt/puppetlabs/server/data/puppetserver/restartcounter" -+restartfile="/var/puppet/server/data/puppetserver/restartcounter" - cli_defaults=${INSTALL_DIR}/cli/cli-defaults.sh - - if [ ! -e "${INSTALL_DIR}/ezbake-functions.sh" ]; then -@@ -30,7 +30,7 @@ fi - COMMAND="${JAVA_BIN} ${JAVA_ARGS} ${LOG_APPENDER} \ - -cp "$CLASSPATH" \ - clojure.main -m puppetlabs.trapperkeeper.main \ -- --config ${CONFIG} --bootstrap-config ${BOOTSTRAP_CONFIG} \ -+ --config ${CONFIG} --bootstrap-config %%ETCDIR%%/services.d \ - --restart-file "${restartfile}" \ - ${TK_ARGS} \ - ${@}" diff --git a/sysutils/puppetserver6/files/patch-ext__cli_defaults__cli-defaults.sh b/sysutils/puppetserver6/files/patch-ext__cli_defaults__cli-defaults.sh deleted file mode 100644 index 85febc64943c..000000000000 --- a/sysutils/puppetserver6/files/patch-ext__cli_defaults__cli-defaults.sh +++ /dev/null @@ -1,12 +0,0 @@ ---- ext/cli_defaults/cli-defaults.sh.orig 2019-09-17 14:05:56 UTC -+++ ext/cli_defaults/cli-defaults.sh -@@ -1,7 +1,7 @@ --INSTALL_DIR="/opt/puppetlabs/server/apps/puppetserver" -+INSTALL_DIR="%%DATADIR%%" - - if [ -n "$JRUBY_JAR" ]; then - echo "Warning: the JRUBY_JAR setting is no longer needed and will be ignored." 1>&2 - fi - --CLASSPATH="${CLASSPATH}:/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/facter.jar:/opt/puppetlabs/server/data/puppetserver/jars/*" -+CLASSPATH="${CLASSPATH}:/usr/local/lib/ruby/vendor_ruby/facter.jar:/opt/puppetlabs/server/data/puppetserver/jars/*" diff --git a/sysutils/puppetserver6/files/patch-ext__config__conf.d__global.conf b/sysutils/puppetserver6/files/patch-ext__config__conf.d__global.conf deleted file mode 100644 index 5fc83d8e0ae8..000000000000 --- a/sysutils/puppetserver6/files/patch-ext__config__conf.d__global.conf +++ /dev/null @@ -1,9 +0,0 @@ ---- ext/config/conf.d/global.conf.orig 2018-10-01 20:36:05 UTC -+++ ext/config/conf.d/global.conf -@@ -1,5 +1,5 @@ - global: { - # Path to logback logging configuration file; for more - # info, see http://logback.qos.ch/manual/configuration.html -- logging-config: /etc/puppetlabs/puppetserver/logback.xml -+ logging-config: %%PREFIX%%/etc/puppetserver/logback.xml - } diff --git a/sysutils/puppetserver6/files/patch-ext__config__conf.d__puppetserver.conf b/sysutils/puppetserver6/files/patch-ext__config__conf.d__puppetserver.conf deleted file mode 100644 index f67c4c57c546..000000000000 --- a/sysutils/puppetserver6/files/patch-ext__config__conf.d__puppetserver.conf +++ /dev/null @@ -1,55 +0,0 @@ ---- ext/config/conf.d/puppetserver.conf.orig 2020-10-16 14:28:08 UTC -+++ ext/config/conf.d/puppetserver.conf -@@ -2,16 +2,20 @@ - jruby-puppet: { - # Where the puppet-agent dependency places puppet, facter, etc... - # Puppet server expects to load Puppet from this location -- ruby-load-path: [/opt/puppetlabs/puppet/lib/ruby/vendor_ruby] -+ ruby-load-path: [ -+ %%PREFIX%%/share/puppetserver/lib, -+ %%RUBY_SITELIBDIR%%, -+ %%PREFIX%%/lib/ruby/vendor_ruby, -+ ] - - # This setting determines where JRuby will install gems. It is used for loading gems, - # and also by the `puppetserver gem` command line tool. -- gem-home: /opt/puppetlabs/server/data/puppetserver/jruby-gems -+ gem-home: /var/puppet/server/data/puppetserver/jruby-gems - - # This setting defines the complete "GEM_PATH" for jruby. If set, it should include - # the gem-home directory as well as any other directories that gems can be loaded - # from (including the vendored gems directory for gems that ship with puppetserver) -- gem-path: [${jruby-puppet.gem-home}, "/opt/puppetlabs/server/data/puppetserver/vendored-jruby-gems", "/opt/puppetlabs/puppet/lib/ruby/vendor_gems"] -+ gem-path: [${jruby-puppet.gem-home}, "/var/puppet/server/data/puppetserver/vendored-jruby-gems", "%%PREFIX%%/lib/ruby/gems/%%RUBY_VER%%"] - - # PLEASE NOTE: Use caution when modifying the below settings. Modifying - # these settings will change the value of the corresponding Puppet settings -@@ -26,23 +30,23 @@ jruby-puppet: { - - # (optional) path to puppet conf dir; if not specified, will use - # /etc/puppetlabs/puppet -- master-conf-dir: /etc/puppetlabs/puppet -+ master-conf-dir: %%PREFIX%%/etc/puppet - - # (optional) path to puppet code dir; if not specified, will use - # /etc/puppetlabs/code -- master-code-dir: /etc/puppetlabs/code -+ master-code-dir: %%PREFIX%%/etc/puppet/code - - # (optional) path to puppet var dir; if not specified, will use - # /opt/puppetlabs/server/data/puppetserver -- master-var-dir: /opt/puppetlabs/server/data/puppetserver -+ master-var-dir: /var/puppet/server/data/puppetserver - - # (optional) path to puppet run dir; if not specified, will use - # /var/run/puppetlabs/puppetserver -- master-run-dir: /var/run/puppetlabs/puppetserver -+ master-run-dir: /var/run/puppetserver - - # (optional) path to puppet log dir; if not specified, will use - # /var/log/puppetlabs/puppetserver -- master-log-dir: /var/log/puppetlabs/puppetserver -+ master-log-dir: /var/log/puppetserver - - # (optional) maximum number of JRuby instances to allow - #max-active-instances: 1 diff --git a/sysutils/puppetserver6/files/patch-ext__config__conf.d__webserver.conf b/sysutils/puppetserver6/files/patch-ext__config__conf.d__webserver.conf deleted file mode 100644 index 21e4c5e6d868..000000000000 --- a/sysutils/puppetserver6/files/patch-ext__config__conf.d__webserver.conf +++ /dev/null @@ -1,9 +0,0 @@ ---- ext/config/conf.d/webserver.conf.orig 2018-10-01 20:36:05 UTC -+++ ext/config/conf.d/webserver.conf -@@ -1,5 +1,5 @@ - webserver: { -- access-log-config: /etc/puppetlabs/puppetserver/request-logging.xml -+ access-log-config: %%PREFIX%%/etc/puppetserver/request-logging.xml - client-auth: want - ssl-host: 0.0.0.0 - ssl-port: 8140 diff --git a/sysutils/puppetserver6/files/patch-ext__config__logback.xml b/sysutils/puppetserver6/files/patch-ext__config__logback.xml deleted file mode 100644 index 278ccaf5f825..000000000000 --- a/sysutils/puppetserver6/files/patch-ext__config__logback.xml +++ /dev/null @@ -1,17 +0,0 @@ ---- ext/config/logback.xml.orig 2018-09-18 17:16:33 UTC -+++ ext/config/logback.xml -@@ -6,12 +6,11 @@ - - - -- -- /var/log/puppetlabs/puppetserver/puppetserver.log -+ /var/log/puppetserver/puppetserver.log - true - - -- /var/log/puppetlabs/puppetserver/puppetserver-%d{yyyy-MM-dd}.%i.log.gz -+ /var/log/puppetserver/puppetserver-%d{yyyy-MM-dd}.%i.log.gz - - 200MB - 90 diff --git a/sysutils/puppetserver6/files/patch-ext__config__request-logging.xml b/sysutils/puppetserver6/files/patch-ext__config__request-logging.xml deleted file mode 100644 index 4358008fdb47..000000000000 --- a/sysutils/puppetserver6/files/patch-ext__config__request-logging.xml +++ /dev/null @@ -1,15 +0,0 @@ ---- ext/config/request-logging.xml.orig 2018-09-18 17:16:33 UTC -+++ ext/config/request-logging.xml -@@ -1,10 +1,10 @@ - - -- /var/log/puppetlabs/puppetserver/puppetserver-access.log -+ /var/log/puppetserver/puppetserver-access.log - true - - -- /var/log/puppetlabs/puppetserver/puppetserver-access-%d{yyyy-MM-dd}.%i.log.gz -+ /var/log/puppetserver/puppetserver-access-%d{yyyy-MM-dd}.%i.log.zip - - 200MB - 90 diff --git a/sysutils/puppetserver6/files/patch-ext__ezbake-functions.sh b/sysutils/puppetserver6/files/patch-ext__ezbake-functions.sh deleted file mode 100644 index bd4d0a1c26b7..000000000000 --- a/sysutils/puppetserver6/files/patch-ext__ezbake-functions.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/ezbake-functions.sh.orig 2019-09-17 14:05:56 UTC -+++ ext/ezbake-functions.sh -@@ -126,7 +126,7 @@ init_restart_file() - local group="${GROUP:-puppet}" - - if [ ! -e "$restartfile" ]; then -- /usr/bin/install --directory --owner=$user --group=$group --mode=755 "$restart_file_base_dir" -+ /usr/bin/install -d -o $user -g $group -m 755 "$restart_file_base_dir" - if [ $? -ne 0 ]; then - echo "Unable to create or set permissions for restart file at ${restart_file_base_dir}" 1>&2 - return 1 diff --git a/sysutils/puppetserver6/files/patch-ffi.rb b/sysutils/puppetserver6/files/patch-ffi.rb deleted file mode 100644 index 927fe2523bf2..000000000000 --- a/sysutils/puppetserver6/files/patch-ffi.rb +++ /dev/null @@ -1,19 +0,0 @@ ---- ffi.rb.orig 2019-09-22 21:04:46 UTC -+++ ffi.rb -@@ -125,7 +125,7 @@ module FFI - # Load all the platform dependent types/consts/struct members - class Config - CONFIG = Hash.new -- begin -+ if File.exist?(File.join(Platform::CONF_DIR, 'platform.conf')) - File.open(File.join(Platform::CONF_DIR, 'platform.conf'), "r") do |f| - typedef = "rbx.platform.typedef." - f.each_line { |line| -@@ -138,7 +138,6 @@ module FFI - end - } - end -- rescue Errno::ENOENT - end - end - end diff --git a/sysutils/puppetserver6/files/pkg-message.in b/sysutils/puppetserver6/files/pkg-message.in deleted file mode 100644 index 0635f9786fce..000000000000 --- a/sysutils/puppetserver6/files/pkg-message.in +++ /dev/null @@ -1,17 +0,0 @@ -[ -{ type: install - message: <=2.12.0:sysutils/py-ansible-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ansible-compat>=4.0.5:sysutils/py-ansible-compat@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}black>=22.8.0:devel/py-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}filelock>=3.3.0:sysutils/py-filelock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.10.0:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pathspec>=0.9.0:devel/py-pathspec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=12.0.0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.17.0<0.18:devel/py-ruamel.yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}subprocess-tee>=0.4.1:devel/py-subprocess-tee@${PY_FLAVOR} \ @@ -36,7 +38,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage_enable_subprocess>=0:devel/py-cove ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-plus>=0.2:devel/py-pytest-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=2.1.0:devel/py-pytest-xdist@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.17.26:devel/py-ruamel.yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.17.31:devel/py-ruamel.yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml.clib>=0:devel/py-ruamel.yaml.clib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spdx-tools>=0.7.1:misc/py-spdx-tools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-jsonschema>=0:devel/py-types-jsonschema@${PY_FLAVOR} \ diff --git a/sysutils/py-ansible-lint/distinfo b/sysutils/py-ansible-lint/distinfo index deab7229c608..946adba7b2dc 100644 --- a/sysutils/py-ansible-lint/distinfo +++ b/sysutils/py-ansible-lint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684758898 -SHA256 (ansible-lint-6.16.2.tar.gz) = 93ad8a04adcda6025d4ff218a10694120fe70cb91da8ac9f85c5dc82b32456e4 -SIZE (ansible-lint-6.16.2.tar.gz) = 487093 +TIMESTAMP = 1685547325 +SHA256 (ansible-lint-6.17.0.tar.gz) = c6da12e9eb6dd58223b0a48400aaa25e677af6cac3d9db41fb1b62006ddebb36 +SIZE (ansible-lint-6.17.0.tar.gz) = 478382 diff --git a/sysutils/squashfs-tools/Makefile b/sysutils/squashfs-tools/Makefile index 057d50a747c0..e3e684fe88b7 100644 --- a/sysutils/squashfs-tools/Makefile +++ b/sysutils/squashfs-tools/Makefile @@ -1,17 +1,17 @@ PORTNAME= squashfs-tools -PORTVERSION= 4.5.1 +PORTVERSION= 4.6.1 CATEGORIES= sysutils MASTER_SITES= SF/squashfs/squashfs/squashfs${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +DISTFILES= squashfs${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= danfe@FreeBSD.org COMMENT= Set of tools to manipulate squashfs images -WWW= http://squashfs.sourceforge.net/ +WWW= https://squashfs.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../COPYING -BUILD_DEPENDS= gsed:textproc/gsed +BUILD_DEPENDS= gsed:textproc/gsed help2man:misc/help2man USES= alias cpe gmake BINARY_ALIAS= sed=gsed @@ -30,8 +30,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/squashfs-tools CPE_PRODUCT= squashfs CPE_VENDOR= squashfs_project -PORTDOCS= ACKNOWLEDGEMENTS ACTIONS-README CHANGES DONATIONS \ - README-${PORTVERSION} USAGE pseudo-file.example +PORTDOCS= ACKNOWLEDGEMENTS ACTIONS-README CHANGES \ + README-${PORTVERSION} TECHNICAL-INFO USAGE-* \ + pseudo-file.example LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 LZ4_MAKE_ARGS= LZ4_SUPPORT=1 @@ -49,14 +50,12 @@ ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd ZSTD_MAKE_ARGS= ZSTD_SUPPORT=1 post-patch: - @${REINPLACE_CMD} -e '/^#include / { x; \ - s,^,#include ,; G; }' ${WRKSRC}/reader.c @${REINPLACE_CMD} -e '/^#include "squashfs_fs\.h"/ { x; \ s,^,typedef struct __sFILE FILE;,; G; }' \ ${WRKSRC}/lzma_wrapper.c post-install: - @${MV} ${WRKSRC:H}/RELEASE-READMEs/[Dp]* ${WRKSRC:H} + @${LN} -f ${WRKSRC:H}/examples/pseudo-file.example ${WRKSRC:H} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC:H}/|} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/squashfs-tools/distinfo b/sysutils/squashfs-tools/distinfo index ab5cc89605c1..4747eff52625 100644 --- a/sysutils/squashfs-tools/distinfo +++ b/sysutils/squashfs-tools/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1647547267 -SHA256 (squashfs-tools-4.5.1.tar.gz) = 277b6e7f75a4a57f72191295ae62766a10d627a4f5e5f19eadfbc861378deea7 -SIZE (squashfs-tools-4.5.1.tar.gz) = 270112 +TIMESTAMP = 1679779447 +SHA256 (squashfs4.6.1.tar.gz) = 94201754b36121a9f022a190c75f718441df15402df32c2b520ca331a107511c +SIZE (squashfs4.6.1.tar.gz) = 286848 SHA256 (lzma922.tar.bz2) = 9aade84f229fb25f7aef39d8866b375fe6d35a9e18098d7cd86a99e294902944 SIZE (lzma922.tar.bz2) = 546148 diff --git a/sysutils/squashfs-tools/files/patch-Makefile b/sysutils/squashfs-tools/files/patch-Makefile index 75b142228bc2..cb729b5d2dc4 100644 --- a/sysutils/squashfs-tools/files/patch-Makefile +++ b/sysutils/squashfs-tools/files/patch-Makefile @@ -66,10 +66,10 @@ - cp unsquashfs $(INSTALL_DIR) - ln -fs unsquashfs $(INSTALL_DIR)/sqfscat - ln -fs mksquashfs $(INSTALL_DIR)/sqfstar -- ../generate-manpages/install-manpages.sh $(shell pwd)/.. "$(INSTALL_MANPAGES_DIR)" +- ../generate-manpages/install-manpages.sh $(shell pwd)/.. "$(INSTALL_MANPAGES_DIR)" "$(USE_PREBUILT_MANPAGES)" + mkdir -p $(DESTDIR)$(PREFIX)/bin -+ ${BSD_INSTALL_PROGRAM} mksquashfs $(DESTDIR)$(PREFIX)/bin -+ ${BSD_INSTALL_PROGRAM} unsquashfs $(DESTDIR)$(PREFIX)/bin ++ $(BSD_INSTALL_PROGRAM) mksquashfs $(DESTDIR)$(PREFIX)/bin ++ $(BSD_INSTALL_PROGRAM) unsquashfs $(DESTDIR)$(PREFIX)/bin + ln -fs unsquashfs $(DESTDIR)$(INSTALL_DIR)/sqfscat + ln -fs mksquashfs $(DESTDIR)$(INSTALL_DIR)/sqfstar -+ ../generate-manpages/install-manpages.sh $(shell pwd)/.. "$(DESTDIR)$(INSTALL_MANPAGES_DIR)" ++ ../generate-manpages/install-manpages.sh $(shell pwd)/.. "$(DESTDIR)$(INSTALL_MANPAGES_DIR)" "$(USE_PREBUILT_MANPAGES)" diff --git a/sysutils/squashfs-tools/files/patch-mksquashfs.c b/sysutils/squashfs-tools/files/patch-mksquashfs.c deleted file mode 100644 index d2357e73ab5c..000000000000 --- a/sysutils/squashfs-tools/files/patch-mksquashfs.c +++ /dev/null @@ -1,34 +0,0 @@ ---- mksquashfs.c.orig 2019-08-29 01:58:04 UTC -+++ mksquashfs.c -@@ -35,7 +35,6 @@ - #include - #include - #include --#include - #include - #include - #include -@@ -50,7 +49,6 @@ - #include - #include - #include --#include - - #ifndef linux - #define __BYTE_ORDER BYTE_ORDER -@@ -5195,6 +5193,7 @@ int get_physical_memory() - long long page_size = sysconf(_SC_PAGESIZE); - int phys_mem; - -+#ifdef __linux__ - if(num_pages == -1 || page_size == -1) { - struct sysinfo sys; - int res = sysinfo(&sys); -@@ -5205,6 +5204,7 @@ int get_physical_memory() - num_pages = sys.totalram; - page_size = sys.mem_unit; - } -+#endif - - phys_mem = num_pages * page_size >> 20; - diff --git a/sysutils/squashfs-tools/files/patch-unsquashfs.c b/sysutils/squashfs-tools/files/patch-unsquashfs.c deleted file mode 100644 index 6c0edc4e515d..000000000000 --- a/sysutils/squashfs-tools/files/patch-unsquashfs.c +++ /dev/null @@ -1,16 +0,0 @@ ---- unsquashfs.c.orig 2019-08-29 01:58:04 UTC -+++ unsquashfs.c -@@ -32,8 +32,13 @@ - #include "stdarg.h" - #include "fnmatch_compat.h" - -+#ifdef __linux__ - #include - #include -+#endif -+#ifdef __FreeBSD__ -+#include -+#endif - #include - #include - #include diff --git a/sysutils/xfce4-power-manager/Makefile b/sysutils/xfce4-power-manager/Makefile index fff980c0868c..e1024af5fc12 100644 --- a/sysutils/xfce4-power-manager/Makefile +++ b/sysutils/xfce4-power-manager/Makefile @@ -1,6 +1,5 @@ PORTNAME= xfce4-power-manager -PORTVERSION= 4.18.1 -PORTREVISION= 1 +PORTVERSION= 4.18.2 CATEGORIES= sysutils xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-power-manager/distinfo b/sysutils/xfce4-power-manager/distinfo index e51c3a1d7647..d387f28c121f 100644 --- a/sysutils/xfce4-power-manager/distinfo +++ b/sysutils/xfce4-power-manager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676025015 -SHA256 (xfce4/xfce4-power-manager-4.18.1.tar.bz2) = 6b08b10c4cb7516377dbd32c6cc2296a9faf47022c555f11e75b38fde14aff03 -SIZE (xfce4/xfce4-power-manager-4.18.1.tar.bz2) = 1217727 +TIMESTAMP = 1685439286 +SHA256 (xfce4/xfce4-power-manager-4.18.2.tar.bz2) = e1608fd534b6b07529c0840ffc731cb93347ee6deb547a9933215b1816dcdf4d +SIZE (xfce4/xfce4-power-manager-4.18.2.tar.bz2) = 1205603 diff --git a/textproc/R-cran-highr/Makefile b/textproc/R-cran-highr/Makefile index 5f9c3a0cf618..0d2741c88161 100644 --- a/textproc/R-cran-highr/Makefile +++ b/textproc/R-cran-highr/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 0.10 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Syntax Highlighting for R Source Code WWW= https://cran.r-project.org/web/packages/highr/ diff --git a/textproc/R-cran-htmltools/Makefile b/textproc/R-cran-htmltools/Makefile index eb413872f34b..d0c0ab101297 100644 --- a/textproc/R-cran-htmltools/Makefile +++ b/textproc/R-cran-htmltools/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 0.5.5 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Tools for HTML generation and output WWW= https://cran.r-project.org/web/packages/htmltools/ diff --git a/textproc/R-cran-stringi/Makefile b/textproc/R-cran-stringi/Makefile index 041075e89bc5..07b69775bab3 100644 --- a/textproc/R-cran-stringi/Makefile +++ b/textproc/R-cran-stringi/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 1.7.12 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Character String Processing Facilities WWW= http://www.gagolewski.com/software/stringi/ diff --git a/textproc/R-cran-stringr/Makefile b/textproc/R-cran-stringr/Makefile index a0f3e96d1bdf..47662cfcea02 100644 --- a/textproc/R-cran-stringr/Makefile +++ b/textproc/R-cran-stringr/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.5.0 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Make it easier to work with strings WWW= https://cran.r-project.org/web/packages/stringr/ diff --git a/textproc/R-cran-utf8/Makefile b/textproc/R-cran-utf8/Makefile index 59d024fd195c..5edb9f4b6358 100644 --- a/textproc/R-cran-utf8/Makefile +++ b/textproc/R-cran-utf8/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.2.3 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Unicode Text Processing WWW= https://cran.r-project.org/web/packages/utf8/ diff --git a/textproc/R-cran-yaml/Makefile b/textproc/R-cran-yaml/Makefile index 3a3b8ba3b51f..6ebdbd8f422a 100644 --- a/textproc/R-cran-yaml/Makefile +++ b/textproc/R-cran-yaml/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 2.3.7 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@uzsolt.hu COMMENT= Methods to convert R data to YAML and back WWW= https://cran.r-project.org/web/packages/yaml/ diff --git a/textproc/go-yq/Makefile b/textproc/go-yq/Makefile index 046fb8bfec90..4fbe0fd62a28 100644 --- a/textproc/go-yq/Makefile +++ b/textproc/go-yq/Makefile @@ -1,7 +1,6 @@ PORTNAME= go-yq DISTVERSIONPREFIX= v -DISTVERSION= 4.30.6 -PORTREVISION= 2 +DISTVERSION= 4.34.1 CATEGORIES= textproc MAINTAINER= timp87@gmail.com diff --git a/textproc/go-yq/distinfo b/textproc/go-yq/distinfo index 701c5f422c99..ea3b873f2232 100644 --- a/textproc/go-yq/distinfo +++ b/textproc/go-yq/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1676584967 -SHA256 (go/textproc_go-yq/go-yq-v4.30.6/v4.30.6.mod) = c5701efbd5e9b1f2d28ab91e15d9662c6073ee76474e460a4493709885bd4c07 -SIZE (go/textproc_go-yq/go-yq-v4.30.6/v4.30.6.mod) = 1026 -SHA256 (go/textproc_go-yq/go-yq-v4.30.6/v4.30.6.zip) = be44febd4816d21bef169ccbbac5433d9d6f7a88f6254bf3eebcc49afb4d62ec -SIZE (go/textproc_go-yq/go-yq-v4.30.6/v4.30.6.zip) = 368247 +TIMESTAMP = 1685475508 +SHA256 (go/textproc_go-yq/go-yq-v4.34.1/v4.34.1.mod) = 3e7490afb2313382b6e3e0652424a85d702445c050bbc9f888bd0018bda7d25c +SIZE (go/textproc_go-yq/go-yq-v4.34.1/v4.34.1.mod) = 993 +SHA256 (go/textproc_go-yq/go-yq-v4.34.1/v4.34.1.zip) = ddde40919b4dbabbec62f5df92af93a6ee8e6e70c65e349bb0608a9c80362a34 +SIZE (go/textproc_go-yq/go-yq-v4.34.1/v4.34.1.zip) = 406552 diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 5ad408f0676d..b9891367712b 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -1,6 +1,5 @@ PORTNAME= goldendict -DISTVERSION= 1.5.0-g20220602 -PORTREVISION= 2 +PORTVERSION= 1.5.0 CATEGORIES= textproc MAINTAINER= danfe@FreeBSD.org @@ -20,7 +19,6 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ USES= compiler:c++11-lang gnome iconv:wchar_t pkgconfig \ qmake qt:5 xorg USE_GITHUB= yes -GH_TAGNAME= 99982a1 USE_XORG= x11 xtst USE_QT= buildtools:build linguisttools:build core gui help \ network printsupport sql svg webkit widgets \ @@ -47,7 +45,7 @@ OPENCC_LIB_DEPENDS= libopencc.so:chinese/opencc OPENCC_QMAKE_ON= CONFIG+="chinese_conversion_support" post-patch: - @${REINPLACE_CMD} -e '/^VERSION = /s,git,&${GH_TAGNAME},' \ + @${REINPLACE_CMD} -e '/^VERSION = /s,git,&-8c5b26a,' \ ${WRKSRC}/goldendict.pro @${REINPLACE_CMD} -e '/^#include / { x; \ s/^/#include /; G; }' ${WRKSRC}/main.cc diff --git a/textproc/goldendict/distinfo b/textproc/goldendict/distinfo index 194fc3086c3e..0da8605bc2e9 100644 --- a/textproc/goldendict/distinfo +++ b/textproc/goldendict/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654167073 -SHA256 (goldendict-goldendict-1.5.0-g20220602-99982a1_GH0.tar.gz) = 138ea766bb2260a2bcc75327c2c900080fef5cb82edbb94aed1977d46a4c41af -SIZE (goldendict-goldendict-1.5.0-g20220602-99982a1_GH0.tar.gz) = 20351546 +TIMESTAMP = 1685371891 +SHA256 (goldendict-goldendict-1.5.0_GH0.tar.gz) = f9f8e068ece74cc026fdc5f56615246228b4e70c97c7197ccd4c14ceae412c7c +SIZE (goldendict-goldendict-1.5.0_GH0.tar.gz) = 20371681 diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile index 778ae83ef72e..4754b463ffe1 100644 --- a/textproc/lowdown/Makefile +++ b/textproc/lowdown/Makefile @@ -1,5 +1,5 @@ PORTNAME= lowdown -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= textproc MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/ diff --git a/textproc/lowdown/distinfo b/textproc/lowdown/distinfo index 92ab82e297cb..cb0ad88b918f 100644 --- a/textproc/lowdown/distinfo +++ b/textproc/lowdown/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682345077 -SHA256 (lowdown-1.0.1.tar.gz) = 447b0a783d7beb1d82d9c40ea0395063535f2651e611b0662ebcfa687bf7906a -SIZE (lowdown-1.0.1.tar.gz) = 256453 +TIMESTAMP = 1685459774 +SHA256 (lowdown-1.0.2.tar.gz) = e45b0d41ff39afecdeb7eae89db2ecea8800741abb9ff4a4bf7c3753bea08485 +SIZE (lowdown-1.0.2.tar.gz) = 263466 diff --git a/textproc/lowdown/pkg-plist b/textproc/lowdown/pkg-plist index 50ca4ee40c6f..84ca543c73ff 100644 --- a/textproc/lowdown/pkg-plist +++ b/textproc/lowdown/pkg-plist @@ -3,7 +3,7 @@ bin/lowdown-diff include/lowdown.h lib/liblowdown.a lib/liblowdown.so -lib/liblowdown.so.2 +lib/liblowdown.so.3 libdata/pkgconfig/lowdown.pc share/man/man1/lowdown.1.gz share/man/man1/lowdown-diff.1.gz diff --git a/textproc/py-extract-msg/Makefile b/textproc/py-extract-msg/Makefile index f176743160e6..7c9f2a912158 100644 --- a/textproc/py-extract-msg/Makefile +++ b/textproc/py-extract-msg/Makefile @@ -1,5 +1,5 @@ PORTNAME= extract-msg -DISTVERSION= 0.41.1 +DISTVERSION= 0.41.2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,4 +27,10 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes +OPTIONS_DEFINE= WKHTMLTOPDF +OPTIONS_DEFAULT= WKHTMLTOPDF + +WKHTMLTOPDF_DESC= Enable support for converting the body as PDF +WKHTMLTOPDF_RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf + .include diff --git a/textproc/py-extract-msg/distinfo b/textproc/py-extract-msg/distinfo index aefc4ed713e6..be229f76463d 100644 --- a/textproc/py-extract-msg/distinfo +++ b/textproc/py-extract-msg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684534956 -SHA256 (extract_msg-0.41.1.tar.gz) = 873d3c4fd9a60a65147a23d40f8bbbe21c4d9b5197dddbf1535a9ef190aa86de -SIZE (extract_msg-0.41.1.tar.gz) = 180758 +TIMESTAMP = 1685545746 +SHA256 (extract_msg-0.41.2.tar.gz) = ef3b23e22373ed3b1f5ca6b23c1f80d7fe4af42cc015152ebd7e0734ccaa08ee +SIZE (extract_msg-0.41.2.tar.gz) = 181338 diff --git a/textproc/re-flex/Makefile b/textproc/re-flex/Makefile index 4d5a5e9e0926..26b07f41af95 100644 --- a/textproc/re-flex/Makefile +++ b/textproc/re-flex/Makefile @@ -1,5 +1,5 @@ PORTNAME= re-flex -PORTVERSION= 3.3.2 +PORTVERSION= 3.3.3 DISTVERSIONPREFIX= v CATEGORIES= textproc diff --git a/textproc/re-flex/distinfo b/textproc/re-flex/distinfo index 496b89be7bc3..bbd2559d906f 100644 --- a/textproc/re-flex/distinfo +++ b/textproc/re-flex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679308640 -SHA256 (Genivia-RE-flex-v3.3.2_GH0.tar.gz) = 1e927c84d55014e1b4dac3208cc9e3f445f3d466c72fc2889c012f524434fe11 -SIZE (Genivia-RE-flex-v3.3.2_GH0.tar.gz) = 5969327 +TIMESTAMP = 1685521817 +SHA256 (Genivia-RE-flex-v3.3.3_GH0.tar.gz) = a91f39c938accbd8a349b8ec627542b6f1516b1d7e999b4af9529a84cf53dfcc +SIZE (Genivia-RE-flex-v3.3.3_GH0.tar.gz) = 5969674 diff --git a/www/Makefile b/www/Makefile index 0d81b98eb56f..658769bfdbcf 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2407,7 +2407,6 @@ SUBDIR += websocat SUBDIR += websocketd SUBDIR += webstone - SUBDIR += webstone-ssl SUBDIR += webtrees20 SUBDIR += webtrees21 SUBDIR += wget2 diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 51f600b6fcdb..d6b5e0e99493 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,5 +1,5 @@ PORTNAME= chromium -PORTVERSION= 113.0.5672.126 +PORTVERSION= 114.0.5735.90 CATEGORIES= www wayland MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ https://nerd.hu/distfiles/:external @@ -69,9 +69,9 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ RUN_DEPENDS= xdg-open:devel/xdg-utils \ noto-basic>0:x11-fonts/noto-basic -USES= bison compiler:c++17-lang cpe desktop-file-utils gl gnome iconv:wchar_t jpeg \ - localbase:ldflags ninja perl5 pkgconfig python:3.7+,build qt:5 shebangfix \ - tar:xz xorg +USES= bison compiler:c++17-lang cpe desktop-file-utils gl gmake gnome \ + iconv:wchar_t jpeg localbase:ldflags ninja perl5 pkgconfig \ + python:3.7+,build qt:5 shebangfix tar:xz xorg CPE_VENDOR= google CPE_PRODUCT= chrome @@ -121,7 +121,8 @@ GN_ARGS+= clang_use_chrome_plugins=false \ use_system_libjpeg=true \ use_udev=false \ extra_cxxflags="${CXXFLAGS}" \ - extra_ldflags="${LDFLAGS}" + extra_ldflags="${LDFLAGS}" \ + ffmpeg_branding="${FFMPEG_BRAND}" # TODO: investigate building with these options: # use_system_minigbm @@ -156,10 +157,10 @@ ALSA_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/al ALSA_VARS= GN_ARGS+=use_alsa=true ALSA_VARS_OFF= GN_ARGS+=use_alsa=false -CODECS_VARS= GN_ARGS+=ffmpeg_branding="Chrome" \ - GN_ARGS+=proprietary_codecs=true -CODECS_VARS_OFF= GN_ARGS+=ffmpeg_branding="Chromium" \ - GN_ARGS+=proprietary_codecs=false +CODECS_VARS= GN_ARGS+=proprietary_codecs=true \ + FFMPEG_BRAND="Chrome" +CODECS_VARS_OFF= GN_ARGS+=proprietary_codecs=false \ + FFMPEG_BRAND="Chromium" CUPS_LIB_DEPENDS= libcups.so:print/cups CUPS_VARS= GN_ARGS+=use_cups=true @@ -229,13 +230,24 @@ BINARY_ALIAS+= ar=/usr/bin/llvm-ar \ nm=/usr/bin/llvm-nm .endif -# swiftshader/lib/{libEGL.so,libGLESv2.so} is x86 only +# - swiftshader/lib/{libEGL.so,libGLESv2.so} is x86 only +# - map ffmpeg target to ${ARCH} .if ${ARCH} == aarch64 PLIST_SUB+= NOT_AARCH64="@comment " -.else +FFMPEG_TARGET= arm64 +.elif ${ARCH} == amd64 +BUILD_DEPENDS+= nasm:devel/nasm +PLIST_SUB+= NOT_AARCH64="" +FFMPEG_TARGET= x64 +.elif ${ARCH} == i386 +BUILD_DEPENDS+= nasm:devel/nasm PLIST_SUB+= NOT_AARCH64="" +FFMPEG_TARGET= ia32 .endif +FFMPEG_BDIR= ${WRKSRC}/third_party/ffmpeg/build.${FFMPEG_TARGET}.freebsd/${FFMPEG_BRAND} +FFMPEG_CDIR= ${WRKSRC}/third_party/ffmpeg/chromium/config/${FFMPEG_BRAND}/freebsd/${FFMPEG_TARGET} + # Allow relocations against read-only segments (override lld default) LDFLAGS_i386= -Wl,-znotext @@ -264,10 +276,13 @@ pre-configure: dav1d flac fontconfig freetype harfbuzz-ng icu libdrm libevent libpng \ libusb libwebp libxml libxslt openh264 opus snappy || ${FALSE} # Chromium uses an unreleased version of FFmpeg, so configure it -.for brand in Chrome Chromium - ${CP} -R \ - ${WRKSRC}/third_party/ffmpeg/chromium/config/${brand}/linux/ \ - ${WRKSRC}/third_party/ffmpeg/chromium/config/${brand}/freebsd + cd ${WRKSRC}/third_party/ffmpeg && \ + ${PYTHON_CMD} chromium/scripts/build_ffmpeg.py freebsd ${FFMPEG_TARGET} \ + --config-only --branding=${FFMPEG_BRAND} + cd ${FFMPEG_BDIR} && ${GMAKE} ffversion.h + ${MKDIR} ${FFMPEG_CDIR} +.for _e in config.h config.asm config_components.h libavcodec libavformat libavutil + -${CP} -pR ${FFMPEG_BDIR}/${_e} ${FFMPEG_CDIR} .endfor do-configure: diff --git a/www/chromium/distinfo b/www/chromium/distinfo index 3e8a5d67e451..7cb18604147f 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1684318714 -SHA256 (chromium-113.0.5672.126.tar.xz) = 0def7cd594304d7675821d42a4207377af98e321a78a91ee5200aea55adc2d93 -SIZE (chromium-113.0.5672.126.tar.xz) = 1556790928 -SHA256 (chrome-linux-113.0.5672.126-llvm13.profdata.tar.xz) = 401df2b0b0452bcb0841b52383a98649e15ad4f6baea47dc99e913a35ae40111 -SIZE (chrome-linux-113.0.5672.126-llvm13.profdata.tar.xz) = 27020448 -SHA256 (chromium-113.0.5672.126-testdata.tar.xz) = 89088e4cdc494ad5c468c7cf7e7ed26c4f76244d42ec74dac0ee141ead0fd6e6 -SIZE (chromium-113.0.5672.126-testdata.tar.xz) = 262980780 +TIMESTAMP = 1685521034 +SHA256 (chromium-114.0.5735.90.tar.xz) = 071a8620b6175923f91f0ce0e3a0b2b20bf350a7d1a0f5513c160df7c17526d8 +SIZE (chromium-114.0.5735.90.tar.xz) = 1570683592 +SHA256 (chrome-linux-114.0.5735.90-llvm13.profdata.tar.xz) = 2a7f6a89475266193420ba70c00858093d7cd3ed0eda2a34ded2f3a6006b1526 +SIZE (chrome-linux-114.0.5735.90-llvm13.profdata.tar.xz) = 27343652 +SHA256 (chromium-114.0.5735.90-testdata.tar.xz) = 9ce66f3d7b60e5f74d0f4e4290b1e159b3346e4afb85373c745ac44fc1d14994 +SIZE (chromium-114.0.5735.90-testdata.tar.xz) = 256217488 SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8 SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734 diff --git a/www/chromium/files/patch-BUILD.gn b/www/chromium/files/patch-BUILD.gn index 2eac54a44e3a..dafde345f6b8 100644 --- a/www/chromium/files/patch-BUILD.gn +++ b/www/chromium/files/patch-BUILD.gn @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2023-04-28 17:01:32 UTC +--- BUILD.gn.orig 2023-05-31 08:12:17 UTC +++ BUILD.gn -@@ -60,7 +60,7 @@ declare_args() { +@@ -61,7 +61,7 @@ declare_args() { root_extra_deps = [] } @@ -9,49 +9,49 @@ # An official (maximally optimized!) component (optimized for build times) # build doesn't make sense and usually doesn't work. assert(!is_component_build) -@@ -85,7 +85,6 @@ group("gn_all") { - "//codelabs", - "//components:components_unittests", - "//components/gwp_asan:gwp_asan_unittests", -- "//infra/orchestrator:orchestrator_all", - "//net:net_unittests", - "//sandbox:sandbox_unittests", - "//services:services_unittests", -@@ -426,7 +425,7 @@ group("gn_all") { +@@ -95,7 +95,6 @@ group("gn_all") { + "//codelabs", + "//components:components_unittests", + "//components/gwp_asan:gwp_asan_unittests", +- "//infra/orchestrator:orchestrator_all", + "//net:net_unittests", + "//sandbox:sandbox_unittests", + "//services:services_unittests", +@@ -419,7 +418,7 @@ group("gn_all") { + } } - } -- if (is_linux || is_chromeos || is_android) { -+ if ((is_linux && !is_bsd) || is_chromeos || is_android) { - deps += [ - "//third_party/breakpad:breakpad_unittests", - "//third_party/breakpad:core-2-minidump", -@@ -630,6 +629,15 @@ group("gn_all") { +- if (is_linux || is_chromeos || is_android) { ++ if ((is_linux && !is_bsd) || is_chromeos || is_android) { + deps += [ + "//third_party/breakpad:breakpad_unittests", + "//third_party/breakpad:core-2-minidump", +@@ -619,6 +618,15 @@ group("gn_all") { + } } - } -+ if (is_bsd) { -+ deps -= [ -+ "//third_party/breakpad:dump_syms($host_toolchain)", -+ "//third_party/breakpad:microdump_stackwalk($host_toolchain)", -+ "//third_party/breakpad:minidump_dump($host_toolchain)", -+ "//third_party/breakpad:minidump_stackwalk($host_toolchain)", -+ ] -+ } ++ if (is_bsd) { ++ deps -= [ ++ "//third_party/breakpad:dump_syms($host_toolchain)", ++ "//third_party/breakpad:microdump_stackwalk($host_toolchain)", ++ "//third_party/breakpad:minidump_dump($host_toolchain)", ++ "//third_party/breakpad:minidump_stackwalk($host_toolchain)", ++ ] ++ } + - if (is_mac) { - deps += [ - "//third_party/breakpad:dump_syms", -@@ -677,7 +685,7 @@ group("gn_all") { - host_os == "win") { - deps += [ "//chrome/test/mini_installer:mini_installer_tests" ] + if (is_mac) { + deps += [ + "//third_party/breakpad:dump_syms", +@@ -666,7 +674,7 @@ group("gn_all") { + host_os == "win") { + deps += [ "//chrome/test/mini_installer:mini_installer_tests" ] + } +- } else if (!is_android && !is_ios && !is_fuchsia) { ++ } else if (!is_android && !is_ios && !is_fuchsia && !is_bsd) { + deps += [ "//third_party/breakpad:symupload($host_toolchain)" ] } -- } else if (!is_android && !is_ios && !is_fuchsia) { -+ } else if (!is_android && !is_ios && !is_fuchsia && !is_bsd) { - deps += [ "//third_party/breakpad:symupload($host_toolchain)" ] - } -@@ -1100,7 +1108,7 @@ if (!is_ios) { +@@ -1096,7 +1104,7 @@ if (!is_ios && !is_cronet_build) { ] } @@ -60,7 +60,7 @@ # WPT Webdriver tests runner # chrome/test/chromedriver/test/run_webdriver_tests.py script_test("webdriver_wpt_tests") { -@@ -1200,7 +1208,7 @@ if (!is_ios) { +@@ -1196,7 +1204,7 @@ if (!is_ios && !is_cronet_build) { data_deps += [ "//content/web_test:web_test_common_mojom_js_data_deps" ] } @@ -69,7 +69,7 @@ data_deps += [ "//third_party/breakpad:minidump_stackwalk($host_toolchain)" ] } -@@ -1209,7 +1217,7 @@ if (!is_ios) { +@@ -1205,7 +1213,7 @@ if (!is_ios && !is_cronet_build) { data_deps += [ "//third_party/breakpad:dump_syms($host_toolchain)" ] } @@ -78,7 +78,7 @@ data_deps += [ "//third_party/breakpad:dump_syms($host_toolchain)" ] } -@@ -1677,7 +1685,7 @@ group("chromium_builder_perf") { +@@ -1672,7 +1680,7 @@ group("chromium_builder_perf") { data_deps += [ "//chrome/test:performance_browser_tests" ] } diff --git a/www/chromium/files/patch-ash_display_mirror__window__controller.cc b/www/chromium/files/patch-ash_display_mirror__window__controller.cc index d0bcf31e3bff..1246cfbe086e 100644 --- a/www/chromium/files/patch-ash_display_mirror__window__controller.cc +++ b/www/chromium/files/patch-ash_display_mirror__window__controller.cc @@ -1,6 +1,6 @@ ---- ash/display/mirror_window_controller.cc.orig 2022-10-24 13:33:33 UTC +--- ash/display/mirror_window_controller.cc.orig 2023-05-31 08:12:17 UTC +++ ash/display/mirror_window_controller.cc -@@ -295,7 +295,11 @@ void MirrorWindowController::UpdateWindow( +@@ -296,7 +296,11 @@ void MirrorWindowController::UpdateWindow( if (!base::Contains(display_info_list, iter->first, &display::ManagedDisplayInfo::id)) { CloseAndDeleteHost(iter->second, true); diff --git a/www/chromium/files/patch-base_BUILD.gn b/www/chromium/files/patch-base_BUILD.gn index e4a7afebc72e..99581eac42b8 100644 --- a/www/chromium/files/patch-base_BUILD.gn +++ b/www/chromium/files/patch-base_BUILD.gn @@ -1,6 +1,6 @@ ---- base/BUILD.gn.orig 2023-04-28 17:01:32 UTC +--- base/BUILD.gn.orig 2023-05-31 08:12:17 UTC +++ base/BUILD.gn -@@ -198,7 +198,7 @@ buildflag_header("ios_cronet_buildflags") { +@@ -197,7 +197,7 @@ buildflag_header("ios_cronet_buildflags") { flags = [ "CRONET_BUILD=$is_cronet_build" ] } @@ -9,7 +9,7 @@ buildflag_header("message_pump_buildflags") { header = "message_pump_buildflags.h" header_dir = "base/message_loop" -@@ -1105,11 +1105,23 @@ component("base") { +@@ -1100,11 +1100,23 @@ component("base") { # Needed for if using newer C++ library than sysroot, except if # building inside the cros_sdk environment - use host_toolchain as a # more robust check for this. @@ -34,7 +34,7 @@ if (use_allocator_shim) { sources += [ "allocator/partition_allocator/shim/allocator_shim.cc", -@@ -1137,7 +1149,7 @@ component("base") { +@@ -1132,7 +1144,7 @@ component("base") { ] configs += [ "//base/allocator:mac_no_default_new_delete_symbols" ] } @@ -43,7 +43,7 @@ sources += [ "allocator/partition_allocator/shim/allocator_shim_override_cpp_symbols.h", "allocator/partition_allocator/shim/allocator_shim_override_glibc_weak_symbols.h", -@@ -1178,7 +1190,7 @@ component("base") { +@@ -1173,7 +1185,7 @@ component("base") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -52,7 +52,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -2135,6 +2147,43 @@ component("base") { +@@ -2127,6 +2139,43 @@ component("base") { } } @@ -96,7 +96,7 @@ # iOS if (is_ios) { sources += [ -@@ -2244,7 +2293,7 @@ component("base") { +@@ -2236,7 +2285,7 @@ component("base") { } if (dep_libevent) { @@ -105,7 +105,7 @@ } if (use_libevent) { -@@ -3562,7 +3611,7 @@ test("base_unittests") { +@@ -3559,7 +3608,7 @@ test("base_unittests") { ] } @@ -114,7 +114,7 @@ sources += [ "debug/proc_maps_linux_unittest.cc", "files/scoped_file_linux_unittest.cc", -@@ -3611,7 +3660,7 @@ test("base_unittests") { +@@ -3608,7 +3657,7 @@ test("base_unittests") { "posix/file_descriptor_shuffle_unittest.cc", "posix/unix_domain_socket_unittest.cc", ] @@ -123,7 +123,7 @@ sources += [ "profiler/stack_base_address_posix_unittest.cc", "profiler/stack_copier_signal_unittest.cc", -@@ -3622,7 +3671,7 @@ test("base_unittests") { +@@ -3619,7 +3668,7 @@ test("base_unittests") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -132,7 +132,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -3848,7 +3897,7 @@ test("base_unittests") { +@@ -3843,7 +3892,7 @@ test("base_unittests") { } } diff --git a/www/chromium/files/patch-base_allocator_dispatcher_tls.h b/www/chromium/files/patch-base_allocator_dispatcher_tls.h index 6613880dca00..51dd6a7b59fd 100644 --- a/www/chromium/files/patch-base_allocator_dispatcher_tls.h +++ b/www/chromium/files/patch-base_allocator_dispatcher_tls.h @@ -1,6 +1,6 @@ ---- base/allocator/dispatcher/tls.h.orig 2023-02-08 09:03:45 UTC +--- base/allocator/dispatcher/tls.h.orig 2023-05-31 08:12:17 UTC +++ base/allocator/dispatcher/tls.h -@@ -51,7 +51,7 @@ struct BASE_EXPORT MMapAllocator { +@@ -50,7 +50,7 @@ struct BASE_EXPORT MMapAllocator { partition_alloc::PartitionPageSize(); #elif BUILDFLAG(IS_APPLE) constexpr static size_t AllocationChunkSize = 16384; diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_page__allocator.h b/www/chromium/files/patch-base_allocator_partition__allocator_page__allocator.h index e67310662bc4..b4837778e5d5 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_page__allocator.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_page__allocator.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/page_allocator.h.orig 2022-11-30 08:12:58 UTC +--- base/allocator/partition_allocator/page_allocator.h.orig 2023-05-31 08:12:17 UTC +++ base/allocator/partition_allocator/page_allocator.h -@@ -231,7 +231,7 @@ void DecommitAndZeroSystemPages(void* address, size_t +@@ -238,7 +238,7 @@ void DecommitAndZeroSystemPages(void* address, size_t // recommitted. Do not assume that this will not change over time. constexpr PA_COMPONENT_EXPORT( PARTITION_ALLOC) bool DecommittedMemoryIsAlwaysZeroed() { diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_page__allocator__internals__posix.h b/www/chromium/files/patch-base_allocator_partition__allocator_page__allocator__internals__posix.h index d423837a8b87..7896aa46cbda 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_page__allocator__internals__posix.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_page__allocator__internals__posix.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/page_allocator_internals_posix.h.orig 2023-04-28 17:01:32 UTC +--- base/allocator/partition_allocator/page_allocator_internals_posix.h.orig 2023-05-31 08:12:17 UTC +++ base/allocator/partition_allocator/page_allocator_internals_posix.h -@@ -383,8 +383,12 @@ bool TryRecommitSystemPagesInternal( +@@ -387,8 +387,12 @@ bool TryRecommitSystemPagesInternal( void DiscardSystemPagesInternal(uintptr_t address, size_t length) { void* ptr = reinterpret_cast(address); diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni b/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni index 67fdc47c1f1b..1d6b8c5f9d65 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni +++ b/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/partition_alloc.gni.orig 2023-04-28 17:01:32 UTC +--- base/allocator/partition_allocator/partition_alloc.gni.orig 2023-05-31 08:12:17 UTC +++ base/allocator/partition_allocator/partition_alloc.gni -@@ -285,7 +285,7 @@ assert(!use_asan_backup_ref_ptr || use_hookable_raw_pt +@@ -305,7 +305,7 @@ assert(!use_asan_backup_ref_ptr || use_hookable_raw_pt "AsanBackupRefPtr requires RawPtrHookableImpl") declare_args() { diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_partition__root.cc b/www/chromium/files/patch-base_allocator_partition__allocator_partition__root.cc index 0b3468df1b5e..62424268d4a0 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_partition__root.cc +++ b/www/chromium/files/patch-base_allocator_partition__allocator_partition__root.cc @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/partition_root.cc.orig 2023-04-28 17:01:32 UTC +--- base/allocator/partition_allocator/partition_root.cc.orig 2023-05-31 08:12:17 UTC +++ base/allocator/partition_allocator/partition_root.cc -@@ -43,7 +43,7 @@ +@@ -46,7 +46,7 @@ #include "wow64apiset.h" #endif @@ -9,7 +9,7 @@ #include #endif -@@ -284,7 +284,7 @@ void PartitionAllocMallocInitOnce() { +@@ -287,7 +287,7 @@ void PartitionAllocMallocInitOnce() { return; } @@ -18,7 +18,7 @@ // When fork() is called, only the current thread continues to execute in the // child process. If the lock is held, but *not* by this thread when fork() is // called, we have a deadlock. -@@ -378,7 +378,7 @@ static size_t PartitionPurgeSlotSpan( +@@ -381,7 +381,7 @@ static size_t PartitionPurgeSlotSpan( constexpr size_t kMaxSlotCount = (PartitionPageSize() * kMaxPartitionPagesPerRegularSlotSpan) / MinPurgeableSlotSize(); @@ -27,7 +27,7 @@ // It's better for slot_usage to be stack-allocated and fixed-size, which // demands that its size be constexpr. On IS_APPLE and Linux on arm64, // PartitionPageSize() is always SystemPageSize() << 2, so regardless of -@@ -850,7 +850,7 @@ void PartitionRoot::Init(PartitionOptions +@@ -853,7 +853,7 @@ void PartitionRoot::Init(PartitionOptions // apple OSes. PA_CHECK((internal::SystemPageSize() == (size_t{1} << 12)) || (internal::SystemPageSize() == (size_t{1} << 14))); diff --git a/www/chromium/files/patch-base_files_file__path__watcher__unittest.cc b/www/chromium/files/patch-base_files_file__path__watcher__unittest.cc index 00e9c1bd57b2..de8691c92fe6 100644 --- a/www/chromium/files/patch-base_files_file__path__watcher__unittest.cc +++ b/www/chromium/files/patch-base_files_file__path__watcher__unittest.cc @@ -1,6 +1,6 @@ ---- base/files/file_path_watcher_unittest.cc.orig 2023-02-08 09:03:45 UTC +--- base/files/file_path_watcher_unittest.cc.orig 2023-05-31 08:12:17 UTC +++ base/files/file_path_watcher_unittest.cc -@@ -521,7 +521,7 @@ TEST_F(FilePathWatcherTest, MAYBE_WatchDirectory) { +@@ -473,7 +473,7 @@ TEST_F(FilePathWatcherTest, WatchDirectory) { VLOG(1) << "Waiting for file1 creation"; ASSERT_TRUE(WaitForEvent()); @@ -9,7 +9,7 @@ // Mac implementation does not detect files modified in a directory. ASSERT_TRUE(WriteFile(file1, "content v2")); VLOG(1) << "Waiting for file1 modification"; -@@ -1345,7 +1345,7 @@ enum Permission { +@@ -1275,7 +1275,7 @@ enum Permission { Execute }; @@ -18,7 +18,7 @@ bool ChangeFilePermissions(const FilePath& path, Permission perm, bool allow) { struct stat stat_buf; -@@ -1376,7 +1376,7 @@ bool ChangeFilePermissions(const FilePath& path, Permi +@@ -1306,7 +1306,7 @@ bool ChangeFilePermissions(const FilePath& path, Permi } #endif // BUILDFLAG(IS_APPLE) diff --git a/www/chromium/files/patch-base_files_file__util__unittest.cc b/www/chromium/files/patch-base_files_file__util__unittest.cc index d5440ad2aba6..7c9e00b671a6 100644 --- a/www/chromium/files/patch-base_files_file__util__unittest.cc +++ b/www/chromium/files/patch-base_files_file__util__unittest.cc @@ -1,6 +1,6 @@ ---- base/files/file_util_unittest.cc.orig 2023-04-28 17:01:32 UTC +--- base/files/file_util_unittest.cc.orig 2023-05-31 08:12:17 UTC +++ base/files/file_util_unittest.cc -@@ -3853,7 +3853,7 @@ TEST_F(FileUtilTest, ReadFileToStringWithNamedPipe) { +@@ -3871,7 +3871,7 @@ TEST_F(FileUtilTest, ReadFileToStringWithNamedPipe) { } #endif // BUILDFLAG(IS_WIN) @@ -9,7 +9,7 @@ TEST_F(FileUtilTest, ReadFileToStringWithProcFileSystem) { FilePath file_path("/proc/cpuinfo"); std::string data = "temp"; -@@ -4576,7 +4576,7 @@ TEST(FileUtilMultiThreadedTest, MultiThreadedTempFiles +@@ -4594,7 +4594,7 @@ TEST(FileUtilMultiThreadedTest, MultiThreadedTempFiles NULL); #else size_t bytes_written = diff --git a/www/chromium/files/patch-base_memory_madv__free__discardable__memory__posix.cc b/www/chromium/files/patch-base_memory_madv__free__discardable__memory__posix.cc index ead3fe5472be..f6675773b436 100644 --- a/www/chromium/files/patch-base_memory_madv__free__discardable__memory__posix.cc +++ b/www/chromium/files/patch-base_memory_madv__free__discardable__memory__posix.cc @@ -1,6 +1,6 @@ ---- base/memory/madv_free_discardable_memory_posix.cc.orig 2022-05-19 14:06:27 UTC +--- base/memory/madv_free_discardable_memory_posix.cc.orig 2023-05-31 08:12:17 UTC +++ base/memory/madv_free_discardable_memory_posix.cc -@@ -295,6 +295,10 @@ void MadvFreeDiscardableMemoryPosix::SetKeepMemoryForT +@@ -306,6 +306,10 @@ void MadvFreeDiscardableMemoryPosix::SetKeepMemoryForT bool MadvFreeDiscardableMemoryPosix::IsResident() const { DFAKE_SCOPED_RECURSIVE_LOCK(thread_collision_warner_); @@ -11,7 +11,7 @@ #if BUILDFLAG(IS_APPLE) std::vector vec(allocated_pages_); #else -@@ -310,6 +314,7 @@ bool MadvFreeDiscardableMemoryPosix::IsResident() cons +@@ -321,6 +325,7 @@ bool MadvFreeDiscardableMemoryPosix::IsResident() cons return false; } return true; diff --git a/www/chromium/files/patch-base_process_process__metrics.cc b/www/chromium/files/patch-base_process_process__metrics.cc index 85291ccdbdfd..e5b95631f50d 100644 --- a/www/chromium/files/patch-base_process_process__metrics.cc +++ b/www/chromium/files/patch-base_process_process__metrics.cc @@ -1,4 +1,4 @@ ---- base/process/process_metrics.cc.orig 2023-03-09 06:31:50 UTC +--- base/process/process_metrics.cc.orig 2023-05-31 08:12:17 UTC +++ base/process/process_metrics.cc @@ -17,7 +17,7 @@ namespace base { namespace { @@ -27,7 +27,7 @@ Value::Dict meminfo = memory_info_.ToDict(); meminfo.Merge(vmstat_info_.ToDict()); res.Set("meminfo", std::move(meminfo)); -@@ -98,7 +98,6 @@ std::unique_ptr ProcessMetrics::Create +@@ -100,7 +100,6 @@ std::unique_ptr ProcessMetrics::Create #endif // !BUILDFLAG(IS_MAC) } @@ -35,7 +35,7 @@ double ProcessMetrics::GetPlatformIndependentCPUUsage( TimeDelta cumulative_cpu) { TimeTicks time = TimeTicks::Now(); -@@ -124,7 +123,6 @@ double ProcessMetrics::GetPlatformIndependentCPUUsage( +@@ -126,7 +125,6 @@ double ProcessMetrics::GetPlatformIndependentCPUUsage( double ProcessMetrics::GetPlatformIndependentCPUUsage() { return GetPlatformIndependentCPUUsage(GetCumulativeCPUUsage()); } @@ -43,7 +43,7 @@ #if BUILDFLAG(IS_WIN) double ProcessMetrics::GetPreciseCPUUsage(TimeDelta cumulative_cpu) { -@@ -155,7 +153,7 @@ double ProcessMetrics::GetPreciseCPUUsage() { +@@ -157,7 +155,7 @@ double ProcessMetrics::GetPreciseCPUUsage() { #endif // BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-base_process_process__metrics__posix.cc b/www/chromium/files/patch-base_process_process__metrics__posix.cc index 9cd1a72c8e2a..278bd803c9f2 100644 --- a/www/chromium/files/patch-base_process_process__metrics__posix.cc +++ b/www/chromium/files/patch-base_process_process__metrics__posix.cc @@ -1,4 +1,4 @@ ---- base/process/process_metrics_posix.cc.orig 2022-08-31 12:19:35 UTC +--- base/process/process_metrics_posix.cc.orig 2023-05-31 08:12:17 UTC +++ base/process/process_metrics_posix.cc @@ -20,6 +20,8 @@ @@ -9,7 +9,7 @@ #else #include #endif -@@ -135,7 +137,7 @@ size_t ProcessMetrics::GetMallocUsage() { +@@ -133,7 +135,7 @@ size_t ProcessMetrics::GetMallocUsage() { return stats.size_in_use; #elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) return GetMallocUsageMallinfo(); diff --git a/www/chromium/files/patch-base_rand__util.h b/www/chromium/files/patch-base_rand__util.h index 63ac19b02681..f3cfae0331e7 100644 --- a/www/chromium/files/patch-base_rand__util.h +++ b/www/chromium/files/patch-base_rand__util.h @@ -1,6 +1,6 @@ ---- base/rand_util.h.orig 2022-11-30 08:12:58 UTC +--- base/rand_util.h.orig 2023-05-31 08:12:17 UTC +++ base/rand_util.h -@@ -117,7 +117,7 @@ void RandomShuffle(Itr first, Itr last) { +@@ -121,7 +121,7 @@ void RandomShuffle(Itr first, Itr last) { std::shuffle(first, last, RandomBitGenerator()); } diff --git a/www/chromium/files/patch-base_system_sys__info.cc b/www/chromium/files/patch-base_system_sys__info.cc index f030b0307ea8..68ea0347c4d2 100644 --- a/www/chromium/files/patch-base_system_sys__info.cc +++ b/www/chromium/files/patch-base_system_sys__info.cc @@ -1,6 +1,6 @@ ---- base/system/sys_info.cc.orig 2023-03-09 06:31:50 UTC +--- base/system/sys_info.cc.orig 2023-05-31 08:12:17 UTC +++ base/system/sys_info.cc -@@ -106,7 +106,7 @@ std::string SysInfo::HardwareModelName() { +@@ -148,7 +148,7 @@ std::string SysInfo::HardwareModelName() { #endif void SysInfo::GetHardwareInfo(base::OnceCallback callback) { diff --git a/www/chromium/files/patch-base_system_sys__info.h b/www/chromium/files/patch-base_system_sys__info.h index 2151241365a3..5c9937f693ca 100644 --- a/www/chromium/files/patch-base_system_sys__info.h +++ b/www/chromium/files/patch-base_system_sys__info.h @@ -1,6 +1,6 @@ ---- base/system/sys_info.h.orig 2023-02-08 09:03:45 UTC +--- base/system/sys_info.h.orig 2023-05-31 08:12:17 UTC +++ base/system/sys_info.h -@@ -246,6 +246,8 @@ class BASE_EXPORT SysInfo { +@@ -253,6 +253,8 @@ class BASE_EXPORT SysInfo { static void SetIsCpuSecurityMitigationsEnabled(bool is_enabled); #endif @@ -9,7 +9,7 @@ private: FRIEND_TEST_ALL_PREFIXES(SysInfoTest, AmountOfAvailablePhysicalMemory); FRIEND_TEST_ALL_PREFIXES(debug::SystemMetricsTest, ParseMeminfo); -@@ -257,7 +259,7 @@ class BASE_EXPORT SysInfo { +@@ -264,7 +266,7 @@ class BASE_EXPORT SysInfo { static HardwareInfo GetHardwareInfoSync(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ diff --git a/www/chromium/files/patch-base_test_launcher_test__launcher.cc b/www/chromium/files/patch-base_test_launcher_test__launcher.cc index 7b9cbd580612..6b0706a91793 100644 --- a/www/chromium/files/patch-base_test_launcher_test__launcher.cc +++ b/www/chromium/files/patch-base_test_launcher_test__launcher.cc @@ -1,6 +1,6 @@ ---- base/test/launcher/test_launcher.cc.orig 2023-03-09 06:31:50 UTC +--- base/test/launcher/test_launcher.cc.orig 2023-05-31 08:12:17 UTC +++ base/test/launcher/test_launcher.cc -@@ -67,6 +67,7 @@ +@@ -69,6 +69,7 @@ #include "third_party/libxml/chromium/libxml_utils.h" #if BUILDFLAG(IS_POSIX) diff --git a/www/chromium/files/patch-build_config_compiler_BUILD.gn b/www/chromium/files/patch-build_config_compiler_BUILD.gn index 14ce513d99fb..5c87ed247ad9 100644 --- a/www/chromium/files/patch-build_config_compiler_BUILD.gn +++ b/www/chromium/files/patch-build_config_compiler_BUILD.gn @@ -1,4 +1,4 @@ ---- build/config/compiler/BUILD.gn.orig 2023-04-28 17:01:32 UTC +--- build/config/compiler/BUILD.gn.orig 2023-05-31 08:12:17 UTC +++ build/config/compiler/BUILD.gn @@ -237,13 +237,16 @@ config("default_include_dirs") { # Compiler instrumentation can introduce dependencies in DSOs to symbols in @@ -38,7 +38,16 @@ cflags += [ "-fcrash-diagnostics-dir=" + clang_diagnostic_dir ] if (save_reproducers_on_lld_crash && use_lld) { ldflags += [ -@@ -816,7 +823,7 @@ config("compiler") { +@@ -727,7 +734,7 @@ config("compiler") { + + ldflags += [ "-Wl,-mllvm,-import-instr-limit=$import_instr_limit" ] + +- if (!is_chromeos) { ++ if (!is_chromeos && !is_bsd) { + # TODO(https://crbug.com/972449): turn on for ChromeOS when that + # toolchain has this flag. + # We only use one version of LLVM within a build so there's no need to +@@ -825,7 +832,7 @@ config("compiler") { # * Apple platforms (e.g. MacOS, iPhone, iPad) aren't supported because xcode # lldb doesn't have the needed changes yet. # TODO(crbug.com/1379070): Remove if the upstream default ever changes. @@ -47,7 +56,7 @@ cflags_cc += [ "-gsimple-template-names" ] } -@@ -996,7 +1003,7 @@ config("compiler_cpu_abi") { +@@ -1005,7 +1012,7 @@ config("compiler_cpu_abi") { ] } } else if (current_cpu == "arm") { @@ -56,7 +65,7 @@ !(is_chromeos_lacros && is_chromeos_device)) { cflags += [ "--target=arm-linux-gnueabihf" ] ldflags += [ "--target=arm-linux-gnueabihf" ] -@@ -1011,7 +1018,7 @@ config("compiler_cpu_abi") { +@@ -1020,7 +1027,7 @@ config("compiler_cpu_abi") { cflags += [ "-mtune=$arm_tune" ] } } else if (current_cpu == "arm64") { @@ -65,7 +74,7 @@ !(is_chromeos_lacros && is_chromeos_device)) { cflags += [ "--target=aarch64-linux-gnu" ] ldflags += [ "--target=aarch64-linux-gnu" ] -@@ -1346,7 +1353,7 @@ config("compiler_deterministic") { +@@ -1355,7 +1362,7 @@ config("compiler_deterministic") { # different build directory like "out/feature_a" and "out/feature_b" if # we build same files with same compile flag. # Other paths are already given in relative, no need to normalize them. @@ -74,7 +83,7 @@ # TODO(https://crbug.com/1231236): Use -ffile-compilation-dir= here. cflags += [ "-Xclang", -@@ -1398,7 +1405,7 @@ config("compiler_deterministic") { +@@ -1407,7 +1414,7 @@ config("compiler_deterministic") { } config("clang_revision") { @@ -83,7 +92,7 @@ update_args = [ "--print-revision", "--verify-version=$clang_version", -@@ -1636,7 +1643,7 @@ config("default_warnings") { +@@ -1645,7 +1652,7 @@ config("default_warnings") { "-Wno-ignored-pragma-optimize", ] @@ -92,7 +101,7 @@ cflags += [ # TODO(crbug.com/1343975) Evaluate and possibly enable. "-Wno-deprecated-builtins", -@@ -1827,7 +1834,7 @@ config("no_chromium_code") { +@@ -1836,7 +1843,7 @@ config("no_chromium_code") { # third-party libraries. "-Wno-c++11-narrowing", ] @@ -101,7 +110,7 @@ cflags += [ # Disabled for similar reasons as -Wunused-variable. "-Wno-unused-but-set-variable", -@@ -2337,7 +2344,7 @@ config("afdo_optimize_size") { +@@ -2346,7 +2353,7 @@ config("afdo_optimize_size") { # There are some targeted places that AFDO regresses, so we provide a separate # config to allow AFDO to be disabled per-target. config("afdo") { @@ -110,7 +119,7 @@ cflags = [] if (clang_emit_debug_info_for_profiling) { # Add the following flags to generate debug info for profiling. -@@ -2356,7 +2363,7 @@ config("afdo") { +@@ -2365,7 +2372,7 @@ config("afdo") { } inputs = [ _clang_sample_profile ] } @@ -119,7 +128,7 @@ cflags = [ "-fauto-profile=${auto_profile_path}" ] inputs = [ auto_profile_path ] } -@@ -2511,7 +2518,8 @@ config("symbols") { +@@ -2523,7 +2530,8 @@ config("symbols") { configs += [ "//build/config:compress_debug_sections" ] } diff --git a/www/chromium/files/patch-build_config_rust.gni b/www/chromium/files/patch-build_config_rust.gni index e52e75ceb868..19d053b81726 100644 --- a/www/chromium/files/patch-build_config_rust.gni +++ b/www/chromium/files/patch-build_config_rust.gni @@ -1,6 +1,6 @@ ---- build/config/rust.gni.orig 2023-04-28 17:01:32 UTC +--- build/config/rust.gni.orig 2023-05-31 08:12:17 UTC +++ build/config/rust.gni -@@ -157,7 +157,7 @@ if (enable_rust) { +@@ -170,7 +170,7 @@ if (enable_rust) { rust_sysroot = "//third_party/rust-toolchain" use_unverified_rust_toolchain = false } else { diff --git a/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni b/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni index 53cbcfd600fc..9f88b28c852e 100644 --- a/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni +++ b/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni @@ -1,4 +1,4 @@ ---- build/toolchain/gcc_toolchain.gni.orig 2023-04-28 17:01:32 UTC +--- build/toolchain/gcc_toolchain.gni.orig 2023-05-31 08:12:17 UTC +++ build/toolchain/gcc_toolchain.gni @@ -53,6 +53,13 @@ if (enable_resource_allowlist_generation) { "enable_resource_allowlist_generation=true does not work for target_os=$target_os") @@ -14,7 +14,7 @@ # This template defines a toolchain for something that works like gcc # (including clang). # -@@ -837,22 +844,12 @@ template("gcc_toolchain") { +@@ -859,22 +866,12 @@ template("gcc_toolchain") { # use_gold too. template("clang_toolchain") { gcc_toolchain(target_name) { diff --git a/www/chromium/files/patch-cc_BUILD.gn b/www/chromium/files/patch-cc_BUILD.gn index cf0f8bed2da7..017ab0893c61 100644 --- a/www/chromium/files/patch-cc_BUILD.gn +++ b/www/chromium/files/patch-cc_BUILD.gn @@ -1,6 +1,6 @@ ---- cc/BUILD.gn.orig 2023-04-28 17:01:32 UTC +--- cc/BUILD.gn.orig 2023-05-31 08:12:17 UTC +++ cc/BUILD.gn -@@ -664,7 +664,7 @@ cc_test_static_library("test_support") { +@@ -672,7 +672,7 @@ cc_test_static_library("test_support") { if (enable_vulkan) { deps += [ "//gpu/vulkan/init" ] } @@ -9,7 +9,7 @@ data_deps = [ "//third_party/mesa_headers" ] } } -@@ -911,7 +911,6 @@ cc_test("cc_unittests") { +@@ -922,7 +922,6 @@ cc_test("cc_unittests") { data = [ "//components/test/data/viz/" ] data_deps = [ "//testing/buildbot/filters:cc_unittests_filters", diff --git a/www/chromium/files/patch-chrome_app_app__management__strings.grdp b/www/chromium/files/patch-chrome_app_app__management__strings.grdp index 951439da5219..6c9bfa4a371a 100644 --- a/www/chromium/files/patch-chrome_app_app__management__strings.grdp +++ b/www/chromium/files/patch-chrome_app_app__management__strings.grdp @@ -1,6 +1,6 @@ ---- chrome/app/app_management_strings.grdp.orig 2022-07-22 17:30:31 UTC +--- chrome/app/app_management_strings.grdp.orig 2023-05-31 08:12:17 UTC +++ chrome/app/app_management_strings.grdp -@@ -173,7 +173,7 @@ +@@ -176,7 +176,7 @@ You can open and edit supported files with this app from Finder or other apps. To control which files open this app by default, <a href="#">learn how to set default apps on your device</a>. diff --git a/www/chromium/files/patch-chrome_app_chrome__main.cc b/www/chromium/files/patch-chrome_app_chrome__main.cc index 38eea00db206..b43e62b57bbd 100644 --- a/www/chromium/files/patch-chrome_app_chrome__main.cc +++ b/www/chromium/files/patch-chrome_app_chrome__main.cc @@ -1,6 +1,6 @@ ---- chrome/app/chrome_main.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/app/chrome_main.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/app/chrome_main.cc -@@ -28,11 +28,11 @@ +@@ -27,11 +27,11 @@ #include "chrome/app/notification_metrics.h" #endif @@ -14,7 +14,7 @@ #include "chrome/app/chrome_main_linux.h" #endif -@@ -147,7 +147,7 @@ int ChromeMain(int argc, const char** argv) { +@@ -136,7 +136,7 @@ int ChromeMain(int argc, const char** argv) { SetUpBundleOverrides(); #endif @@ -23,7 +23,7 @@ AppendExtraArgumentsToCommandLine(command_line); #endif -@@ -175,7 +175,7 @@ int ChromeMain(int argc, const char** argv) { +@@ -164,7 +164,7 @@ int ChromeMain(int argc, const char** argv) { headless::SetUpCommandLine(command_line); } else { #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc b/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc index 4a76c4bdcb91..59734c00d37e 100644 --- a/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc +++ b/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc @@ -1,6 +1,6 @@ ---- chrome/app/chrome_main_delegate.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/app/chrome_main_delegate.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/app/chrome_main_delegate.cc -@@ -135,7 +135,7 @@ +@@ -137,7 +137,7 @@ #include "components/about_ui/credit_utils.h" #endif @@ -9,7 +9,7 @@ #include "components/nacl/common/nacl_paths.h" #include "components/nacl/zygote/nacl_fork_delegate_linux.h" #endif -@@ -179,16 +179,16 @@ +@@ -182,16 +182,16 @@ #include "v8/include/v8.h" #endif @@ -29,7 +29,7 @@ #include "chrome/browser/policy/policy_path_parser.h" #include "components/crash/core/app/crashpad.h" #endif -@@ -323,7 +323,7 @@ void AdjustLinuxOOMScore(const std::string& process_ty +@@ -327,7 +327,7 @@ void AdjustLinuxOOMScore(const std::string& process_ty // and resources loaded. bool SubprocessNeedsResourceBundle(const std::string& process_type) { return @@ -38,7 +38,7 @@ // The zygote process opens the resources for the renderers. process_type == switches::kZygoteProcess || #endif -@@ -408,7 +408,7 @@ bool HandleVersionSwitches(const base::CommandLine& co +@@ -412,7 +412,7 @@ bool HandleVersionSwitches(const base::CommandLine& co // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -47,7 +47,7 @@ // Show the man page if --help or -h is on the command line. void HandleHelpSwitches(const base::CommandLine& command_line) { if (command_line.HasSwitch(switches::kHelp) || -@@ -522,7 +522,7 @@ void InitializeUserDataDir(base::CommandLine* command_ +@@ -526,7 +526,7 @@ void InitializeUserDataDir(base::CommandLine* command_ std::string process_type = command_line->GetSwitchValueASCII(switches::kProcessType); @@ -56,7 +56,7 @@ // On Linux, Chrome does not support running multiple copies under different // DISPLAYs, so the profile directory can be specified in the environment to // support the virtual desktop use-case. -@@ -611,7 +611,7 @@ void RecordMainStartupMetrics(base::TimeTicks applicat +@@ -615,7 +615,7 @@ void RecordMainStartupMetrics(base::TimeTicks applicat #endif #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -65,7 +65,7 @@ // Record the startup process creation time on supported platforms. On Android // this is recorded in ChromeMainDelegateAndroid. startup_metric_utils::RecordStartupProcessCreationTime( -@@ -941,7 +941,7 @@ void ChromeMainDelegate::CommonEarlyInitialization() { +@@ -956,7 +956,7 @@ void ChromeMainDelegate::CommonEarlyInitialization() { base::InitializeCpuReductionExperiment(); base::sequence_manager::internal::SequenceManagerImpl::InitializeFeatures(); @@ -74,7 +74,7 @@ base::MessagePumpLibevent::InitializeFeatures(); #elif BUILDFLAG(IS_MAC) base::PlatformThread::InitFeaturesPostFieldTrial(); -@@ -1080,7 +1080,7 @@ absl::optional ChromeMainDelegate::BasicStartupCo +@@ -1094,7 +1094,7 @@ absl::optional ChromeMainDelegate::BasicStartupCo // TODO(crbug.com/1052397): Revisit the macro expression once build flag // switch of lacros-chrome is complete. @@ -83,7 +83,7 @@ // This will directly exit if the user asked for help. HandleHelpSwitches(command_line); #endif -@@ -1110,7 +1110,7 @@ absl::optional ChromeMainDelegate::BasicStartupCo +@@ -1124,7 +1124,7 @@ absl::optional ChromeMainDelegate::BasicStartupCo #if BUILDFLAG(IS_CHROMEOS) chromeos::dbus_paths::RegisterPathProvider(); #endif @@ -92,7 +92,7 @@ nacl::RegisterPathProvider(); #endif -@@ -1484,7 +1484,7 @@ void ChromeMainDelegate::PreSandboxStartup() { +@@ -1498,7 +1498,7 @@ void ChromeMainDelegate::PreSandboxStartup() { CHECK(!loaded_locale.empty()) << "Locale could not be found for " << locale; } @@ -101,7 +101,7 @@ // Zygote needs to call InitCrashReporter() in RunZygote(). if (process_type != switches::kZygoteProcess) { if (command_line.HasSwitch(switches::kPreCrashpadCrashTest)) { -@@ -1586,7 +1586,7 @@ absl::variant Chrome +@@ -1600,7 +1600,7 @@ absl::variant Chrome // This entry is not needed on Linux, where the NaCl loader // process is launched via nacl_helper instead. diff --git a/www/chromium/files/patch-chrome_app_generated__resources.grd b/www/chromium/files/patch-chrome_app_generated__resources.grd index a57daeea1297..07888c60362a 100644 --- a/www/chromium/files/patch-chrome_app_generated__resources.grd +++ b/www/chromium/files/patch-chrome_app_generated__resources.grd @@ -1,4 +1,4 @@ ---- chrome/app/generated_resources.grd.orig 2023-04-28 17:01:32 UTC +--- chrome/app/generated_resources.grd.orig 2023-05-31 08:12:17 UTC +++ chrome/app/generated_resources.grd @@ -2,7 +2,7 @@ @@ -9,7 +9,7 @@ for making strings OS specific. Other platform defines such as use_titlecase are declared in tools/grit/grit_rule.gni. --> -@@ -3219,7 +3219,7 @@ are declared in tools/grit/grit_rule.gni. +@@ -3258,7 +3258,7 @@ are declared in tools/grit/grit_rule.gni. @@ -18,7 +18,7 @@ Device Credentials -@@ -4974,7 +4974,7 @@ are declared in tools/grit/grit_rule.gni. +@@ -5007,7 +5007,7 @@ are declared in tools/grit/grit_rule.gni. Read information about your browser, OS, device, installed software, registry values and files @@ -27,7 +27,7 @@ Read information about your browser, OS, device, installed software and files -@@ -5644,7 +5644,7 @@ Keep your key file in a safe place. You will need it t +@@ -5689,7 +5689,7 @@ Keep your key file in a safe place. You will need it t Old versions of Chrome Apps won't open on Windows devices after December 2022. Contact your administrator to update to a new version or remove this app. @@ -36,7 +36,7 @@ Old versions of Chrome Apps won't open on Linux devices after December 2022. Contact your administrator to update to a new version or remove this app. -@@ -5690,7 +5690,7 @@ Keep your key file in a safe place. You will need it t +@@ -5735,7 +5735,7 @@ Keep your key file in a safe place. You will need it t Old versions of Chrome apps won't open on Windows devices after December 2022. You can check if there's a new version available. @@ -45,7 +45,7 @@ Old versions of Chrome apps won't open on Linux devices after December 2022. You can check if there's a new version available. -@@ -9707,7 +9707,7 @@ Check your passwords anytime in @@ -54,7 +54,7 @@ Use system title bar and borders -@@ -11048,7 +11048,7 @@ Please help our engineers fix this problem. Tell us wh +@@ -11182,7 +11182,7 @@ Please help our engineers fix this problem. Tell us wh Set as default @@ -63,7 +63,7 @@ Minimize -@@ -13184,7 +13184,7 @@ Please help our engineers fix this problem. Tell us wh +@@ -13324,7 +13324,7 @@ Please help our engineers fix this problem. Tell us wh Open Anyway diff --git a/www/chromium/files/patch-chrome_app_profiles__strings.grdp b/www/chromium/files/patch-chrome_app_profiles__strings.grdp index cf95a34a489e..d7816ca6c466 100644 --- a/www/chromium/files/patch-chrome_app_profiles__strings.grdp +++ b/www/chromium/files/patch-chrome_app_profiles__strings.grdp @@ -1,6 +1,6 @@ ---- chrome/app/profiles_strings.grdp.orig 2022-02-07 13:39:41 UTC +--- chrome/app/profiles_strings.grdp.orig 2023-05-31 08:12:17 UTC +++ chrome/app/profiles_strings.grdp -@@ -66,7 +66,7 @@ +@@ -60,7 +60,7 @@ Add Profile... diff --git a/www/chromium/files/patch-chrome_app_settings__strings.grdp b/www/chromium/files/patch-chrome_app_settings__strings.grdp index 60ce67608cbc..ff3753e3770a 100644 --- a/www/chromium/files/patch-chrome_app_settings__strings.grdp +++ b/www/chromium/files/patch-chrome_app_settings__strings.grdp @@ -1,6 +1,6 @@ ---- chrome/app/settings_strings.grdp.orig 2023-04-05 11:05:06 UTC +--- chrome/app/settings_strings.grdp.orig 2023-05-31 08:12:17 UTC +++ chrome/app/settings_strings.grdp -@@ -166,7 +166,7 @@ +@@ -202,7 +202,7 @@ Theme @@ -9,7 +9,7 @@ GTK -@@ -186,7 +186,7 @@ +@@ -222,7 +222,7 @@ Use Classic diff --git a/www/chromium/files/patch-chrome_app_theme_chrome__unscaled__resources.grd b/www/chromium/files/patch-chrome_app_theme_chrome__unscaled__resources.grd index 8172123c8583..5ccb10f413a5 100644 --- a/www/chromium/files/patch-chrome_app_theme_chrome__unscaled__resources.grd +++ b/www/chromium/files/patch-chrome_app_theme_chrome__unscaled__resources.grd @@ -1,4 +1,4 @@ ---- chrome/app/theme/chrome_unscaled_resources.grd.orig 2023-04-05 11:05:06 UTC +--- chrome/app/theme/chrome_unscaled_resources.grd.orig 2023-05-31 08:12:17 UTC +++ chrome/app/theme/chrome_unscaled_resources.grd @@ -16,7 +16,7 @@ @@ -9,7 +9,7 @@ -@@ -63,7 +63,7 @@ +@@ -67,7 +67,7 @@ @@ -18,7 +18,7 @@ -@@ -77,7 +77,7 @@ +@@ -81,7 +81,7 @@ diff --git a/www/chromium/files/patch-chrome_browser_about__flags.cc b/www/chromium/files/patch-chrome_browser_about__flags.cc index 24145d4d74f3..ae690a53f3f0 100644 --- a/www/chromium/files/patch-chrome_browser_about__flags.cc +++ b/www/chromium/files/patch-chrome_browser_about__flags.cc @@ -1,6 +1,6 @@ ---- chrome/browser/about_flags.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/about_flags.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/about_flags.cc -@@ -220,7 +220,7 @@ +@@ -221,7 +221,7 @@ #include "ui/ui_features.h" #include "url/url_features.h" @@ -9,7 +9,7 @@ #include "base/allocator/buildflags.h" #endif -@@ -312,7 +312,7 @@ +@@ -314,7 +314,7 @@ #include "device/vr/public/cpp/features.h" #endif @@ -18,7 +18,7 @@ #include "ui/ozone/buildflags.h" #include "ui/ozone/public/ozone_switches.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_ASH) -@@ -418,7 +418,7 @@ const FeatureEntry::FeatureVariation kDXGIWaitableSwap +@@ -420,7 +420,7 @@ const FeatureEntry::FeatureVariation kDXGIWaitableSwap {"Max 3 Frames", &kDXGIWaitableSwapChain3Frames, 1, nullptr}}; #endif @@ -27,8 +27,8 @@ const FeatureEntry::Choice kOzonePlatformHintRuntimeChoices[] = { {flag_descriptions::kOzonePlatformHintChoiceDefault, "", ""}, {flag_descriptions::kOzonePlatformHintChoiceAuto, -@@ -1447,7 +1447,7 @@ const FeatureEntry::FeatureVariation kLocalWebApproval - #endif +@@ -1447,7 +1447,7 @@ const FeatureEntry::FeatureVariation kChromeRefresh202 + std::size(kChromeRefresh2023Level1), nullptr}}; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_WIN) || BUILDFLAG(IS_FUCHSIA) @@ -36,7 +36,7 @@ const FeatureEntry::FeatureParam kOmniboxDocumentProviderCapLowQualitySuggestionsTo1[] = { {"DocumentProviderMaxLowQualitySuggestions", "1"}, -@@ -4637,13 +4637,13 @@ const FeatureEntry kFeatureEntries[] = { +@@ -4749,13 +4749,13 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(features::kWebShare)}, #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -52,7 +52,7 @@ {"skip-undecryptable-passwords", flag_descriptions::kSkipUndecryptablePasswordsName, flag_descriptions::kSkipUndecryptablePasswordsDescription, -@@ -4917,7 +4917,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -5032,7 +5032,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(feed::kDiscoFeedEndpoint)}, #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -61,7 +61,7 @@ {"following-feed-sidepanel", flag_descriptions::kFollowingFeedSidepanelName, flag_descriptions::kFollowingFeedSidepanelDescription, kOsDesktop, FEATURE_VALUE_TYPE(feed::kWebUiFeed)}, -@@ -5537,7 +5537,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -5679,7 +5679,7 @@ const FeatureEntry kFeatureEntries[] = { kOsAll, FEATURE_VALUE_TYPE(omnibox::kUseExistingAutocompleteClient)}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -70,16 +70,16 @@ {"omnibox-experimental-keyword-mode", flag_descriptions::kOmniboxExperimentalKeywordModeName, flag_descriptions::kOmniboxExperimentalKeywordModeDescription, kOsDesktop, -@@ -6252,7 +6252,7 @@ const FeatureEntry kFeatureEntries[] = { - flag_descriptions::kPointerLockOptionsDescription, kOsDesktop, - FEATURE_VALUE_TYPE(features::kPointerLockOptions)}, +@@ -6463,7 +6463,7 @@ const FeatureEntry kFeatureEntries[] = { + flag_descriptions::kParallelDownloadingDescription, kOsAll, + FEATURE_VALUE_TYPE(download::features::kParallelDownloading)}, -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) {"enable-async-dns", flag_descriptions::kAsyncDnsName, flag_descriptions::kAsyncDnsDescription, kOsWin | kOsLinux, FEATURE_VALUE_TYPE(features::kAsyncDns)}, -@@ -7145,7 +7145,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7336,7 +7336,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -88,7 +88,7 @@ {"global-media-controls-modern-ui", flag_descriptions::kGlobalMediaControlsModernUIName, flag_descriptions::kGlobalMediaControlsModernUIDescription, -@@ -7883,7 +7883,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -8111,7 +8111,7 @@ const FeatureEntry kFeatureEntries[] = { #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -97,16 +97,16 @@ {"quick-commands", flag_descriptions::kQuickCommandsName, flag_descriptions::kQuickCommandsDescription, kOsDesktop, FEATURE_VALUE_TYPE(features::kQuickCommands)}, -@@ -8108,7 +8108,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -8356,7 +8356,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(ash::features::kWallpaperPerDesk)}, #endif // BUILDFLAG(IS_CHROMEOS_ASH) -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - {"enable-get-display-media-set", flag_descriptions::kGetDisplayMediaSetName, - flag_descriptions::kGetDisplayMediaSetDescription, + {"enable-get-all-screens-media", flag_descriptions::kGetAllScreensMediaName, + flag_descriptions::kGetAllScreensMediaDescription, kOsCrOS | kOsLacros | kOsLinux, -@@ -8169,7 +8169,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -8417,7 +8417,7 @@ const FeatureEntry kFeatureEntries[] = { #if BUILDFLAG(IS_WIN) || \ (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \ @@ -115,7 +115,7 @@ { "ui-debug-tools", flag_descriptions::kUIDebugToolsName, -@@ -8722,7 +8722,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -8994,7 +8994,7 @@ const FeatureEntry kFeatureEntries[] = { #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -124,3 +124,21 @@ {"document-picture-in-picture-api", flag_descriptions::kDocumentPictureInPictureApiName, flag_descriptions::kDocumentPictureInPictureApiDescription, +@@ -9692,7 +9692,7 @@ const FeatureEntry kFeatureEntries[] = { + flag_descriptions::kWebUIOmniboxPopupDescription, kOsDesktop, + FEATURE_VALUE_TYPE(omnibox::kWebUIOmniboxPopup)}, + +-#if !BUILDFLAG(IS_LINUX) ++#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD) + {"webui-system-font", flag_descriptions::kWebUiSystemFontName, + flag_descriptions::kWebUiSystemFontDescription, kOsAll, + FEATURE_VALUE_TYPE(features::kWebUiSystemFont)}, +@@ -9893,7 +9893,7 @@ const FeatureEntry kFeatureEntries[] = { + #endif + + #if BUILDFLAG(IS_WIN) || (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) || \ +- BUILDFLAG(IS_MAC) || BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + {"data-retention-policies-disable-sync-types-needed", + flag_descriptions::kDataRetentionPoliciesDisableSyncTypesNeededName, + flag_descriptions::kDataRetentionPoliciesDisableSyncTypesNeededDescription, diff --git a/www/chromium/files/patch-chrome_browser_apps_app__service_publishers_extension__apps.cc b/www/chromium/files/patch-chrome_browser_apps_app__service_publishers_extension__apps.cc new file mode 100644 index 000000000000..abef5d273c00 --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_apps_app__service_publishers_extension__apps.cc @@ -0,0 +1,11 @@ +--- chrome/browser/apps/app_service/publishers/extension_apps.cc.orig 2023-05-31 08:12:17 UTC ++++ chrome/browser/apps/app_service/publishers/extension_apps.cc +@@ -25,7 +25,7 @@ ExtensionApps::~ExtensionApps() = default; + + bool ExtensionApps::Accepts(const extensions::Extension* extension) { + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_FUCHSIA) ++ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) + if (extensions::IsExtensionUnsupportedDeprecatedApp(profile(), + extension->id())) { + return false; diff --git a/www/chromium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.cc b/www/chromium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.cc index cd6ccf427c25..5b2bbff3d527 100644 --- a/www/chromium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.cc +++ b/www/chromium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.cc @@ -1,4 +1,4 @@ ---- chrome/browser/apps/platform_apps/platform_app_launch.cc.orig 2022-08-31 12:19:35 UTC +--- chrome/browser/apps/platform_apps/platform_app_launch.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/apps/platform_apps/platform_app_launch.cc @@ -20,7 +20,7 @@ #include "extensions/common/extension.h" @@ -9,7 +9,7 @@ #include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/browser_navigator.h" #include "chrome/browser/ui/browser_window.h" -@@ -124,7 +124,7 @@ bool OpenExtensionApplicationTab(Profile* profile, con +@@ -138,7 +138,7 @@ bool OpenExtensionApplicationTab(Profile* profile, con } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.h b/www/chromium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.h index 393b6f62495b..421d2be586c0 100644 --- a/www/chromium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.h +++ b/www/chromium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.h @@ -1,11 +1,11 @@ ---- chrome/browser/apps/platform_apps/platform_app_launch.h.orig 2022-02-28 16:54:41 UTC +--- chrome/browser/apps/platform_apps/platform_app_launch.h.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/apps/platform_apps/platform_app_launch.h -@@ -36,7 +36,7 @@ bool OpenExtensionApplicationWindow(Profile* profile, - // and false otherwise. +@@ -37,7 +37,7 @@ bool OpenExtensionApplicationWindow(Profile* profile, bool OpenExtensionApplicationTab(Profile* profile, const std::string& app_id); --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_FUCHSIA) ++ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) // Opens the deprecated Chrome Apps flow if |app_id| refers to a Chrome App and // Chrome Apps are deprecated on the |profile|. Returns true if that was the // case, or false otherwise. diff --git a/www/chromium/files/patch-chrome_browser_background_background__mode__manager.cc b/www/chromium/files/patch-chrome_browser_background_background__mode__manager.cc index 0efa589ecfab..f34db76c1a81 100644 --- a/www/chromium/files/patch-chrome_browser_background_background__mode__manager.cc +++ b/www/chromium/files/patch-chrome_browser_background_background__mode__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/background/background_mode_manager.cc.orig 2023-03-09 06:31:50 UTC +--- chrome/browser/background/background_mode_manager.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/background/background_mode_manager.cc -@@ -889,7 +889,7 @@ gfx::ImageSkia GetStatusTrayIcon() { +@@ -874,7 +874,7 @@ gfx::ImageSkia GetStatusTrayIcon() { return gfx::ImageSkia(); return family->CreateExact(size).AsImageSkia(); diff --git a/www/chromium/files/patch-chrome_browser_browser__features.cc b/www/chromium/files/patch-chrome_browser_browser__features.cc index 97d82e9e7c7e..f0c0a7280a88 100644 --- a/www/chromium/files/patch-chrome_browser_browser__features.cc +++ b/www/chromium/files/patch-chrome_browser_browser__features.cc @@ -1,11 +1,11 @@ ---- chrome/browser/browser_features.cc.orig 2023-03-09 06:31:50 UTC +--- chrome/browser/browser_features.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/browser_features.cc -@@ -24,7 +24,7 @@ BASE_FEATURE(kClosedTabCache, - // the browser exits. +@@ -27,7 +27,7 @@ BASE_FEATURE(kClosedTabCache, BASE_FEATURE(kDestroyProfileOnBrowserClose, "DestroyProfileOnBrowserClose", --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_CHROMEOS_LACROS) ++ BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD) base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-chrome_browser_browser__process__impl.cc b/www/chromium/files/patch-chrome_browser_browser__process__impl.cc index ad1d24a40f42..91327c635acf 100644 --- a/www/chromium/files/patch-chrome_browser_browser__process__impl.cc +++ b/www/chromium/files/patch-chrome_browser_browser__process__impl.cc @@ -1,4 +1,4 @@ ---- chrome/browser/browser_process_impl.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/browser_process_impl.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/browser_process_impl.cc @@ -213,7 +213,7 @@ #include "components/enterprise/browser/controller/chrome_browser_cloud_management_controller.h" @@ -9,7 +9,7 @@ #include "chrome/browser/error_reporting/chrome_js_error_report_processor.h" // nogncheck #endif -@@ -1222,7 +1222,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { +@@ -1195,7 +1195,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { ApplyMetricsReportingPolicy(); @@ -18,7 +18,7 @@ ChromeJsErrorReportProcessor::Create(); #endif -@@ -1475,7 +1475,7 @@ void BrowserProcessImpl::Unpin() { +@@ -1448,7 +1448,7 @@ void BrowserProcessImpl::Unpin() { // Mac is currently not supported. // TODO(crbug.com/1052397): Revisit once build flag switch of lacros-chrome is // complete. diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc index 520dd4047f0b..4ea24d58d8ff 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_interface_binders.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/chrome_browser_interface_binders.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/chrome_browser_interface_binders.cc -@@ -113,13 +113,13 @@ +@@ -117,13 +117,13 @@ #endif // BUILDFLAG(FULL_SAFE_BROWSING) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -16,7 +16,7 @@ #include "chrome/browser/ui/webui/app_settings/web_app_settings_ui.h" #include "ui/webui/resources/cr_components/app_management/app_management.mojom.h" #endif -@@ -193,7 +193,7 @@ +@@ -197,7 +197,7 @@ #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -25,7 +25,7 @@ #include "chrome/browser/ui/webui/discards/discards.mojom.h" #include "chrome/browser/ui/webui/discards/discards_ui.h" #include "chrome/browser/ui/webui/discards/site_data.mojom.h" -@@ -853,7 +853,7 @@ void PopulateChromeFrameBinders( +@@ -881,7 +881,7 @@ void PopulateChromeFrameBinders( #endif // BUILDFLAG(ENABLE_SPEECH_SERVICE) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -34,7 +34,7 @@ if (!render_frame_host->GetParent()) { map->Add( base::BindRepeating(&DraggableRegionsHostImpl::CreateIfAllowed)); -@@ -861,7 +861,7 @@ void PopulateChromeFrameBinders( +@@ -889,7 +889,7 @@ void PopulateChromeFrameBinders( #endif #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -43,8 +43,8 @@ if (base::FeatureList::IsEnabled(blink::features::kDesktopPWAsSubApps) && !render_frame_host->GetParentOrOuterDocument()) { // The service binder will reject non-primary main frames, but we still need -@@ -926,14 +926,14 @@ void PopulateChromeWebUIFrameBinders( - SegmentationInternalsUI>(map); +@@ -958,14 +958,14 @@ void PopulateChromeWebUIFrameBinders( + commerce::CommerceInternalsUI>(map); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS_ASH) @@ -60,7 +60,7 @@ RegisterWebUIControllerInterfaceBinder< app_management::mojom::PageHandlerFactory, WebAppSettingsUI>(map); #endif -@@ -1377,7 +1377,7 @@ void PopulateChromeWebUIFrameBinders( +@@ -1420,7 +1420,7 @@ void PopulateChromeWebUIFrameBinders( #endif // BUILDFLAG(IS_CHROMEOS_ASH) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc index 343d5124bbe1..246bf78ce181 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_main.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/chrome_browser_main.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/chrome_browser_main.cc -@@ -240,11 +240,11 @@ +@@ -241,11 +241,11 @@ // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -14,7 +14,7 @@ #include "components/crash/core/app/crashpad.h" #endif -@@ -279,7 +279,7 @@ +@@ -280,7 +280,7 @@ // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -23,7 +23,7 @@ #include "chrome/browser/metrics/desktop_session_duration/desktop_session_duration_tracker.h" #include "chrome/browser/metrics/desktop_session_duration/touch_mode_stats_tracker.h" #include "chrome/browser/profiles/profile_activity_metrics_recorder.h" -@@ -991,7 +991,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { +@@ -992,7 +992,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { browser_creator_->AddFirstRunTabs(master_prefs_->new_tabs); } @@ -32,7 +32,7 @@ // Create directory for user-level Native Messaging manifest files. This // makes it less likely that the directory will be created by third-party // software with incorrect owner or permission. See crbug.com/725513 . -@@ -1047,7 +1047,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { +@@ -1048,7 +1048,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc index d989f0b99409..8dbd05118f59 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_content_browser_client.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/chrome_content_browser_client.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/chrome_content_browser_client.cc -@@ -420,7 +420,7 @@ +@@ -424,7 +424,7 @@ #include "components/user_manager/user_manager.h" #include "services/service_manager/public/mojom/interface_provider_spec.mojom.h" #include "storage/browser/file_system/external_mount_points.h" @@ -9,7 +9,7 @@ #include "chrome/browser/chrome_browser_main_linux.h" #elif BUILDFLAG(IS_ANDROID) #include "base/android/application_status_listener.h" -@@ -503,12 +503,12 @@ +@@ -512,12 +512,12 @@ // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -24,7 +24,7 @@ #include "components/crash/core/app/crash_switches.h" #include "components/crash/core/app/crashpad.h" #endif -@@ -517,14 +517,14 @@ +@@ -526,14 +526,14 @@ #include "components/crash/content/browser/crash_handler_host_linux.h" #endif @@ -41,7 +41,7 @@ #include "chrome/browser/enterprise/connectors/device_trust/navigation_throttle.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || // BUILDFLAG(IS_CHROMEOS_ASH) -@@ -553,11 +553,11 @@ +@@ -562,11 +562,11 @@ // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -55,7 +55,7 @@ #include "chrome/browser/chrome_browser_main_extra_parts_linux.h" #elif BUILDFLAG(IS_OZONE) #include "chrome/browser/chrome_browser_main_extra_parts_ozone.h" -@@ -1567,7 +1567,7 @@ void ChromeContentBrowserClient::RegisterLocalStatePre +@@ -1609,7 +1609,7 @@ void ChromeContentBrowserClient::RegisterLocalStatePre policy::policy_prefs::kPPAPISharedImagesSwapChainAllowed, true); registry->RegisterBooleanPref( policy::policy_prefs::kForceEnablePepperVideoDecoderDevAPI, false); @@ -64,7 +64,7 @@ registry->RegisterBooleanPref(prefs::kOutOfProcessSystemDnsResolutionEnabled, true); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) -@@ -1680,7 +1680,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo +@@ -1722,7 +1722,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo #elif BUILDFLAG(IS_CHROMEOS_LACROS) main_parts = std::make_unique( is_integration_test, &startup_data_); @@ -73,7 +73,7 @@ main_parts = std::make_unique( is_integration_test, &startup_data_); #elif BUILDFLAG(IS_ANDROID) -@@ -1719,7 +1719,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo +@@ -1761,7 +1761,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo std::make_unique()); // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -82,7 +82,7 @@ main_parts->AddParts( std::make_unique()); #else -@@ -1740,7 +1740,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo +@@ -1782,7 +1782,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo main_parts->AddParts(std::make_unique()); #endif @@ -91,7 +91,7 @@ main_parts->AddParts(std::make_unique()); #elif BUILDFLAG(IS_OZONE) main_parts->AddParts(std::make_unique()); -@@ -1759,7 +1759,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo +@@ -1801,7 +1801,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo chrome::AddMetricsExtraParts(main_parts.get()); @@ -100,7 +100,7 @@ main_parts->AddParts( std::make_unique< chrome::enterprise_util::ChromeBrowserMainExtraPartsEnterprise>()); -@@ -2582,6 +2582,8 @@ void ChromeContentBrowserClient::AppendExtraCommandLin +@@ -2626,6 +2626,8 @@ void ChromeContentBrowserClient::AppendExtraCommandLin #elif BUILDFLAG(IS_POSIX) #if BUILDFLAG(IS_ANDROID) bool enable_crash_reporter = true; @@ -109,7 +109,7 @@ #elif BUILDFLAG(IS_CHROMEOS) bool enable_crash_reporter = false; if (crash_reporter::IsCrashpadEnabled()) { -@@ -2951,7 +2953,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin +@@ -3020,7 +3022,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin ThreadProfilerConfiguration::Get()->AppendCommandLineSwitchForChildProcess( command_line); @@ -118,7 +118,7 @@ // Opt into a hardened stack canary mitigation if it hasn't already been // force-disabled. if (!browser_command_line.HasSwitch(switches::kChangeStackGuardOnFork)) { -@@ -4504,7 +4506,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst +@@ -4574,7 +4576,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst } } @@ -127,7 +127,7 @@ void ChromeContentBrowserClient::GetAdditionalMappedFilesForChildProcess( const base::CommandLine& command_line, int child_process_id, -@@ -5023,7 +5025,7 @@ ChromeContentBrowserClient::CreateThrottlesForNavigati +@@ -5093,7 +5095,7 @@ ChromeContentBrowserClient::CreateThrottlesForNavigati &throttles); } @@ -136,7 +136,7 @@ MaybeAddThrottle( WebAppSettingsNavigationThrottle::MaybeCreateThrottleFor(handle), &throttles); -@@ -5033,7 +5035,7 @@ ChromeContentBrowserClient::CreateThrottlesForNavigati +@@ -5103,7 +5105,7 @@ ChromeContentBrowserClient::CreateThrottlesForNavigati #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -145,7 +145,7 @@ MaybeAddThrottle(enterprise_connectors::DeviceTrustNavigationThrottle:: MaybeCreateThrottleFor(handle), &throttles); -@@ -5072,7 +5074,7 @@ ChromeContentBrowserClient::CreateThrottlesForNavigati +@@ -5142,7 +5144,7 @@ ChromeContentBrowserClient::CreateThrottlesForNavigati handle)); } @@ -154,7 +154,7 @@ MaybeAddThrottle(browser_switcher::BrowserSwitcherNavigationThrottle:: MaybeCreateThrottleFor(handle), &throttles); -@@ -6703,7 +6705,7 @@ bool ChromeContentBrowserClient::ShouldSandboxNetworkS +@@ -6849,7 +6851,7 @@ bool ChromeContentBrowserClient::ShouldSandboxNetworkS } bool ChromeContentBrowserClient::ShouldRunOutOfProcessSystemDnsResolution() { diff --git a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h index b82601d53a43..0ef812447655 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h +++ b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_content_browser_client.h.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/chrome_content_browser_client.h.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/chrome_content_browser_client.h -@@ -458,7 +458,7 @@ class ChromeContentBrowserClient : public content::Con +@@ -460,7 +460,7 @@ class ChromeContentBrowserClient : public content::Con void OverridePageVisibilityState( content::RenderFrameHost* render_frame_host, content::PageVisibilityState* visibility_state) override; diff --git a/www/chromium/files/patch-chrome_browser_dev__ui__browser__resources.grd b/www/chromium/files/patch-chrome_browser_dev__ui__browser__resources.grd index e20aad771d13..ef2e38396831 100644 --- a/www/chromium/files/patch-chrome_browser_dev__ui__browser__resources.grd +++ b/www/chromium/files/patch-chrome_browser_dev__ui__browser__resources.grd @@ -1,6 +1,6 @@ ---- chrome/browser/dev_ui_browser_resources.grd.orig 2023-02-08 09:03:45 UTC +--- chrome/browser/dev_ui_browser_resources.grd.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/dev_ui_browser_resources.grd -@@ -33,7 +33,7 @@ This file specifies browser resources for developer-fa +@@ -34,7 +34,7 @@ This file specifies browser resources for developer-fa diff --git a/www/chromium/files/patch-chrome_browser_download_download__item__model.cc b/www/chromium/files/patch-chrome_browser_download_download__item__model.cc index 605ab1ae00aa..71cf3353ba69 100644 --- a/www/chromium/files/patch-chrome_browser_download_download__item__model.cc +++ b/www/chromium/files/patch-chrome_browser_download_download__item__model.cc @@ -1,4 +1,4 @@ ---- chrome/browser/download/download_item_model.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/download/download_item_model.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/download/download_item_model.cc @@ -766,7 +766,7 @@ bool DownloadItemModel::IsCommandChecked( download_crx_util::IsExtensionDownload(*download_); @@ -18,7 +18,7 @@ if (download_commands->CanOpenPdfInSystemViewer()) { prefs->SetShouldOpenPdfInSystemReader(!is_checked); SetShouldPreferOpeningInBrowser(is_checked); -@@ -1222,7 +1222,7 @@ void DownloadItemModel::DetermineAndSetShouldPreferOpe +@@ -1234,7 +1234,7 @@ void DownloadItemModel::DetermineAndSetShouldPreferOpe return; } diff --git a/www/chromium/files/patch-chrome_browser_download_download__prefs.cc b/www/chromium/files/patch-chrome_browser_download_download__prefs.cc index fa841ca69284..63a33db14312 100644 --- a/www/chromium/files/patch-chrome_browser_download_download__prefs.cc +++ b/www/chromium/files/patch-chrome_browser_download_download__prefs.cc @@ -1,4 +1,4 @@ ---- chrome/browser/download/download_prefs.cc.orig 2023-05-17 10:17:13 UTC +--- chrome/browser/download/download_prefs.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/download/download_prefs.cc @@ -11,6 +11,7 @@ @@ -37,7 +37,7 @@ should_open_pdf_in_system_reader_ = prefs->GetBoolean(prefs::kOpenPdfDownloadInSystemReader); #endif -@@ -308,7 +313,7 @@ void DownloadPrefs::RegisterProfilePrefs( +@@ -311,7 +316,7 @@ void DownloadPrefs::RegisterProfilePrefs( registry->RegisterTimePref(prefs::kDownloadLastCompleteTime, /*default_value=*/base::Time()); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -46,7 +46,7 @@ registry->RegisterBooleanPref(prefs::kOpenPdfDownloadInSystemReader, false); #endif #if BUILDFLAG(IS_ANDROID) -@@ -481,7 +486,7 @@ void DownloadPrefs::DisableAutoOpenByUserBasedOnExtens +@@ -484,7 +489,7 @@ void DownloadPrefs::DisableAutoOpenByUserBasedOnExtens } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -55,7 +55,7 @@ void DownloadPrefs::SetShouldOpenPdfInSystemReader(bool should_open) { if (should_open_pdf_in_system_reader_ == should_open) return; -@@ -513,7 +518,7 @@ bool DownloadPrefs::ShouldOpenPdfInSystemReader() cons +@@ -516,7 +521,7 @@ bool DownloadPrefs::ShouldOpenPdfInSystemReader() cons void DownloadPrefs::ResetAutoOpenByUser() { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -64,7 +64,7 @@ SetShouldOpenPdfInSystemReader(false); #endif auto_open_by_user_.clear(); -@@ -544,7 +549,7 @@ void DownloadPrefs::SaveAutoOpenState() { +@@ -547,7 +552,7 @@ void DownloadPrefs::SaveAutoOpenState() { bool DownloadPrefs::CanPlatformEnableAutoOpenForPdf() const { #if BUILDFLAG(IS_CHROMEOS) return false; // There is no UI for auto-open on ChromeOS. @@ -73,7 +73,7 @@ return ShouldOpenPdfInSystemReader(); #else return false; -@@ -668,7 +673,14 @@ base::FilePath DownloadPrefs::SanitizeDownloadTargetPa +@@ -671,7 +676,14 @@ base::FilePath DownloadPrefs::SanitizeDownloadTargetPa #else // If the stored download directory is an absolute path, we presume it's // correct; there's not really much more validation we can do here. diff --git a/www/chromium/files/patch-chrome_browser_enterprise_connectors_device__trust_signals_signals__service__factory.cc b/www/chromium/files/patch-chrome_browser_enterprise_connectors_device__trust_signals_signals__service__factory.cc index 06b57a07674b..57c00c7f02ed 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_connectors_device__trust_signals_signals__service__factory.cc +++ b/www/chromium/files/patch-chrome_browser_enterprise_connectors_device__trust_signals_signals__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/connectors/device_trust/signals/signals_service_factory.cc.orig 2023-04-05 11:05:06 UTC +--- chrome/browser/enterprise/connectors/device_trust/signals/signals_service_factory.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/enterprise/connectors/device_trust/signals/signals_service_factory.cc @@ -18,7 +18,7 @@ #include "chrome/browser/profiles/profile.h" @@ -9,12 +9,12 @@ #include "base/check.h" #include "chrome/browser/enterprise/connectors/device_trust/signals/decorators/browser/browser_signals_decorator.h" #include "chrome/browser/enterprise/signals/signals_aggregator_factory.h" -@@ -55,7 +55,7 @@ std::unique_ptr CreateSignalsService(P +@@ -56,7 +56,7 @@ std::unique_ptr CreateSignalsService(P enterprise_signals::ContextInfoFetcher::CreateInstance( profile, ConnectorsServiceFactory::GetForBrowserContext(profile)))); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - policy::CloudPolicyStore* store = nullptr; - // Managed device. + policy::CloudPolicyStore* browser_cloud_policy_store = nullptr; + if (management_service->HasManagementAuthority( diff --git a/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn b/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn index a2c668c7c5de..0aaab8f95393 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn +++ b/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/BUILD.gn.orig 2023-04-05 11:05:06 UTC +--- chrome/browser/extensions/BUILD.gn.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/extensions/BUILD.gn -@@ -1340,6 +1340,10 @@ static_library("extensions") { +@@ -1348,6 +1348,10 @@ static_library("extensions") { deps += [ "//chrome/services/printing/public/mojom" ] } diff --git a/www/chromium/files/patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc b/www/chromium/files/patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc index 1293d8833b75..ed30073a08d1 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc +++ b/www/chromium/files/patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.cc -@@ -517,7 +517,7 @@ void PasswordsPrivateDelegateImpl::OsReauthCall( +@@ -544,7 +544,7 @@ void PasswordsPrivateDelegateImpl::OsReauthCall( } void PasswordsPrivateDelegateImpl::OsReauthTimeoutCall() { diff --git a/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc b/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc index 51f0ba109d68..71220f078ea4 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc +++ b/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/api/settings_private/prefs_util.cc.orig 2023-04-05 11:05:06 UTC +--- chrome/browser/extensions/api/settings_private/prefs_util.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/extensions/api/settings_private/prefs_util.cc -@@ -191,7 +191,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist +@@ -196,7 +196,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -9,7 +9,7 @@ (*s_allowlist)[::prefs::kUseCustomChromeFrame] = settings_api::PrefType::PREF_TYPE_BOOLEAN; #endif -@@ -203,7 +203,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist +@@ -208,7 +208,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist settings_api::PrefType::PREF_TYPE_STRING; (*s_allowlist)[::prefs::kPolicyThemeColor] = settings_api::PrefType::PREF_TYPE_NUMBER; diff --git a/www/chromium/files/patch-chrome_browser_flag__descriptions.cc b/www/chromium/files/patch-chrome_browser_flag__descriptions.cc index 0eda00536ecc..afb652ef82f7 100644 --- a/www/chromium/files/patch-chrome_browser_flag__descriptions.cc +++ b/www/chromium/files/patch-chrome_browser_flag__descriptions.cc @@ -1,15 +1,24 @@ ---- chrome/browser/flag_descriptions.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/flag_descriptions.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/flag_descriptions.cc -@@ -6311,7 +6311,7 @@ const char kLibAssistantV2MigrationDescription[] = +@@ -2450,7 +2450,7 @@ const char kWebUIOmniboxPopupName[] = "WebUI Omnibox P + const char kWebUIOmniboxPopupDescription[] = + "If enabled, shows the omnibox suggestions popup in WebUI."; + +-#if !BUILDFLAG(IS_LINUX) ++#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD) + const char kWebUiSystemFontName[] = "WebUI System font"; + const char kWebUiSystemFontDescription[] = + "If enabled, all WebUI surfaces will use the default UI font of the " +@@ -6593,7 +6593,7 @@ const char kLibAssistantV2MigrationDescription[] = #endif // BUILDFLAG(IS_CHROMEOS_ASH) -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kGetDisplayMediaSetName[] = "GetDisplayMediaSet API"; - const char kGetDisplayMediaSetDescription[] = - "When enabled, the getDisplayMediaSet API for capturing multiple surfaces " -@@ -6559,7 +6559,7 @@ const char kSearchWebInSidePanelDescription[] = + const char kGetAllScreensMediaName[] = "GetAllScreensMedia API"; + const char kGetAllScreensMediaDescription[] = + "When enabled, the getAllScreensMedia API for capturing multiple screens " +@@ -6839,7 +6839,7 @@ const char kSearchWebInSidePanelDescription[] = // Random platform combinations ----------------------------------------------- #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +27,7 @@ const char kQuickCommandsName[] = "Quick Commands"; const char kQuickCommandsDescription[] = "Enable a text interface to browser features. Invoke with Ctrl-Space."; -@@ -6568,7 +6568,7 @@ const char kQuickCommandsDescription[] = +@@ -6848,7 +6848,7 @@ const char kQuickCommandsDescription[] = // BUILDFLAG(IS_FUCHSIA) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +36,16 @@ const char kFollowingFeedSidepanelName[] = "Following feed in the sidepanel"; const char kFollowingFeedSidepanelDescription[] = "Enables the following feed in the sidepanel."; -@@ -6589,7 +6589,7 @@ const char kWebShareDescription[] = +@@ -6870,7 +6870,7 @@ const char kEnableProtoApiForClassifyUrlDescription[] + "instead of JSON."; + #endif + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + const char kUseOutOfProcessVideoDecodingName[] = + "Use out-of-process video decoding (OOP-VD)"; + const char kUseOutOfProcessVideoDecodingDescription[] = +@@ -6888,7 +6888,7 @@ const char kWebShareDescription[] = "platforms."; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) @@ -36,7 +54,7 @@ const char kOzonePlatformHintChoiceDefault[] = "Default"; const char kOzonePlatformHintChoiceAuto[] = "Auto"; const char kOzonePlatformHintChoiceX11[] = "X11"; -@@ -6609,7 +6609,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti +@@ -6908,7 +6908,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti "Bluetooth"; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) @@ -45,7 +63,7 @@ const char kSkipUndecryptablePasswordsName[] = "Skip undecryptable passwords to use the available decryptable " "passwords."; -@@ -6623,7 +6623,7 @@ const char kForcePasswordInitialSyncWhenDecryptionFail +@@ -6922,7 +6922,7 @@ const char kForcePasswordInitialSyncWhenDecryptionFail "storage and requests initial sync."; #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) @@ -54,7 +72,7 @@ const char kAsyncDnsName[] = "Async DNS resolver"; const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver."; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -@@ -6724,7 +6724,7 @@ const char kElasticOverscrollDescription[] = +@@ -7023,7 +7023,7 @@ const char kElasticOverscrollDescription[] = #if BUILDFLAG(IS_WIN) || \ (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \ @@ -63,3 +81,12 @@ const char kUIDebugToolsName[] = "Debugging tools for UI"; const char kUIDebugToolsDescription[] = "Enables additional keyboard shortcuts to help debugging."; +@@ -7052,7 +7052,7 @@ const char kSigninInterceptBubbleV2Description[] = + #endif + + #if BUILDFLAG(IS_WIN) || (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) || \ +- BUILDFLAG(IS_MAC) || BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + const char kDataRetentionPoliciesDisableSyncTypesNeededName[] = + "Data Retention Policies Disable Sync Types"; + const char kDataRetentionPoliciesDisableSyncTypesNeededDescription[] = diff --git a/www/chromium/files/patch-chrome_browser_flag__descriptions.h b/www/chromium/files/patch-chrome_browser_flag__descriptions.h index 54051d7d60b0..ad74f6a06df1 100644 --- a/www/chromium/files/patch-chrome_browser_flag__descriptions.h +++ b/www/chromium/files/patch-chrome_browser_flag__descriptions.h @@ -1,15 +1,24 @@ ---- chrome/browser/flag_descriptions.h.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/flag_descriptions.h.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/flag_descriptions.h -@@ -3660,7 +3660,7 @@ extern const char kLacrosScreenCoordinatesEnabledName[ +@@ -1379,7 +1379,7 @@ extern const char kOmniboxUpdatedConnectionSecurityInd + extern const char kWebUIOmniboxPopupName[]; + extern const char kWebUIOmniboxPopupDescription[]; + +-#if !BUILDFLAG(IS_LINUX) ++#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD) + extern const char kWebUiSystemFontName[]; + extern const char kWebUiSystemFontDescription[]; + #endif +@@ -3815,7 +3815,7 @@ extern const char kLacrosScreenCoordinatesEnabledName[ extern const char kLacrosScreenCoordinatesEnabledDescription[]; #endif // #if BUILDFLAG(IS_CHROMEOS_LACROS) -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kGetDisplayMediaSetName[]; - extern const char kGetDisplayMediaSetDescription[]; - -@@ -3787,14 +3787,14 @@ extern const char kSearchWebInSidePanelDescription[]; + extern const char kGetAllScreensMediaName[]; + extern const char kGetAllScreensMediaDescription[]; + #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) +@@ -3942,14 +3942,14 @@ extern const char kSearchWebInSidePanelDescription[]; // Random platform combinations ----------------------------------------------- #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -26,7 +35,7 @@ extern const char kWebShareName[]; extern const char kWebShareDescription[]; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) -@@ -3804,7 +3804,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa +@@ -3959,7 +3959,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa extern const char kWebBluetoothConfirmPairingSupportDescription[]; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) @@ -35,7 +44,7 @@ extern const char kOzonePlatformHintChoiceDefault[]; extern const char kOzonePlatformHintChoiceAuto[]; extern const char kOzonePlatformHintChoiceX11[]; -@@ -3814,7 +3814,7 @@ extern const char kOzonePlatformHintName[]; +@@ -3969,7 +3969,7 @@ extern const char kOzonePlatformHintName[]; extern const char kOzonePlatformHintDescription[]; #endif // BUILDFLAG(IS_LINUX) @@ -44,7 +53,7 @@ extern const char kSkipUndecryptablePasswordsName[]; extern const char kSkipUndecryptablePasswordsDescription[]; -@@ -3822,13 +3822,13 @@ extern const char kForcePasswordInitialSyncWhenDecrypt +@@ -3977,13 +3977,13 @@ extern const char kForcePasswordInitialSyncWhenDecrypt extern const char kForcePasswordInitialSyncWhenDecryptionFailsDescription[]; #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) @@ -60,7 +69,16 @@ extern const char kFollowingFeedSidepanelName[]; extern const char kFollowingFeedSidepanelDescription[]; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || -@@ -3908,7 +3908,7 @@ extern const char kElasticOverscrollDescription[]; +@@ -3999,7 +3999,7 @@ extern const char kEnableProtoApiForClassifyUrlName[]; + extern const char kEnableProtoApiForClassifyUrlDescription[]; + #endif // BUILDFLAG(ENABLE_SUPERVISED_USERS) + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + extern const char kUseOutOfProcessVideoDecodingName[]; + extern const char kUseOutOfProcessVideoDecodingDescription[]; + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +@@ -4073,7 +4073,7 @@ extern const char kElasticOverscrollDescription[]; #if BUILDFLAG(IS_WIN) || \ (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \ @@ -69,3 +87,12 @@ extern const char kUIDebugToolsName[]; extern const char kUIDebugToolsDescription[]; +@@ -4091,7 +4091,7 @@ extern const char kSigninInterceptBubbleV2Description[ + #endif + + #if BUILDFLAG(IS_WIN) || (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) || \ +- BUILDFLAG(IS_MAC) || BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + extern const char kDataRetentionPoliciesDisableSyncTypesNeededName[]; + extern const char kDataRetentionPoliciesDisableSyncTypesNeededDescription[]; + #endif diff --git a/www/chromium/files/patch-chrome_browser_media_webrtc_capture__policy__utils.cc b/www/chromium/files/patch-chrome_browser_media_webrtc_capture__policy__utils.cc index de3500fc748e..8e33f6757d7b 100644 --- a/www/chromium/files/patch-chrome_browser_media_webrtc_capture__policy__utils.cc +++ b/www/chromium/files/patch-chrome_browser_media_webrtc_capture__policy__utils.cc @@ -1,6 +1,6 @@ ---- chrome/browser/media/webrtc/capture_policy_utils.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/media/webrtc/capture_policy_utils.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/media/webrtc/capture_policy_utils.cc -@@ -121,7 +121,7 @@ AllowedScreenCaptureLevel GetAllowedCaptureLevel(const +@@ -125,7 +125,7 @@ AllowedScreenCaptureLevel GetAllowedCaptureLevel(const bool IsGetDisplayMediaSetSelectAllScreensAllowedForAnySite( content::BrowserContext* context) { @@ -9,12 +9,12 @@ Profile* profile = Profile::FromBrowserContext(context); if (!profile) { return false; -@@ -148,7 +148,7 @@ bool IsGetDisplayMediaSetSelectAllScreensAllowedForAny +@@ -162,7 +162,7 @@ bool IsGetDisplayMediaSetSelectAllScreensAllowedForAny bool IsGetDisplayMediaSetSelectAllScreensAllowed( content::BrowserContext* context, const GURL& url) { -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) Profile* profile = Profile::FromBrowserContext(context); - if (!profile) + if (!profile) { return false; diff --git a/www/chromium/files/patch-chrome_browser_media_webrtc_chrome__screen__enumerator.cc b/www/chromium/files/patch-chrome_browser_media_webrtc_chrome__screen__enumerator.cc index ac438f7610fa..9c3ae1596e5c 100644 --- a/www/chromium/files/patch-chrome_browser_media_webrtc_chrome__screen__enumerator.cc +++ b/www/chromium/files/patch-chrome_browser_media_webrtc_chrome__screen__enumerator.cc @@ -1,6 +1,6 @@ ---- chrome/browser/media/webrtc/chrome_screen_enumerator.cc.orig 2023-03-09 06:31:50 UTC +--- chrome/browser/media/webrtc/chrome_screen_enumerator.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/media/webrtc/chrome_screen_enumerator.cc -@@ -20,7 +20,7 @@ +@@ -21,7 +21,7 @@ #if BUILDFLAG(IS_CHROMEOS_ASH) #include "ash/shell.h" #include "ui/aura/window.h" @@ -9,7 +9,7 @@ #include "base/functional/callback.h" #include "content/public/browser/desktop_capture.h" #endif -@@ -31,7 +31,7 @@ base::LazyInstance>::Destru +@@ -32,7 +32,7 @@ base::LazyInstance>::Destru root_windows_for_testing_ = LAZY_INSTANCE_INITIALIZER; } // namespace @@ -18,7 +18,7 @@ namespace { base::LazyInstance>::DestructorAtExit g_desktop_capturer_for_testing = LAZY_INSTANCE_INITIALIZER; -@@ -77,7 +77,7 @@ blink::mojom::StreamDevicesSetPtr EnumerateScreens( +@@ -78,7 +78,7 @@ blink::mojom::StreamDevicesSetPtr EnumerateScreens( return stream_devices_set; } @@ -27,7 +27,7 @@ blink::mojom::StreamDevicesSetPtr EnumerateScreens( blink::mojom::MediaStreamType stream_type) { DCHECK_CURRENTLY_ON(content::BrowserThread::UI); -@@ -128,7 +128,7 @@ void ChromeScreenEnumerator::SetRootWindowsForTesting( +@@ -129,7 +129,7 @@ void ChromeScreenEnumerator::SetRootWindowsForTesting( root_windows_for_testing_.Get() = std::move(root_windows); } @@ -36,9 +36,9 @@ void ChromeScreenEnumerator::SetDesktopCapturerForTesting( std::unique_ptr capturer) { g_desktop_capturer_for_testing.Get() = std::move(capturer); -@@ -144,7 +144,7 @@ void ChromeScreenEnumerator::EnumerateScreens( - DCHECK(base::FeatureList::IsEnabled( - features::kGetDisplayMediaSetAutoSelectAllScreens)); +@@ -146,7 +146,7 @@ void ChromeScreenEnumerator::EnumerateScreens( + features::kGetDisplayMediaSetAutoSelectAllScreens)) || + base::FeatureList::IsEnabled(blink::features::kGetAllScreensMedia)); -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc b/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc index 177ccc28bcff..1a13efa5e189 100644 --- a/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc +++ b/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc @@ -1,6 +1,6 @@ ---- chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc -@@ -65,8 +65,10 @@ +@@ -66,8 +66,10 @@ // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -12,7 +12,7 @@ #include "base/linux_util.h" #include "base/strings/string_split.h" -@@ -100,7 +102,7 @@ +@@ -101,7 +103,7 @@ #include "chromeos/startup/startup_switches.h" #endif // BUILDFLAG(IS_CHROMEOS_ASH) @@ -21,7 +21,7 @@ #include "chrome/browser/metrics/pressure/pressure_metrics_reporter.h" #endif // BUILDFLAG(IS_LINUX) -@@ -512,7 +514,7 @@ void RecordStartupMetrics() { +@@ -528,7 +530,7 @@ void RecordStartupMetrics() { // Record whether Chrome is the default browser or not. // Disabled on Linux due to hanging browser tests, see crbug.com/1216328. @@ -30,7 +30,7 @@ shell_integration::DefaultWebClientState default_state = shell_integration::GetDefaultBrowser(); base::UmaHistogramEnumeration("DefaultBrowser.State", default_state, -@@ -712,7 +714,7 @@ void ChromeBrowserMainExtraPartsMetrics::PostBrowserSt +@@ -728,7 +730,7 @@ void ChromeBrowserMainExtraPartsMetrics::PostBrowserSt } #endif // !BUILDFLAG(IS_ANDROID) diff --git a/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc b/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc index a90bc4c24d3c..b5480d5673b5 100644 --- a/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc +++ b/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/metrics/chrome_metrics_service_client.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/metrics/chrome_metrics_service_client.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/metrics/chrome_metrics_service_client.cc -@@ -176,7 +176,7 @@ +@@ -178,7 +178,7 @@ #include "chrome/notification_helper/notification_helper_constants.h" #endif @@ -9,7 +9,7 @@ #include "components/metrics/motherboard_metrics_provider.h" #endif -@@ -202,7 +202,7 @@ +@@ -204,7 +204,7 @@ #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ #include "chrome/browser/metrics/family_link_user_metrics_provider.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || (BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS_LACROS))||BUILDFLAG(IS_ANDROID)) -@@ -764,7 +764,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -770,7 +770,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic metrics_service_->RegisterMetricsProvider( std::make_unique()); @@ -27,7 +27,7 @@ metrics_service_->RegisterMetricsProvider( std::make_unique()); #endif -@@ -843,7 +843,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -849,7 +849,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -36,7 +36,7 @@ (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) metrics_service_->RegisterMetricsProvider( std::make_unique()); -@@ -852,7 +852,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -858,7 +858,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic #if BUILDFLAG(ENABLE_SUPERVISED_USERS) && \ (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -45,7 +45,7 @@ if (base::FeatureList::IsEnabled( kExtendFamilyLinkUserLogSegmentToAllPlatforms)) { metrics_service_->RegisterMetricsProvider( -@@ -960,7 +960,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -966,7 +966,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic std::make_unique()); #endif @@ -54,7 +54,7 @@ metrics_service_->RegisterMetricsProvider( metrics::CreateDesktopSessionMetricsProvider()); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || (BUILDFLAG(IS_LINUX) -@@ -1144,7 +1144,7 @@ bool ChromeMetricsServiceClient::RegisterForProfileEve +@@ -1163,7 +1163,7 @@ bool ChromeMetricsServiceClient::RegisterForProfileEve #endif // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. diff --git a/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc b/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc index c33ca1e33ada..bb4cd439949e 100644 --- a/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc +++ b/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc @@ -1,4 +1,4 @@ ---- chrome/browser/net/system_network_context_manager.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/net/system_network_context_manager.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/net/system_network_context_manager.cc @@ -93,7 +93,7 @@ @@ -27,8 +27,8 @@ pref_change_registrar_.Add(prefs::kAuthNegotiateDelegateByKdcPolicy, auth_pref_callback); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_CHROMEOS) -@@ -489,7 +489,7 @@ SystemNetworkContextManager::SystemNetworkContextManag - base::Unretained(this))); +@@ -503,7 +503,7 @@ SystemNetworkContextManager::SystemNetworkContextManag + #endif // BUILDFLAG(CHROME_ROOT_STORE_POLICY_SUPPORTED) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) @@ -36,7 +36,7 @@ pref_change_registrar_.Add( prefs::kEnforceLocalAnchorConstraintsEnabled, base::BindRepeating(&SystemNetworkContextManager:: -@@ -539,7 +539,7 @@ void SystemNetworkContextManager::RegisterPrefs(PrefRe +@@ -553,7 +553,7 @@ void SystemNetworkContextManager::RegisterPrefs(PrefRe registry->RegisterBooleanPref(prefs::kKerberosEnabled, false); #endif // BUILDFLAG(IS_CHROMEOS_LACROS) @@ -45,7 +45,7 @@ registry->RegisterBooleanPref(prefs::kAuthNegotiateDelegateByKdcPolicy, false); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_CHROMEOS) -@@ -568,7 +568,7 @@ void SystemNetworkContextManager::RegisterPrefs(PrefRe +@@ -582,7 +582,7 @@ void SystemNetworkContextManager::RegisterPrefs(PrefRe registry->RegisterBooleanPref(prefs::kChromeRootStoreEnabled, false); #endif // BUILDFLAG(CHROME_ROOT_STORE_POLICY_SUPPORTED) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -54,8 +54,8 @@ // Note that the default value is not relevant because the pref is only // evaluated when it is managed. registry->RegisterBooleanPref(prefs::kEnforceLocalAnchorConstraintsEnabled, -@@ -959,7 +959,7 @@ void SystemNetworkContextManager::UpdateExplicitlyAllo - } +@@ -1004,7 +1004,7 @@ void SystemNetworkContextManager::UpdateChromeRootStor + #endif // BUILDFLAG(CHROME_ROOT_STORE_POLICY_SUPPORTED) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) diff --git a/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.h b/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.h index 33a17bee0723..b6e94c226334 100644 --- a/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.h +++ b/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.h @@ -1,7 +1,7 @@ ---- chrome/browser/net/system_network_context_manager.h.orig 2023-04-05 11:05:06 UTC +--- chrome/browser/net/system_network_context_manager.h.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/net/system_network_context_manager.h -@@ -194,7 +194,7 @@ class SystemNetworkContextManager { - void UpdateExplicitlyAllowedNetworkPorts(); +@@ -207,7 +207,7 @@ class SystemNetworkContextManager { + #endif // BUILDFLAG(CHROME_ROOT_STORE_POLICY_SUPPORTED) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) diff --git a/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc b/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc index af8688fdafd6..f6326517f71f 100644 --- a/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc +++ b/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc @@ -1,6 +1,6 @@ ---- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/policy/configuration_policy_handler_list_factory.cc -@@ -205,12 +205,12 @@ +@@ -206,12 +206,12 @@ #include "components/spellcheck/browser/pref_names.h" #endif // BUILDFLAG(ENABLE_SPELLCHECK) @@ -15,7 +15,7 @@ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_ANDROID) #include "chrome/browser/privacy_sandbox/privacy_sandbox_policy_handler.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || -@@ -772,14 +772,14 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -770,14 +770,14 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kManagedDefaultGeolocationSetting, base::Value::Type::INTEGER }, #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) \ @@ -32,7 +32,7 @@ { key::kFullscreenAllowed, prefs::kFullscreenAllowed, base::Value::Type::BOOLEAN }, -@@ -1439,7 +1439,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1431,7 +1431,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_CHROMEOS_ASH) @@ -41,7 +41,7 @@ { key::kGSSAPILibraryName, prefs::kGSSAPILibraryName, base::Value::Type::STRING }, -@@ -1509,18 +1509,18 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1501,18 +1501,18 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kTotalMemoryLimitMb, base::Value::Type::INTEGER }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -63,7 +63,7 @@ { key::kDefaultBrowserSettingEnabled, prefs::kDefaultBrowserSettingEnabled, base::Value::Type::BOOLEAN }, -@@ -1533,7 +1533,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1525,7 +1525,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) // || BUILDFLAG(IS_FUCHSIA) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) \ @@ -72,7 +72,7 @@ { key::kAutoplayAllowed, prefs::kAutoplayAllowed, base::Value::Type::BOOLEAN }, -@@ -1637,7 +1637,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1629,7 +1629,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) @@ -81,7 +81,7 @@ { key::kAlternativeBrowserPath, browser_switcher::prefs::kAlternativeBrowserPath, base::Value::Type::STRING }, -@@ -1724,13 +1724,13 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1725,13 +1725,13 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_CHROMEOS) @@ -97,7 +97,7 @@ { key::kAuthNegotiateDelegateByKdcPolicy, prefs::kAuthNegotiateDelegateByKdcPolicy, base::Value::Type::BOOLEAN }, -@@ -1761,7 +1761,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1762,7 +1762,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = #endif // BUILDFLAG(CHROME_ROOT_STORE_POLICY_SUPPORTED) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -106,16 +106,7 @@ { key::kEnforceLocalAnchorConstraintsEnabled, prefs::kEnforceLocalAnchorConstraintsEnabled, base::Value::Type::BOOLEAN }, -@@ -1790,7 +1790,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = - #endif // BUILDFLAG(IS_CHROMEOS_ASH) - - #if BUILDFLAG(ENABLE_EXTENSIONS) && (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) \ -- || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_FUCHSIA)) -+ || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)) - { key::kChromeAppsEnabled, - extensions::pref_names::kChromeAppsEnabled, - base::Value::Type::BOOLEAN }, -@@ -1850,7 +1850,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1844,7 +1844,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = ash::prefs::kUrlParameterToAutofillSAMLUsername, base::Value::Type::STRING }, #endif // BUILDFLAG(IS_CHROMEOS_ASH) @@ -124,7 +115,7 @@ { key::kHighEfficiencyModeEnabled, performance_manager::user_tuning::prefs::kHighEfficiencyModeEnabled, base::Value::Type::BOOLEAN }, -@@ -1895,7 +1895,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1889,7 +1889,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = policy::policy_prefs::kForceEnablePepperVideoDecoderDevAPI, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(ENABLE_PPAPI) @@ -133,7 +124,7 @@ { key::kOutOfProcessSystemDnsResolutionEnabled, prefs::kOutOfProcessSystemDnsResolutionEnabled, base::Value::Type::BOOLEAN }, -@@ -2162,7 +2162,7 @@ std::unique_ptr BuildH +@@ -2156,7 +2156,7 @@ std::unique_ptr BuildH #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -142,7 +133,7 @@ handlers->AddHandler( std::make_unique()); handlers->AddHandler( -@@ -2219,7 +2219,7 @@ std::unique_ptr BuildH +@@ -2213,7 +2213,7 @@ std::unique_ptr BuildH key::kBrowsingDataLifetime, browsing_data::prefs::kBrowsingDataLifetime, chrome_schema)); @@ -151,7 +142,7 @@ handlers->AddHandler(std::make_unique()); handlers->AddHandler(std::make_unique()); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -@@ -2254,7 +2254,7 @@ std::unique_ptr BuildH +@@ -2248,7 +2248,7 @@ std::unique_ptr BuildH std::vector> signin_legacy_policies; #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -160,7 +151,7 @@ signin_legacy_policies.push_back(std::make_unique( key::kForceBrowserSignin, prefs::kForceBrowserSignin, base::Value::Type::BOOLEAN)); -@@ -2608,7 +2608,7 @@ std::unique_ptr BuildH +@@ -2604,7 +2604,7 @@ std::unique_ptr BuildH #endif #if BUILDFLAG(ENABLE_SPELLCHECK) @@ -169,7 +160,7 @@ handlers->AddHandler(std::make_unique()); handlers->AddHandler( std::make_unique( -@@ -2616,7 +2616,7 @@ std::unique_ptr BuildH +@@ -2612,7 +2612,7 @@ std::unique_ptr BuildH #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) #endif // BUILDFLAG(ENABLE_SPELLCHECK) @@ -178,7 +169,7 @@ handlers->AddHandler(std::make_unique( key::kAllowSystemNotifications, prefs::kAllowSystemNotifications, base::Value::Type::BOOLEAN)); -@@ -2629,7 +2629,7 @@ std::unique_ptr BuildH +@@ -2625,7 +2625,7 @@ std::unique_ptr BuildH handlers->AddHandler( std::make_unique( chrome_schema)); diff --git a/www/chromium/files/patch-chrome_browser_policy_policy__value__and__status__aggregator.cc b/www/chromium/files/patch-chrome_browser_policy_policy__value__and__status__aggregator.cc new file mode 100644 index 000000000000..264a3cec6660 --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_policy_policy__value__and__status__aggregator.cc @@ -0,0 +1,20 @@ +--- chrome/browser/policy/policy_value_and_status_aggregator.cc.orig 2023-05-31 08:12:17 UTC ++++ chrome/browser/policy/policy_value_and_status_aggregator.cc +@@ -55,7 +55,7 @@ + #include "chrome/browser/policy/value_provider/extension_policies_value_provider.h" + #endif // BUILDFLAG(ENABLE_EXTENSIONS) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "components/policy/core/common/cloud/profile_cloud_policy_manager.h" + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) + +@@ -106,7 +106,7 @@ std::unique_ptr GetUserP + #else // BUILDFLAG(IS_CHROMEOS_ASH) + policy::CloudPolicyManager* cloud_policy_manager = + profile->GetUserCloudPolicyManager(); +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + if (!cloud_policy_manager) { + cloud_policy_manager = profile->GetProfileCloudPolicyManager(); + } diff --git a/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc b/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc index a486968f5c7c..b445a3781892 100644 --- a/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc +++ b/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/prefs/browser_prefs.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/prefs/browser_prefs.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/prefs/browser_prefs.cc -@@ -464,13 +464,13 @@ +@@ -465,13 +465,13 @@ #include "components/os_crypt/sync/os_crypt.h" #endif @@ -16,7 +16,7 @@ (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) #include "chrome/browser/browser_switcher/browser_switcher_prefs.h" #endif -@@ -503,7 +503,7 @@ +@@ -504,7 +504,7 @@ #include "chrome/browser/sessions/session_service_log.h" #endif @@ -25,7 +25,7 @@ #include "ui/color/system_theme.h" #endif -@@ -800,7 +800,7 @@ const char kPluginsPluginsList[] = "plugins.plugins_li +@@ -731,7 +731,7 @@ const char kPluginsPluginsList[] = "plugins.plugins_li const char kPluginsShowDetails[] = "plugins.show_details"; // Deprecated 02/2023. @@ -34,7 +34,7 @@ const char kWebAppsUrlHandlerInfo[] = "web_apps.url_handler_info"; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -904,7 +904,7 @@ void RegisterLocalStatePrefsForMigration(PrefRegistryS +@@ -872,7 +872,7 @@ void RegisterLocalStatePrefsForMigration(PrefRegistryS #endif // BUILDFLAG(IS_CHROMEOS_ASH) // Deprecated 02/2023. @@ -43,7 +43,7 @@ registry->RegisterDictionaryPref(kWebAppsUrlHandlerInfo); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -1033,7 +1033,7 @@ void RegisterProfilePrefsForMigration( +@@ -987,7 +987,7 @@ void RegisterProfilePrefsForMigration( registry->RegisterIntegerPref(kProfileAvatarTutorialShown, 0); #endif @@ -52,7 +52,7 @@ // Deprecated 08/2022. registry->RegisterBooleanPref(prefs::kUsesSystemThemeDeprecated, false); #endif -@@ -1686,11 +1686,11 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync +@@ -1690,11 +1690,11 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync safe_browsing::PostCleanupSettingsResetter::RegisterProfilePrefs(registry); #endif @@ -66,7 +66,7 @@ browser_switcher::BrowserSwitcherPrefs::RegisterProfilePrefs(registry); #endif -@@ -1878,7 +1878,7 @@ void MigrateObsoleteLocalStatePrefs(PrefService* local +@@ -1857,7 +1857,7 @@ void MigrateObsoleteLocalStatePrefs(PrefService* local #endif // BUILDFLAG(IS_CHROMEOS_ASH) // Added 02/2023 @@ -75,7 +75,7 @@ local_state->ClearPref(kWebAppsUrlHandlerInfo); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -2038,7 +2038,7 @@ void MigrateObsoleteProfilePrefs(Profile* profile) { +@@ -1992,7 +1992,7 @@ void MigrateObsoleteProfilePrefs(Profile* profile) { profile_prefs->ClearPref(kProfileAvatarTutorialShown); #endif diff --git a/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.cc b/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.cc index cdf3c9e15bc4..e13e2da04e41 100644 --- a/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.cc +++ b/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/printing/print_backend_service_manager.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/printing/print_backend_service_manager.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/printing/print_backend_service_manager.cc -@@ -602,7 +602,7 @@ PrintBackendServiceManager::RegisterClient( +@@ -687,7 +687,7 @@ PrintBackendServiceManager::RegisterClient( query_clients_.insert(client_id); break; case ClientType::kQueryWithUi: @@ -9,7 +9,7 @@ if (!query_with_ui_clients_.empty()) return absl::nullopt; #endif -@@ -868,7 +868,7 @@ PrintBackendServiceManager::DetermineIdleTimeoutUpdate +@@ -960,7 +960,7 @@ PrintBackendServiceManager::DetermineIdleTimeoutUpdate break; case ClientType::kQueryWithUi: @@ -18,7 +18,7 @@ // No need to update if there were other query with UI clients. if (query_with_ui_clients_.size() > 1) return absl::nullopt; -@@ -925,7 +925,7 @@ PrintBackendServiceManager::DetermineIdleTimeoutUpdate +@@ -1017,7 +1017,7 @@ PrintBackendServiceManager::DetermineIdleTimeoutUpdate return kNoClientsRegisteredResetOnIdleTimeout; case ClientType::kQueryWithUi: @@ -27,3 +27,12 @@ // No need to update if there were other query with UI clients. if (HasQueryWithUiClientForRemoteId(remote_id)) { return absl::nullopt; +@@ -1477,7 +1477,7 @@ template + void PrintBackendServiceManager::RunSavedCallbacks( + RemoteSavedCallbacks& saved_callbacks, + const RemoteId& remote_id, +- std::remove_reference::type... result) { ++ typename std::remove_reference::type... result) { + auto found_callbacks_map = saved_callbacks.find(remote_id); + if (found_callbacks_map == saved_callbacks.end()) + return; // No callbacks to run. diff --git a/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.h b/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.h new file mode 100644 index 000000000000..d7c9307957bc --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.h @@ -0,0 +1,11 @@ +--- chrome/browser/printing/print_backend_service_manager.h.orig 2023-05-31 08:12:17 UTC ++++ chrome/browser/printing/print_backend_service_manager.h +@@ -587,7 +587,7 @@ class PrintBackendServiceManager { + template + void RunSavedCallbacks(RemoteSavedCallbacks& saved_callbacks, + const RemoteId& remote_id, +- std::remove_reference::type... result); ++ typename std::remove_reference::type... result); + + // Test support for client ID management. + static void SetClientsForTesting( diff --git a/www/chromium/files/patch-chrome_browser_printing_printer__query.cc b/www/chromium/files/patch-chrome_browser_printing_printer__query.cc index 186da4ad3b5b..f980d96b1c26 100644 --- a/www/chromium/files/patch-chrome_browser_printing_printer__query.cc +++ b/www/chromium/files/patch-chrome_browser_printing_printer__query.cc @@ -1,6 +1,6 @@ ---- chrome/browser/printing/printer_query.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/printing/printer_query.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/printing/printer_query.cc -@@ -339,7 +339,7 @@ void PrinterQuery::UpdatePrintSettings(base::Value::Di +@@ -341,7 +341,7 @@ void PrinterQuery::UpdatePrintSettings(base::Value::Di crash_key = std::make_unique( print_backend->GetPrinterDriverInfo(printer_name)); diff --git a/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc b/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc index e21e56e95bbc..59c95f5c6cc1 100644 --- a/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc +++ b/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc @@ -1,6 +1,6 @@ ---- chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc -@@ -361,17 +361,17 @@ +@@ -363,17 +363,17 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -21,7 +21,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_service_factory.h" #include "chrome/browser/enterprise/connectors/analysis/local_binary_upload_service_factory.h" #include "chrome/browser/enterprise/signals/signals_aggregator_factory.h" -@@ -535,7 +535,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -543,7 +543,7 @@ void ChromeBrowserMainExtraPartsProfiles:: BreadcrumbManagerKeyedServiceFactory::GetInstance(); } browser_sync::UserEventServiceFactory::GetInstance(); @@ -30,7 +30,7 @@ browser_switcher::BrowserSwitcherServiceFactory::GetInstance(); #endif BrowsingDataHistoryObserverService::Factory::GetInstance(); -@@ -606,16 +606,16 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -614,16 +614,16 @@ void ChromeBrowserMainExtraPartsProfiles:: #if !BUILDFLAG(IS_ANDROID) DriveServiceFactory::GetInstance(); #endif @@ -50,7 +50,7 @@ enterprise_connectors::LocalBinaryUploadServiceFactory::GetInstance(); #endif #if BUILDFLAG(ENABLE_SESSION_SERVICE) -@@ -718,12 +718,12 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -729,12 +729,12 @@ void ChromeBrowserMainExtraPartsProfiles:: #endif // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -65,12 +65,12 @@ enterprise_idle::IdleServiceFactory::GetInstance(); #endif ModelTypeStoreServiceFactory::GetInstance(); -@@ -786,7 +786,7 @@ void ChromeBrowserMainExtraPartsProfiles:: - PolicyBlocklistFactory::GetInstance(); +@@ -801,7 +801,7 @@ void ChromeBrowserMainExtraPartsProfiles:: PredictionServiceFactory::GetInstance(); + PrimaryAccountPolicyManagerFactory::GetInstance(); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) ProfileTokenWebSigninInterceptorFactory::GetInstance(); + policy::ProfileTokenPolicyWebSigninServiceFactory::GetInstance(); #endif - #if !BUILDFLAG(IS_ANDROID) diff --git a/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc b/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc index bf4e3f5b5d90..1b0d866547c9 100644 --- a/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc +++ b/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/profiles/profile_impl.cc.orig 2023-04-28 17:01:32 UTC +--- chrome/browser/profiles/profile_impl.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/profiles/profile_impl.cc -@@ -260,6 +260,10 @@ +@@ -263,6 +263,10 @@ #include "chrome/browser/spellchecker/spellcheck_service.h" #endif @@ -11,7 +11,16 @@ using bookmarks::BookmarkModel; using content::BrowserThread; using content::DownloadManagerDelegate; -@@ -865,7 +869,17 @@ void ProfileImpl::DoFinalInit(CreateMode create_mode) +@@ -611,7 +615,7 @@ void ProfileImpl::LoadPrefsForNormalStartup(bool async + #else + { + #endif // BUILDFLAG(IS_CHROMEOS_LACROS) +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + ProfileManager* profile_manager = g_browser_process->profile_manager(); + ProfileAttributesEntry* entry = + profile_manager->GetProfileAttributesStorage() +@@ -886,7 +890,17 @@ void ProfileImpl::DoFinalInit(CreateMode create_mode) } base::FilePath ProfileImpl::last_selected_directory() { diff --git a/www/chromium/files/patch-chrome_browser_profiles_profiles__state.cc b/www/chromium/files/patch-chrome_browser_profiles_profiles__state.cc index 014e10c0cde4..13e8ab242934 100644 --- a/www/chromium/files/patch-chrome_browser_profiles_profiles__state.cc +++ b/www/chromium/files/patch-chrome_browser_profiles_profiles__state.cc @@ -1,6 +1,6 @@ ---- chrome/browser/profiles/profiles_state.cc.orig 2022-09-24 10:57:32 UTC +--- chrome/browser/profiles/profiles_state.cc.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/profiles/profiles_state.cc -@@ -181,7 +181,7 @@ bool IsGuestModeRequested(const base::CommandLine& com +@@ -182,7 +182,7 @@ bool IsGuestModeRequested(const base::CommandLine& com PrefService* local_state, bool show_warning) { #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \ diff --git a/www/chromium/files/patch-chrome_browser_resources_settings_appearance__page_appearance__page.html b/www/chromium/files/patch-chrome_browser_resources_settings_appearance__page_appearance__page.html index 645e71dd8d1d..01f9a99a0ed6 100644 --- a/www/chromium/files/patch-chrome_browser_resources_settings_appearance__page_appearance__page.html +++ b/www/chromium/files/patch-chrome_browser_resources_settings_appearance__page_appearance__page.html @@ -1,15 +1,15 @@ ---- chrome/browser/resources/settings/appearance_page/appearance_page.html.orig 2023-03-09 06:31:50 UTC +--- chrome/browser/resources/settings/appearance_page/appearance_page.html.orig 2023-05-31 08:12:17 UTC +++ chrome/browser/resources/settings/appearance_page/appearance_page.html -@@ -28,7 +28,7 @@ +@@ -27,7 +27,7 @@ + - + @@ -18,7 +18,7 @@